#body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	min-width: 750px;
}

#wrapper {
	width: 748px;
	margin: 0 auto;
	text-align: left;	

}

#quotes {
	float: left;
	width: 228px;
	height: 470px;
	
}
#random {
	width: 228px;
	height: 271px;
	background-image: url(images/quotes_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #669999;

}

#navSpacer {
	float: right;
	width: 520px;
	height: 50px;
	text-align: center;
		
}

#menu {
	float: right;
	width: 520px;
	height: 30px;

}
#content {
	float: right;
	width: 520px;
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

	
}
#footer {
	float: right;
	width: 520px;
	height: 100px;
	text-align: center;
	
}
#contact {
	float: left;
	width: 350px;
	height: 50px;
	text-align: center;
	
}
#nher_panel {
	float: right;
	width: 140px;
	height: 50px;
	text-align: right;
	padding-top: 3px;
	padding-right: 6px;
	
}
#contentFooter {
	float: right;
	width: 520px;
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #CBE2D2;
	margin: -2px 0px 0px 0px;
		
}

.clear{
clear:both;
}
