@charset "utf-8";

p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 26px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h4, h4 a {
	font-size: 20px;
	color: #FF0000 !important;
	margin: 0px;
	padding: 15px 0 0;
	text-align: center;
}
body {
	margin: 0 auto;
	padding: 0px;
	background-image: url(pics/body_slice.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
}
#banner {
	background-image: url(file:///G|/websites/sites/filippos/pics/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 800px;
	float: left;
}
#top_nav {
	float: left;
	width: 800px;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
}
#top_nav ul {
	margin: 0px;
	padding: 0px 0px 0px 16px;
	text-decoration: none;
	display:inline;
}
#top_nav li {
	display: inline;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	margin: 0px;
	text-decoration: none;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	padding-top: 0px;
	font-weight: bold;
}
#top_nav li a:link {
	display: inline;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
#top_nav li a:visited {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: none;
}
#top_nav li a:hover {
	color: #FF0000;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
#top_nav li.last  {
	border-right-style: none;
	font-size: 20px;
}
#middle  {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 800px;
	background-image: url(pics/mid-back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	margin: 0 auto;
	padding: 15px 10px 5px;
	height: auto;
	min-height: 390px;
	width: 454px;
	color: #000000;
}
#content a:link {
	color: #000000;
	text-decoration: underline;
}
#content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #FF0000;
}
#footer {
	color: #000000;
	margin: 0px;
	padding: 5px 0px;
	width: 800px;
	text-align: center;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	height: auto;
}
#bottom {
	text-align: center;
	color: #000000;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 800px;
}
#bottom a:link {
	color: #000000;
	text-decoration: none;
}
#bottom a:visited {
	color: #000000;
	text-decoration: none;	
}
#bottom a:hover {
	color: #FF0000;
}
#social {
	text-align: center;
	color: #000000;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 800px;
	height: 60px
}
.clrflt {
	clear: both;
	height: 0px;
	margin: 0px;
}

