@charset "utf-8";
/* CSS Document */


@import url('style.css');
@import url('table.css'); 
/* Layout Section (static)
----------------------------------*/
html, body {
	margin: 10px 0 10px 0;/* top right bottom left */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #181A2F;
	}
	
div#mainwrap {
	width: 800px;
	background: #FFFFFE;
	margin: 0 auto 0 auto;/* top right bottom left */
	}

div#headerlogo {
	background: url(../images/bg/headerlogo_home_extended.jpg);
	}

div#headerwrap {
	background: #2B2E54;/* navbar image*/
	}
	
div#headerimage {
	height: 200px;
	}
	
div#contentwrap {
	height: auto;
	background: #FFFFFE;
	}

div#footer {
	clear: both;
	background-color: #2B2E54;
	height: 30px;
	}
	.left {
	float: left;
	}
	.right {
	float: right;
	text-align: right;
	}
	#footer p {
	font-size: 0.6em;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 5px 0 5px;/* top right bottom left */
	}


/* Components
---------------------*/

.photoframe {
	clear: both;
	background: #2B2E54;
	}

.photoframeThumb {
	width: 370px;
	margin: 0 auto 0 auto;
	}

.containerLeft {
	float: left;
	padding: 0;
	margin: 10px 0 10px 10px;
	width: 380px;
	text-align: left;
	}
			
.containerRight {
	float: right;
	margin: 10px 10px 10px 0;
	padding: 0;
	width: 380px;
	}	


#information {
	height: auto; 
	text-align: left;
	
	}
	
/* NAVBAR TOP */

.navhead {
	height: 20px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

.navhead ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.navhead li {
	margin: 0;
	padding: 3px 10px 0 10px;
	float: left;
	}

