@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0;
width:100%;
height:100%;
font-size:100%;
font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

#header{
width:100%;
left:0;
top:0;
background:#000033;
height:54px;
border-bottom:1px solid #fff;
}

#header h1{
font-size:32px; 
text-decoration:none; 
color:#fff;
line-height:43px;
margin:0px 0px 0px 10px;
}
#nav{
padding-left:10px;
width:100&;
height:26px;
background:#7ea4b7;
}

#nav a{
text-decoration:none;
color:#fff;
font-size:13px;
margin-top:-5px;
}

#nav a:hover{
color:#000033;
}

#content{
width:800px;
padding:0 10px 10px 10px;
min-height:600px;
position:relative;
}

#footer{
clear:both;
text-align:center;
}

#footer a{
color:#000;
text-decoration:none;
}
