@charset "utf-8";
/* CSS Document */

body {
margin:0px;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
background-image:url(../backgrounds/thalassa1.jpg);
background-repeat:repeat;
}
#container {
margin:0px auto;
width:781px;
height:auto;
background-color:#FFFCC0;
text-align:center;
}
a:hover {
color:#0000FF;
background-color:#FFFF00;
text-transform:uppercase;
letter-spacing:1px;
}
#header {
width:781px;
height:80px;
border-bottom-style:solid;
border-bottom-color:#0000CC;
background-color:#FFCC00;
}
#navigation {
padding:0px 20px 20px 20px;
width:731px;
height:70px;
border-bottom-style:solid;
border-bottom-color:#0000CC;
text-align:center;
}
#main_content {
width:742px;
padding:10px 20px 0px 20px;
height:auto;
border-bottom-style:solid;
border-bottom-color:#0000CC;
}
#footer {
padding:0px 20px 20px 20px;
width:731px;
height:70px;
border-bottom-style:solid;
border-bottom-color:#0000CC;
text-align:center;
}



