@charset "utf-8";
/* CSS Document */

body  {
	font: 100%;
	background:#000 url(http://www.poorboyperformance.com/poorboyperformancebck.jpg) no-repeat;
	margin: 0; 
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#container { 
	width: 800px;  
	background:#fff;
	padding:0px;
	margin:10px auto 15px;
	text-align: left;
	border:1px solid #fff;
} 
#header { 
	height:100px; 
	width:800px;
	margin:auto;
	padding:0;
	border-bottom:1px solid #000;
} 

#sidebar{
    background:#000;
	width:150px;
	float:left;
	display:inline;
	list-style:none;
	margin:10px 0 0 10px;
	padding:0;
}

#sidebar li{
   width:150px;
   margin:0;
   padding:0;
   display:inline;
   height:25px;
   text-align:center;
}

#sidebar li a{
   background:#000;
   color:#fff;
   text-decoration:none;
   font-size:12px;
   display:block;
   font-weight:bold;
   text-align:left;
   border-bottom:1px solid #fff;
   padding:5px 0 5px 5px;
}

#sidebar li a:hover{
   background:#00a0ff;
}

#mainContent {   
	margin:10px 0px 0 170px;
	width:590px;
	position:relative;
} 

#footer{
    background:#00a0ff;
    color:#fff;
	margin:15px 0 0px 0;
	text-align:center;
	clear:both;
	line-height:30px;
	font-size:14px;
	border-top:1px solid #0000;
}

#footer a{
    color:#fff;
}

a{color:#000000;}

p{font-size:13px; font-weight:normal;}

h1{
    font-size:18px;
	color:#000;
	background:#00a0ff;
	padding:3px 0 3px 3px;
	border-bottom:3px solid #000;
	font-weight:100;
	margin:0 0 5px 0;
	text-transform:capitalize;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}

