body {
		background-color:#999;
		

}



#wrapper {
	margin:auto;  /* works on all screen size - resizable and fluid */
	width:760px;
	
}

#header {
	height:226px;
	background-image:url(../images/kbbq_header.jpg);  
	
}


a:link{
	color: #900;
	text-decoration: none;
}

a:visited{
	color: #900;
	text-decoration: none;
}


a:hover{
	color: #C30;
	text-decoration: underline;
}



#content {
	background-image:url(../images/kbbq_bgrepeat.jpg); 
	background-repeat:repeat-y;
	
}

#footer {
	height:62px;
	background-image:url(../images/kbbq_footer.jpg); 
	
	
	
}

#copyright{
	
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	text-align:center;
	
}

#copyright a:link{
	color: #900;
	text-decoration: none;
}

#copyright a:visited{
	color: #900;
	text-decoration: none;
}

#copyright a:hover{
	color: #C00;
	text-decoration: underline;
}
