﻿html
{
	margin:0px;
}

body 
{
	font-size: 12px;
	color: #333333;
	font-family: Verdana;
	text-decoration: none;
	background-color:white;
	margin:0px;
}

/* --- Wrapper ---- */
#wrapper
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:770px;
}

/* ---- Columns ---- */
#contentleft
{
    width:0px;
    display:none;
    
}
    
#contentcenter
{
    width:770px;    
    background:url(/images/content_images/ruralroundup/2010/background.jpg) repeat-x ;
}
    
#contentright
{
    width:0px;
    display:none;
}  
 
#footer
{

}

#header
{
	
}
