/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 15pt;
	background:#17262B;	
}

a:link, a:visited, a:active {
	
	color: #D0DBF4;
	font-weight: normal;
	text-decoration: underline;
	border-bottom: none;
}

#navigation a:hover {
	
	margin:0 auto;
	color: #9E6C4B;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}


/*** Classes ***/

.center {
	color: #fff;
	text-align:center;
}



.copyright {
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif; 
	color: #fff;
	font-weight: normal;
}