body {
	text-align:center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #666 url(../images/bg.jpg) top repeat-x;
	font-size: 12px;	
	padding: 0;
	}



#container {
	width:800px;
	text-align:center;
	margin: 1px auto;
	text-align:left;
	padding: 0;

}
	
#left {
	width: 500px;
	height: 500px;
	float: left;
	}

#nav {
	height: 53px;
	width: 500px;
	margin: 40px 0 0 0;
	padding:0;
	}
	
#right {
	width: 300px;
	height: 500px;
	float: right;	
	}

#content1{
	width: 500px;
	height: 408px;
	background: url(../images/content1bg.jpg) top no-repeat;
	margin: 0 0 0 0;
	}
	
#content_ads{
	width: 500px;
	height: 408px;

	margin: 0 0 0 0;
	}

#content_ads embed {
	border: none;
	margin: 10px 0 10px 0;
}
	
img.ad {
	border: none;
	margin: 10px 0 10px 0;
}

img.ad_border{
	border: 1px solid black;
	margin: 10px 0 10px 0;
}
	
#logo {
	width: 300px;
	height: 151px;
	background: #666 url(../images/logo.jpg) top no-repeat;
	margin: -15px 0 0 0;
	}

#content2 {
	width: 300px;
	height: 359px;
	background: url(../images/content2bg.jpg) top no-repeat;
	padding: 0;
	margin: 0 0 0 4px;
}

#content1text {
	width: 440px;
	height: 340px;
	margin: 20px 0 0 25px;
	padding: 0;
	float:left;	

}


#content2text {
	width: 220px;
	height: 280px;
	margin: 20px 0 0 25px;
	padding: 0;
	float:left;	
}

#footer {
	width:800px;
	height: 60px;
	clear: both;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;

	}
	
	
/* Nav Rollovers and Stuff */
#nav li{
	padding: 0;
	margin: 0;
	float: left;
}

#nav li strong{
	display: none;
	}
	
#nav ul{
	list-style-type: none;
	margin: 0; /*reset stupid margin on ul for firefox */
	padding: 0;
	}

#nav li.home a{
	float: left;
	width: 86px;
	height: 53px;
	background:  url(../images/home_button.png) top left no-repeat;
	margin: 0 0 0 0;
}

#nav li.contact a{
	float: left;
	width: 86px;
	height: 53px;
	background:  url(../images/contact_button.png) top left no-repeat;
	margin: 0 0 0 0;
}

#nav li.advertise a{
	float: left;
	width: 89px;
	height: 53px;
	background:  url(../images/advertise_button.png) top left no-repeat;
	margin: 0 0 0 0;
}

#nav li.subscribe a{
	float: left;
	width: 91px;
	height: 53px;
	background:  url(../images/subscribe_button.png) top left no-repeat;
	margin: 0 0 0 0;
}

#nav li.featured a{
	float: left;
	width: 148px;
	height: 53px;
	background:  url(../images/featured_button.png) top left no-repeat;
	margin: 0 0 0 0;
}

#nav li.home a:hover{
	background-position: -86px 0px;
	}
#nav li.contact a:hover{
	background-position: -86px 0px;
	}
#nav li.advertise a:hover{
	background-position: -89px 0px;
	}
#nav li.subscribe a:hover{
	background-position: -91px 0px;
	}
#nav li.featured a:hover{
	background-position: -148px 0px;
	}


/* Typography */

.featuredcontractors_email {
	color: white;
	}
h1.header {
		color: white;
		font-size: 14px;
		margin: 0 0 0 20px;
		}

#content1text h2{
	font-size: 18px;
	margin: 0 0 0 0;
}

#content1text p {
	margin: 5px 0 10px 0;
}

#content1text table {
	margin: 2px 0 10px 0;
	width: 350px;
	}

#content1text table td {
	background: #ffffff;
	padding: 4px;
	}

#content1text table td.header {
	background: gold;
	padding: 4px;
	font-weight: bold;
	}
	
#content1text table.articles {
	margin: 2px 0 10px 0;
	width: 440px;
	margin: -20px 0 0 0;
	
	}

#content1text table.articles a{
	color: white;
	font-size: 14px;
	}

#content1text table.articles td.coverpic {
	background: none;
	padding: 4px;
	width: 40%;
	}
	
#content1text table.articles td.titles{
	width: 60%;
	background: none;
	}
#content2text h2 {
	font-size: 18px;
	margin: 0 0 0 0;
	color: black;
}

#content2text p{
	margin: 5px 0 10px 0;
	color: black;
}

#footer p {
	margin: 0 0 0 50px;
	color: white;
}

/* flash feature animation stuff */

#flash {
	height: 310px;
	width: 440px;
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
	background:  url(../images/ajax-loader2.gif) no-repeat;
	background-position: center;
	
	}
	
