@charset "UTF-8";

body{
background-image:url(../images/general/bkg.png);
background-repeat:repeat-x;
background-color:#004081;
font-family:"Century Gothic",Arial, Helvetica, sans-serif;
}

a{
color:#000000;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

#container{
margin-top:20px;
}

#menu{
text-align:center;
width:1200px;
margin-right:auto;
margin-left:auto;
}

#menu ul{
list-style:none;
padding:0px;
}

#menu ul li{
display:inline;
}

#viewport{
width:895px;
text-align:center;
margin-right:auto;
margin-left:auto;
min-height:400px;
}

#footer{
margin-top:10px;
text-align:center;
}

.clear_floats{
clear:both;
}