@charset "utf-8";
/* CSS Document referring to www.sithonianet.gr */


<style type="text/css">
{}

* {
	margin:0px;
	padding:0px;
}



img {
        border:none;
}

body {
	background-color: #6AAEDB;	
	height: 100%;
}

#header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036;
	text-align: center;
	vertical-align:bottom;
	text-decoration: none;
	background-image:url(../img_blue/head.png);
	background-position:center;
	background-repeat:no-repeat;
	height:250px;
	background-color: #09F;
	width:100%;
	display:inline-block;
}
#wrapper #contents p {
	font-size: large;
	color: #FFFFFF;
        background-color:#6AAEDB;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
        padding: 15px;
        text-align: left;
}
#wrapper {
	position: relative;
        background-image:url(../img_blue/Summer_Blue_bgr.jpg);
        background-position:top center;
        background-repeat:no-repeat;
}
#contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	vertical-align: top;
	overflow: visible;
	display:block;
	padding-left: 25px;
	padding-right: 25px;
        width:600px;
	border-right-width: thick;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	border-left-width: thick;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	height: 80%;
}

#contents a {
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
}

#menu_div #menu {
	margin: 0px;
	padding: 0px;
	width:890px;
	min-height:50px;
}

#menu_div #menu tr td {
	margin:0px;
	padding:0px;
	width:90px;
	background-image:url(../img_blue/tab_plain.png);
	text-align: center;
	vertical-align: middle;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu_div {
	margin: 0px;
	padding: 0px;
	background-color: #6AAEDB;
	background-image: url(../img_blue/tab_plain.png);
	background-repeat: repeat-x;
}

#menu_div #menu tr td:hover {
	background:url(../img_blue/tab_over.png);
}

#menu_div #menu tr td:hover a {
	color: #039;
	font-weight: bold;
}
#menu_div #menu tr td a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}
#footer  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #006ABD;
	text-align: center;
	font-size: 12px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #3399FF;
	min-height: 50px;
	background-image: url(../img_blue/foot.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5%;
        position: fixed bottom;
}

</style>

