/* CSS Document */
body{margin:1px;}
ul{ list-style-type:none; margin:0px; padding:0px;}
a:link{ color:#0000CC;}
a:visited{ color:#0000CC;}
a:hover{ color:#FF0000; font-weight:bold;}
h1{margin:0px;}

#container{
	width: auto;
	height: auto;
	border: 1px solid #0000CC;
	background-color: #66b3ff;
	margin: 0px 0px 0px 0px;
}

#header{
	width: auto;
	height: 10%;
	background-color: #66b3ff;
}

#navigation{
	width: 10%;
	height: 80%;
	float:left;
	background-color: #66b3ff;
}

#content {
	width: auto;	
	height: auto;
	font-size:100%;
	float:left;
	background-color: #66b3ff;
}


#footer {
	clear: both;
	width: 100%;
	height: 10%;
	background-color: #66b3ff;
}

#footer a:link{ color: #0000CC;}
#footer a:visited{ color: #FF00FF;}
#footer a:hover{ color: #FF0000; font-weight:bold;}


