
#mainwrapper {
   margin:auto;
   background-image:url(http://www.charlestoncounty.sc/workspaces/www/templates/domains/charlestoncounty.sc/images/jobsbackground.jpg);
   background-repeat:repeat-y;
   height:auto;
   width:800px;
}
#footer {
   clear:left;
   width:800px;
   background-color:#9966FF;
}
#categoryheader {
background-image:url(http://www.charlestoncounty.sc/workspaces/www/templates/domains/charlestoncounty.sc/images/catagoriesjobs.jpg);
background-repeat: no-repeat;
width:150px;
height:15px;
}
#weather {
background-image:url(http://www.charlestoncounty.sc/workspaces/www/templates/domains/charlestoncounty.sc/images/weatherjobs.jpg);
background-repeat: no-repeat;
width:150px;
height:15px;
}
#nav li a{ /* For Nav Links */	
	background-color: #010ABB;	
	border-bottom: 1px solid #FFF; /* Thin border on the bottom of links */
	border-left: 7px solid #414bb5; /* Thicker Border On Left Side */
	}
	
#nav li a:hover { /* Color for mouseover, hover: Change Both */
			background-color: #990000;
			border-left-color: #3c0101;
			}