body {
	background: #5e3d10 url(../images/bg.jpg) repeat-y center;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#595959;
	margin:0;
	padding:0;
}
* {
	margin:0;
	padding:0;
	}
a:link {
	color:#0000FF;
	}
a:visited {
	color:#CC9900;
	}
p {
	line-height:18px;
	padding:0 0 15px 0;
	}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	letter-spacing:2px;
	color:#CF675C;
	margin:20px 0;
	}	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#595959;
	letter-spacing:1px;
	margin:20px 0;
	}	
#wrap {
	width:826px;
	margin:0 auto;
	background:url(../images/content_bg.gif)	
	}
#header {
	background:url(../images/logo-Bar.gif) no-repeat;
	height:99px;
	text-align:right;
	padding:0;
	}
#header p {
	padding-right:31px;
	float:rigth;	
	}
#header a {
	color:#595959;
	display:block;
	float:right;
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	width:94px;
    }
#header a:hover {
	color:#CF675C;
    }						
#banner {
	background:url(../images/banner.jpg) no-repeat;
	height:233px;
	padding:0;
	}
#banner #cta {
	color:#595959;
	width:200px;
	padding:45px 0 15px 55px;
	}
#banner #cta .header {
	font:bold 1.4em Georgia, "Times New Roman", Times, serif;
	color:#CF675C;
	width:200px;
	}		
#banner .text {
	font:normal .8em Georgia, "Times New Roman", Times, serif;
	height: 24px;
	width: 175px;
	}
#banner .signup {
	font:normal .9em Georgia, "Times New Roman", Times, serif;
	height:28px;
	margin-top:15px;
	width:112px;
	}	
#banner .text, .signup {
	background:#eaeaea;
	color:#595959;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding: 3px;
	margin: 5px 0 5px 0;
}	
#nav {
	background: url(../images/nav-bg.gif) repeat-x top left;
	height:34px;
 	line-height:34px;
	margin:0 13px;
	text-align:center;
	}
#nav li {
	display:inline;
	list-style:none;
	}	
#nav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
	background:url(../images/nav-border.gif) no-repeat right;
	padding:2px 35px;
	}	
#nav li a:hover {
	color:#CF675C;
	}
#nav li .none {
	background:none;
}		
#content_wrap {
	background:#fff;
	margin:0 13px;
	}
*html #content_main {
	width:466px;
	}		
#content_main {
	background:#fff;
	float:left;
	width:476px;
	padding:0 12px 0 24px;
	}
*html #content_sub {
	width:242px;
	}	
#content_sub {
	background:#fff;	
	float:left;
	width:252px;
	padding:0 24px 0 12px;
	font-size:10px;
	}
#content_sub h3 {
	color:#A2C1EF;
	font-family:arial;
	font-size:16px;
	margin:0 0 15px 0;
	}	
#content_sub h4 {
	font-family:arial;
	font-size:14px;
	margin:0 0 15px 0;
	}		
#content_sub p {	
	line-height:16px;
	}
#content_sub img {
	margin:0 10px 0 0;
	}	
#content_main img {
	margin:0 10px 0 0;
	}	
#footer {
	background:#fff url(../images/footer.gif) no-repeat bottom left;
	color:#595959;
	height:59px;
	line-height:59px;
	margin-bottom: 20px;
	text-align:center;
	}	
.clear {
	clear:both;
	}
.name {
	color:#BE5028;
	font-weight:bold;
	}
.float-left {
	float:left;
	}
.float-right {
	float:right;
	}
	/* This is for 1 column layout */
#content_main_1col {
	float:left;
	width:795px;
	padding:20px 20px 20px 30px;
	}	