/* File Name: 'contentBox.css'
 * Developer: Ross Buffington
 * Date: 1/20/2009
 * Purpose: CSS to display a reusable content box onscreen.
 */


.contentBox{
	margin-left:50px;
	width:200px;
	background-color:black;
	background: transparent url(img/boxtop.png) no-repeat top center;
	font-size:smaller;
}

.boxTitle{
	width:80%;
	margin-right:auto;
	margin-left:auto;
	top:10px;
	padding-top: 13px; /** creates gap between title and content when >13px **/
}

.boxContent{
	left:100px;
	margin-right:auto;
	margin-left:auto;
	width:80%;
	#padding:12px;
	padding: 0px 12px 10px 12px;
	background-color:black;
}
