/** COPYRIGHT & WRAPPER **/
#copyright {
	color: #222;
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
}

#wrapper {
	width: 96% !important;
	color: #222;
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
}

/** TYPOGRAPHY **/
.centered {
	text-align: center;
}

/** NAVIGATION **/
#navigation {
}

#navigation ul {
	list-style-type: none;
	padding: 0;
}

#navigation li {
	background-color: #003366;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	line-height: normal;
}

#navigation li:hover {
	background-color: #003399;
}

#navigation a:link,
#navigation a:active,
#navigation a:visited {
	color: #FFF;
	text-decoration: none;
}

#navigation a:hover {
	color: #EEE;
}

/** THE BOX **/
div.box {
	padding: .7em .7em .1em .7em;
	margin: 3em 0 1.5em 0;
	background-color: #CCC;
}