body {
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	background-color: #2c1818;
	margin: 0px;
	padding: 0px;
}
#body {
	width: 900px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-top: 13px;
	padding-bottom: 10px;
	
}
#footer {
	margin: 0px;
	height: 50px;
	width: 100%;
	text-align: center;
	background-color: #2C1818;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	
}
#footer a:hover{
	color:#C9C9C9;
}
.footer-smaller-text {
	font-size: 16px;
}

#body-content {
	width: 874px;
	margin-right: auto;
	margin-left: auto;
	height: 894px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-image: url(images/body-bg.jpg);
}
#home-sidebar {
	height: 887px;
	width: 170px;
	margin-left: auto;
	float: right;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
}
.body-heading-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1F1F1F;
}
#body-heading-bg {
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	width: 636px;
	float: left;
	border: 1px solid #CCC;
	height: 879px;
	padding-left: 10px;
	text-indent: 15px;
	padding-right: 10px;
}
.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.body-a {
	color: #333;
}
.HEADING {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1F1F1F;
}







#header {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
<style type="text/css">


.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
padding-left:3px;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: 20px Arial;
list-style-type: none;
padding-left:13px;

}

.mattblacktabs li{
display: inline;
margin: 0;

}

.mattblacktabs li a{
	width: 158px;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 12px 8px; /*right divider between tabs*/
	color: #ffffff;
	background: #492a1b; /*background of tabs (default state)*/
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0A0A0;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #361c18; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

