body {
	font-family: Geneva;
	font-size: .8em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	background-image: url(images/logos/background.gif);
	background-position: center center;
	background-repeat: repeat;
	
}	
	#wrapper {
	background-color: #000000;
	padding: 0px;
	height: auto;
	width: 1100px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}


#wrapper #nav {
	background-color: #000000;
	margin-top: 20px;
	height: 670px;
	width: 275px;
	float: left;
	text-align: center;

}
#wrapper #main {
	background-color: #000000;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0px;
	float: right;
	height: auto;
	width: 825px;
	text-align: center;
}

#wrapper #footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-decoration: none;
	text-align:right;
}
#wrapper #main img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#wrapper #nav img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 4px;
}


#iframe {
background-color: #000000;
}



