/* CSS Document */



body {
	background-color: #000000;
	font-family: "Courier New", Courier, monospace;
}

#wrapper {
	width: 750px;
	padding: 0px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-align: center;
	vertical-align: text-bottom;
	height: 30px;
	color: #333333;
	padding-top: 30px;
}


/* Change the height to whatever it needs to be */
#header {
	background-color: #000000;
	width: 100%;
	height: 51px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 0;
	margin-top: 3%;
}
	

.logo {
	float: left;
}






/* Change the height to whatever it needs to be */

#content {
	margin: 0px;
	width: 745px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: "Courier New", Courier, monospace;
	height: 345px;
	background-color: #FFFFFF;
}
 







/* Change the margin and padding to align, and height as needed */

#nav {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#imgcontainer {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
