@import url("DualColumn.css");

/* 
=======================================

ABOUT US STYLES

=======================================
*/

/* RIGHT COLUMN (2 Column Template) 
-------------------------------------------- */
/*
#Column2  Right column, contains main content  {
	width:600px;
	float:left;
	margin-left:11px;
	padding-bottom:32767px !important; /* Allows Floated DIVs to have some height 
	margin-bottom:-32767px !important; /* Allows Floated DIVs to have some height 
	vertical-align:top;
	background:#000;
}
*/
.AboutHero {
	margin:0 0 15px;
}

#Content{
	padding:0 15px 15px; /* Main container interior margins 
	
}
#PageHeader{
	background:url(../images/headerBG600px000.gif) #000; /* Black tab background */
	padding:15px;/* Spacing for header text */
}
.RoundedBox{
	background:url(../images/AboutBGTop.gif) top no-repeat #4d4d4d;
	padding:15px 15px 7px;
}
.RoundedBox p{
	margin:0 0 7px;
}
.RoundedBoxBtm{
	width:570px;
	height:10px;
	font-size:6px;
	background:url(../images/AboutBGBtm.gif) no-repeat;
	margin:0 0 15px;
}
