@charset "utf-8";
/* CSS Document */

body{
width:100%;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
}

#logo{
/*border:#000 solid 3px;*/
position:absolute;
top:0%;
left:0%;
width:20%;
height:20%;
}

#nav{
/*border:#F00 solid 3px;*/
position:absolute;
top:5%;
left:20%;
width:80%;
height:10%;
font-size:24px;
}

ul li{
display:inline;
margin:0;
padding:5px;
}

ul{
	text-align:center;
}
ul li a{
text-decoration:underline;
}

#banner{
/*border:#00F solid 3px;*/
position:absolute;
top:20%;
left:0%;
width:100%;
height:35%;	
}

#main{
/*border-bottom:#000 solid 3px;*/
position:absolute;
top:55%;
left:10%;
width:80%;
height:40%;
text-align:center;
}

/* unvisited link */
a:link {
    color:#000;
}

/* visited link */
a:visited {
    color:#000;
}

/* mouse over link */
a:hover {
    color:#CCC;
}

/* selected link */
a:active {
    color:#000;
}