a img, :link img, :visited img {
	border: 0 none;
	margin: 0px;
	padding: 0px;

}

body {
	background-color: #43403c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	color: #CCCCCC;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#container {
	margin:0 auto;
	width: 949px;
}

#header_main {
float: left;
width: 598px;
background: url(images/header_no_title.jpg);
background-repeat:no-repeat;
height:305px;
}

#navigation {
	float: left;
	width: 598px;
}

#header2 {
	float: left;
	width: 598px;
}

#maincontent {
	float: left;
	width: 598px;
	background-color: #43403c;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
}

#main_body{
	float:left;
	width:580px;
	text-align:left;
}

#subcontent {
	/*float: left;*/
	width: 282px;
	background-color: #43403c;
	text-align: left;
}

#text {
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 540px;
	text-align: left;
	padding-left: 35px;
}

#text2 {
	background-image: url(images/testimonials2.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 540px;
	text-align: left;
	padding-left: 35px;
}

#signright {
	float: right;
}

#signleft {
	float: left;
	line-height: 19pt;
	width:100px;
	color:black;
}

#firstname, #lastname, #phone, #email {
	margin-top:5px;
}

.entry {
	width: 210px;
	background-image: url(images/entrybg.jpg);
	background-repeat: no-repeat;
	padding: 40px 20px 0px 40px;
	color: #aaaaaa;
}

.more {
	width: 210px;
	padding: 40px 20px 20px 40px;
}

.clear {
	clear: both;
}

#signup {
	float: left;
	background-image: url(images/signup.jpg);
	height: 200px;
	color: #333333;
	padding: 80px 180px 0px 120px;
	text-align: left;
	background-repeat: no-repeat;
}

#footer {
	float: left;
	width: 598px;
	background-color: #43403c;
	height: 100%;
}

.gray {
	color: #CCCCCC;

}

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

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

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

a:active {
	color: #f1731c;
	text-decoration: none;
}

#sub_main{
padding-left:15px;	
}



