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

#container {
	background-color: #FFF;
	margin:0 auto;
	width: 900px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}
body {
	font-family: "Century Gothic";
	font-size: 1em;
	color: #333;
	background-color: #FFF;
}
#banner {
	height: 117px;
	width: auto;
	background-image: url(images/main_header.jpg);
	margin-left: 1px;
	padding-left: 0px;
	padding-top: 0px;	
}

#menu {
	width: 900px;
	background-color: #CFFFB3;
	height: 35px;
	margin-top: 10px;
}

#main_image {
	background-image: url(images/main_image_5.jpg);
	height: 512px;
	width: auto;
	background-color: #FFF;
	margin-left: 1px;
	margin-top: 10px;
	padding-left: 0px;
	padding-top: -1px;
	
}


#main_text {
	background-color: #37A195;
	width: 200px;
	line-height: 120%;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	padding: 12px;
	visibility: hidden;

}

#main_text h3 {
	font-size: 120%;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;

}
#main_text h4 {
	font-size: 100%;
	margin:0 auto;
	color: #83D1D1;
}
#main_text p{
font-size: 90%;
margin:0 auto;
}

#left_column {
	background-image: url(images/main_footer.jpg);
	width: 900px;
	height: 117px;
	margin-top: 10px;
}

#email_link {
	float: right;	

}

