body
{
	margin:0;
	padding:0;
	background-color: #EBEBEB;
	font:Arial, Helvetica, sans-serif;
}

#header {
	background-image:url(/images/bg.gif);
	background-repeat:repeat-x;
	background-position:0px 15px;
	height:139px;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding-left:5px;
	}
	
h1.logo {
	margin:0;
	padding:0;
	text-indent:-9000px;
	display:block;
	height:67px;
	width:409px;
	background:url(/images/kinglogo.jpg) no-repeat;
	margin-bottom:2px;
	}
	
#topLinks {
	margin:0;
	margin-top:3px;
	}
	
#topLinks li {
	display:inline;
	font-size:18px;
	margin-right:15px;
	}
	
#topLinks li a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#chainsaw {
	margin:0;
	padding:0;
	float:right;
	height:139px;
	margin-left:-3px;
	}
	
#mainBack {
	background: #94a6b5 url(/images/mainBg.gif) repeat-x;
	margin:0;
	padding:10px;
	text-align:center;
	margin-top:-15px;
	}
	
#categories {
	width:350px;
	margin:0;
	padding:0;
	margin-right:10px;
	float:left;
	}
	
h3 {
	color:#FFFFFF;
	height:23px;
	margin:0;
	padding-top:2px;
	}
	
h3.categories {
	width:350px;
	background-image:url(/images/powerCategories.gif);
	}
	
#middle {
	width:245px;
	margin:auto;
	margin-right:10px;
	float:left;
	}
	
h3.featuredArticle{
	width:245px;
	background-image:url(/images/featuredarticle.gif);
	}

h3.relevantLinks{
	
	width:245px;
	background-image:url(/images/featuredArticle.gif);
	}
	
#right {
	width:245px;
	margin:auto;
	margin-right:10px;
	float:left;
	}

h3.resources{
	width:353px;
	background-image:url(/images/rightheader.gif);
	}

h3.popularReviews{
	width:353px;
	background-image:url(/images/rightheader.gif);
	margin-top:20px;
	}
	
h3.modelReviews{
	width:765px;
	background-image:url(/images/modelReviews.gif);
	text-align:center;
	}
	
#links {
	float:none;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#004A8E;
	margin-top:30px;
	width:965px;
	}

H1
{
	font-size :medium ;
	font-weight :bold ;
	
}


H2
{
	font-size :small ;
	font-weight :bold ;
	
}

A:link	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
#google {
	float:left;
	}
	
#reviewsLeft {
	width:250px;
	background-color: #DDDDDD;
	padding:5px;
	}
	
#brand {
	background-color:#DDDDDD;
	width:765px;
	}
		
#mainback:after, #right:after, #middle:after, #categories:after, #google:after, #reviewsLeft:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }