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

#about_header {
	width:525px;
	height:auto;
	float:left;
	color:#999;

}
#about_header h1{
	color:#183a4c;
	font-size:20px;
	text-align:left;
	text-decoration:none;
	padding-left:15px;
}
#about_header_container {
	width:auto;
	padding-bottom:20px;
	float: left;
}
#about_topshadow {
	width:525px;
	float:left;
}
#about_content {
	background-image:url(images/about_bg.jpg);
	background-repeat:repeat-y;
	width:495px;
	height:auto;
	display:block;
	clear:both;
	float:left;
	padding:0px 15px ;
}
#about_content h2 {
	color:#1c6b94;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
}
#about_btmshadow {
	width:525px;
	float:left;
}
