body {
  font-size:11px;
  margin: 0px;
  padding: 0px;
  background: #f3f3f3;
  font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	width:1010px;
	margin:0 auto;
}

#innerwrapper{
	width:1000px;
	margin:0px 0px 0px 7px;
	position:relative;
	width: 992px;
	background-color:#ffffff;
}

/* header section */
#header {
	margin:0px auto;
	width: 1004px;
	height:209px;
	background-image: url('../img/top_shadow.gif');
}

#innerheader {
	margin:8px 0px 0px 7px;
	position:absolute;
	width: 995px;
	height:198px;
}

#banner {
	margin:0px auto;
	width: 745px;
	height:90px;
}

#headerLinks {
	width: 991px;
	background-color:#590101;
	height:20px;
}

#headerLinks .headerLeft {
	width:500px;
	float:left;
	height:15px;
	text-indent:7px;
	line-height:20px;
}

#headerLinks .headerRight {

	width:484px;
	float:left;
	height:15px;
	text-indent:7px;
	text-align:right;
	line-height:20px;
}

#headerBottom {
	margin:0px auto;
	width: 1000px;
	height:88px;
}

#headerLogo {
	float:left;
	width: 350px;
	height:88px;
}

.date{
	width:995px;
	text-align:right;
	line-height:30px;
}
#searchBox {
	float:left;
}

/* drop shadows */
.topshadow{
	background:url('../img/top_body_shadow.gif');
	width:1004px;
	height:30px;
	margin:0px auto;
}

.bottomshadow{
	background:url('../img/bottom_body_shadow.gif');
	width:1004px;
	height:8px;
	margin:0px auto;
}

.backgroundshadow{
	background:url('../img/shadow.gif') repeat-y;
	width:1004px;
	display:table;
	margin:0px auto;

}

.bottom{

	background:url('../img/sidebottom_bg.jpg') repeat-x;
	width:178px;
	position:absolute;
}

#leftshadow{
	background:url('../img/side_shadow.jpg');
	float:left;
	width:4px;
}

/* body section */
#middleContent{
	width:805px;
	/*display:table;*/
	float:left;
}

#leftContent{
	width:178px;
	position:relative;
	display:table;
	float:left;
	padding:0px 0px 2px 0px;
	background-color:#e8e8e8;
}

/* Body for 3 coll layout */
#rightContent{
	width:155px;
	float:left;
	position:relative;
}

#centerContent{
	width:650px;
	display:table;
	float:left;
}

#leftContent .innerLeftContent{
	width:175px;
	position:relative;
	display:table;
	float:left;
	border-right:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	background-color:#f4f4f4;
}

/* footer */
#topFooter{
	width:1000px;
	font-size:12px;
	text-align:right;
	line-height:20px;
	clear:both; 
	height:20px;
}

#footer{
	width:1008px;
	font-size:12px;
	height:64px;
	background-image: url('../img/bg_footer.gif');
}

#innerFooter{
	height:50px;
	margin:8px 0px 0px 7px;
	position:absolute;
	width: 995px;
}

#bottomFooter{
	width:1000px;
	clear:both; 
	height:25px;
}

#copyright{
	margin:0px auto;
	width:1000px;
	clear:both; 
	height:25px;
	font-size:12px;
}

#copyright .sections{
	width:495px;
	float:left;
}

#copyright .sharelinks{
	margin:0px 0px 0px 300px;
}

#content-layout{
	width:100%;
	display:table;
	padding:6px;
}

#content-layout .left{
	float:left;
	width:54%;
}

#content-layout .right{
	float:left;
	width:44%;
}
