
body{
	margin: 0 auto;
	background-image: url(images/linedark_bkg.jpg);
	background-color: #4d3f25;
	background-position: top left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a{
	color: #f5aa1d;
}

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

#wrap{
	width: 775px;
	margin: 0 auto;
	background-image: url(images/linelight_bkg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 680px;
	background-color: #ab965a;
	float: left;
}

.header{
	float: left;
	width: 775px;
}

.logo{
	float: left;
	width: 335px;
	height: 155px;
}

#nav{
	float: right;
	width: 168px;
	margin-top: 3px;
}

.navbtn{
	float: right;
	background-color: #9b181c;
	text-align: left;
	text-transform: uppercase;
	color: #f5aa1d;
	margin-bottom: 3px;
	display: block;
}

.navbtn a{
	background-color: #9b181c;
	color: #f5aa1d;
	text-decoration: none;
	display: block;
	width: 150px;
	padding-left: 17px;
	height: 22px;
	padding-top: 8px;
}

.navbtn a:hover{
	background-color: #f5aa1d;
	color: #9b181c;
}

.navbtn span{
	background-color: #f5aa1d;
	color: #9b181c;
	text-decoration: none;
	display: block;
	width: 150px;
	padding-left: 17px;
	height: 22px;
	padding-top: 8px;
}


#content{
	float: left;
	min-height: 388px;
	padding-top: 50px;
	width: 775px;
}

#content h2{
	float: left;
	display: block;
	color:#000;
	text-transform: uppercase;
	font-style: italic;
	font-size: 20px;
	width: 423px;
	padding-left: 15px;
	height: 26px;
	padding-top: 120px;
	background-color:#9a181c;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content p{
	float: left;
	width: 382px;
	padding-left: 15px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #88753a;
	color: #000;
	margin-top: 5px;
}

#green_box{
	float: left;
	width: 382px;
	padding-left: 15px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #88753a;
	color: #000;
	margin-top: 5px;
}

#green_box ul{
	margin: 0px;
	padding-left: 10px;
}

#green_box li{
	margin-bottom: 10px;
	list-style: none;
	background-image: url(images/bullet_star.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	min-height: 15px;
}

#content_home{
	float: left;
	background-image: url(images/tano_pic.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 728px;
	padding-right: 47px;
	min-height: 288px;
	padding-top: 150px;
}

#content_home h2{
	color: #9a181c;
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
}

#content_home p{
	float: left;
	margin-top: 0px;
}

.left_col{
	float: left;
	width: 338px;
}

.inside_pic{
	float: right;
	width: 284px;
	height: 146px;
	background-color: #9a181c;
}

.inside_pic a{
	float: right;
}

#sub_nav{
	float: right;
}

.red{
	margin-right: 200px;
	margin-top: 15px;
	width: 84px;
	height: 22px;
	text-transform: uppercase;
	text-align: center;
	background-color: #9b181c;
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.red a{
	text-decoration: none;
	background-color: #9b181c;
	color: #000;
	display: block;
	width: 84px;
	height: 22px;
	padding-top: 8px;
}

.red a:hover{
	background-color: #f5aa1d;
	color: #9b181c;
}

.right_col{
	float: left;
	width: 390px;
}

#footer{
	float: left;
	background-color: #9a181c;
	width: 775px;
	border-top: #f5aa1d solid 4px;
	min-height: 70px;
}

div.scroller { 
	width: 609px;
	float:left;
	overflow: hidden;
}

div.scroller div.section {
	width: 559px;
	padding-left: 50px;
	height: 35px;
	padding-top: 14px;
	overflow:hidden;
	float:left;
	margin:0;
	color: #f5aa1d;
}

div.section a{
	text-decoration: none;
}

div.section a:hover{
	text-decoration: underline;
	color: #ffffff;
}

div.scroller div.content {
	width:3045px;
	height: 49px;
	float: left;
}

.controls{
	width: 559px;
	padding-left: 50px;
	height:22px;
	float:left;
	margin:0;
	background-color: #a9441c;
	text-transform: uppercase;
	font-style: italic;
}

.controls div, .controls div a{
	float: left;
	display: block;
	color: #f5aa1d;
	text-align: center;
	text-decoration: none;
	margin-right: 2px;
}

.controls div a{
	padding: 3px 5px 0 5px;
	height: 18px;
	
}

.controls div a:hover{
	color: #a9441c;
	background-color: #f5aa1d;
}

#icons{
	float: right;
	width: 125px;
	height: 22px;
}

#icons a, #icons a:hover{
	background-color: #a9441c;
	margin: 0 0 0 3px;
	padding: 0px;
	border: 0px;
	float: right;
	height: 22px;
	width: 22px;
}

#icons img{
	float: right;
	border: 0px;
	margin-left: 3px;
}

#signup{
	float: left;
	width: 165px;
}

#signup h3{
	color: #f5aa1d;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
	display: block;
	height: 18px;
	padding-top: 4px;
	font-weight: normal;
	font-size: 14px;
	width: 165px;
}

#signup form{
	float: left;
	margin-top: 0px;
}

.entryfield{
	color: #636363;
	font-size: 12px;
	margin-bottom: 2px;
}

.submit{
	background-color: #f5aa1d;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	width: 60px;
	height: 22px;
	text-align: center;
	cursor: pointer;
	border-color: #cc9328;
	margin-top: 3px;
}


#legals{
	width:100%;
	float: right;
	margin-top: 5px;
	color: #7a6d43;
}

#form{
	float: left;
	margin-top: 20px;
	width: 500px;
	padding: 50px;
	background-color: #fff;
}

