body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin:0 auto;
}


#main_container {
	margin: auto;
	width: 770px;
	
	background-image: url(images/home_bg_wing.gif);
	background-repeat: no-repeat;
	background-position: 0 100px;
	border: 0px solid #fff;
}

#content_container {width:770px; padding-top:15px;}

.text_box {
	position:relative;
	font-size: 11px;
	width: 558px; 
	padding:10px 10px 10px 10px;
	background-image:url(images/bg_home_text.gif);
	background-repeat:repeat-y;
}

.text_box_pop {
	margin: auto;
	width: 770px;
	height: 100%;
	background-color:#ffffff;
	text-align:center;
	padding-top:4px;
	vertical-align:top;
	
	}
	


.ds { float:right; margin-top: 10px; }

#footer{ font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width: 770px;
	height: 20px;
	float: left;
	padding-top:10px;
	clear:both;
	
}
a.footer:link, a.footer:visited, a.footer:active
			{color: #ffffff; font-size: 10px; text-decoration: none;}
			a.footer:hover
			{color: #d8e4f0; font-size: 10px; text-decoration: none;}




#tagline
		{float: right;  width: 350px;}
			a.tagline:link, a.tagline:visited, a.tagline:active
			{color: #ffffff; font-size: 10px; text-decoration: none;}
			a.tagline:hover
			{color: #d8e4f0; font-size: 10px; text-decoration: none;}


