body {
	color: white;
	background-color: black;
	padding-bottom: 20px;
}

.container {

} 

/* Header */
#header {}

	#header img.logo {padding: 10px 10px 10px 0;}
	
/* Navigation */
#navigation { 
	background-color: #00359c; 
	background-image: url(../img/nav/background.png);
	background-repeat: none;
	background-position: left top;
	height: 23px;
	padding:13px 10px 14px 10px;
	text-align: center; 
	width: 930px;
}



.full-div {margin-bottom: 20px;}

/* add border around element */
.border-brick {border-color: white; border-width: 2px; border-style: solid;}


/* Hack to center floated block elements */
.center-float {
	margin: 0 auto;
}

.flash-video {margin: 0 auto; text-align: center;}

/* For forms */
#recaptcha_area {text-align: center;}

#footer {
	margin-top: 20px;
	background-color: #f6f6f6;
}

#footer #footer-title { 
	background-image: url(../img/backgrounds/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding:7px 10px 10px 10px;
	text-align: center; 
	width: 930px;
}

#footer #footer-title h5 {margin: 5px; color: white;}

#footer h5 {color: #494949; font-size: 14px; margin: 0;}

#footer ul {margin-bottom: 18px;}

#footer a {font-size: 11px; color: #00359e; text-decoration: none;}

#footer a:hover { text-decoration: underline;}
