body {
	margin:0px auto 0px auto;
	background:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;	
	line-height:17px;
	color:#999999;
	}
	
#main {
	width:1020px;
	margin:0px auto 0px auto;
	padding:20px 0px 0px 0px;
	}

#header {
	width:1020px;
	height:150px;
	float:left;
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
	
#logo {
	width:251px;
	height:150px;
	float:left;
	}
	
#tag {
	width:565px;
	height:70px;
	float:right;
	padding:30px 20px 0px 0px;
	text-align:right;
	color:#FFFFFF;
	}	
	
#nav {
	width:750px;
	height:42px;
	float:right;
	padding:2px 10px 0px 0px;
	}

#holder {
	float:left;
	width:1020px;
	padding:0px 0px 0px 0px;
	}
	
#content {
	float:left;
	width:982px;
	margin:0px 9px 0px 9px;
	padding:0px 10px 0px 10px;
	background-color:#FFFFFF;
	border-top:5px solid #959639;
	}

#footer {
	width:982px;	
	height:27px;
	margin:0px 9px 0px 9px;
	padding:3px 10px 0px 10px;
	float:left;
	font-size:11px;
	background-color:#000000;
	border-top:5px solid #959639;
	}
	
	h1{
	font-family:"Times New Roman", Times, serif;
	font-size:33px;
	color:#959639;
	font-weight:100;
	padding-top:20px;
	}
	
	a{
	color:#959639;
	text-decoration:none;
	}
	
	a:hover{
	color:#FF6600;
	text-decoration:none;
	}

.mattblacktabs{
width: 100%;
overflow: hidden;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 14px  Arial, Helvetica, sans-serif;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 4px; /*padding inside each tab*/
border-right: 8px solid #000000; /*right divider between tabs*/
color: #999999;
background: #000000; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #CCC;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #959639; color:#FFFFFF; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
