﻿body {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: small;
    text-align: center; 
/*	background-color: #F0FFF0;  */
	background-color: #cc9900;
	margin: 0px auto;
	display: table;
	}

#container {
	width: 900px;
	display: table;
	background-color: #FFFFFF;
	background-position: center;
	border: 1px solid #FFFFFF;
	}
	

#top_banner {
	width: 900px;
	height: 120px;
	color: #FFFFFF;
	background-color: #007700;
/*	padding: 25px; 
	border-bottom: 1px solid #FFFFFF; */
	}

#top_row_legend {	
	width:900px; 
	height:30px; 
	color: #FFFFFF;
	background-color: #cc9900;
/*	background-color: #DFBA3E; */
	line-height: 29px; 
	text-align: center; 
	font-size: 12px;
	overflow: hidden; 
	}




#center_spacer {
	width: 900px;
	height: 30px;
	background-color: #FFFFFF;
	display: table;
}


#center_text {
	float: right;
	width: 870px;
	padding: 5px 15px 5px 15px;
	overflow: hidden;
	text-align: left;
	}

#center_text h2 {
	font-size: small;
	font-weight: bold;
	margin-bottom: 10px;
	}

#center_photo {
	float: right;
	text-align: right;
	width: 140px;
	overflow: hidden;
	}
	
#center_img {
	text-align: center;
	}
	
}
