/* index page */

#container{
	background: 
}

#flash-menu{height: 68px;}
/* mainNav when no Flash or JS */
#noflash-menu{margin-bottom: 10px;} 





/* editable content */
#content{
	clear: left;
	float: left;
	border-top: 1px solid #663333;
	width: 795px; 
	height: 470px; /* because IE will expand a box to whatever the content is, this works like min-height - which IE6 doesn't understand */
	margin: 0 20px 0 0;
	padding: 7px 0;
}

#container>#content{  /* using the child selector to allow modern compliant browsers to properly apply min-height */
	height: auto; 
	min-height: 470px;
}

#text_box{
	border-top: 1px solid #663333;
	border-bottom: 1px solid #663333;
	margin: 10px 0;
	padding: 10px 0;
	font-weight: bolder;
}

.p01{
	float: left;
	width: 310px;
	padding-right: 30px;
}



}




