html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: black;
  background-image:url('images/blueback.gif');
	 background-repeat:repeat-x;
	  font-family:Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
	 
} 
 
#pagewidth{ 
 width:950px; 
 text-align:center;
 margin-left:auto; 
 margin-right:auto;  
 padding-top:0px;
 padding-left:15px;

} 

p {
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
 text-align:left;
 font-style:normal;
 font-size:medium;
 color:white;
  font-size:13px;
}		

h1{
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
  font-style:normal;
	 font-weight:bold;
	 color:white;
	 }


#footer{
color:white;
 background-color:black; 
  font-size:11px;
	margin-left:6px;
	padding-top:20px;
	padding-left:20px;
	font-family:Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
 clear:both;
padding-bottom:12px;
 } 




 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 4px; /*offset of tabs relative to browser left edge*/
font: bold 14px Verdana;
 font-weight:bold;
list-style-type: none;
}

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

}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 11px 39px 11px 36px; /*padding inside each tab*/
border: 1px solid black; /*right divider between tabs*/

color: white;
background: red; /*background of tabs (default state)*/
}

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

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












