body {
	background:#818181 url('images/css/bg_body.jpg') repeat-x top center;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
}
div#branding {
	width:901px;
	height:317px;
	text-align:left;
	position:relative;
}
div.bg1 {
	background:url('images/css/header1.jpg') no-repeat center;
	margin:0;
	padding:0;
}
div.bg2 {
	background:url('images/css/header2.jpg') no-repeat center;
	margin:0;
	padding:0;
}
div.bg3 {
	background:url('images/css/header1.jpg') no-repeat center;
	margin:0;
	padding:0;
}
div.bg4 {
	background:url('images/css/header2.jpg') no-repeat center;
	margin:0;
	padding:0;
}

/*************************************
*  SUBCONTENT                        *
**************************************/
div#subContent {
	width:260px;
	float:right;
	/*border:double #737161;
	background-color:#f9f9f9;*/
	padding:5px;
}
/*************************************
*  SHOWCASE - Main Page              *
**************************************/
div#showMain {
	margin-left:40px;
	width:541px;
	margin-top:10px;
	}

	div#showMain div.contentHolder {
		background:url(images/spotlight-space.jpg) top repeat-y;
		width:541px;
		margin:0px;
	}
	div#showMain div.content {
		background:url(images/spotlight-top.jpg) top no-repeat;
		min-height:205px;
		width:541px;
		margin:0px;
		padding-top:10px;
		color:white;
	}
	div#showMain div.content .title{
		margin-top:15px;
		font-size:large;
		font-weight:bold;
		color:white;
	}
	div#showMain div.content div.leftImageWrapper {
		margin-left:20px;
	}
	div#showMain div.content .blurb{
		/*margin-right:175px;*/
		margin-right:125px;
	}
	div#showMain div.foot {
		background:url(images/spotlight-bottom.jpg) top no-repeat;
		width:541px;
		height:16px;
		margin:0px;
	}
	
