html{	
	font-family: Verdana; 	
	font-size: 10px;
}

body{	
	margin:auto;
	margin-top: 0px;
	width: 98%;
	border: 0px solid;
}

header{
	width: 99%;
	height: 15px;
	padding: 8px;
/*	padding: 10px 1%;
	background: #6DBFDA;
 */
	float: left;
	background: #C8C8C8;
	display: block; 
	border: 1px solid;
}


nav{
	width: 6.0%;
	height: 100%;
/*	height: 450px;*/
	padding: 3px;
/*	padding: 10px 1%; */
	float: left;
	background: #6FACBB;
	display: block; 
	border: 1px solid;
}

article{
	width: 92%;
	float: right;
	padding: 0;
/*	border: 1px solid; */
}

footer{
	width: 100%;
	border: 1px solid;
}

img{
	border: 0px;
}

a:link {
   color: #000000;
   text-decoration: none;
}

a:visited {
   color: #000000;.
   text-decoration: none;
}

a:hover {
   color: #000000;
   text-decoration: none;
}

a:active {
   color: #000000;
   text-decoration: none;
}

#color_link{
	color: #0000A0;
}
