@charset "UTF-8";
/* CSS Document */

/* -- MAIN LAYOUT -- */

#wrapper {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	margin-bottom:10px;
	

}

#header {
	width:878px;
	height:120px;
	border-top:1px #af181e solid;
	border-left:1px #af181e solid;
	border-right:1px #af181e solid;
	background-position:15px 15px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#main_body {
	width:880px;
}

#left_col {
	width:680px;
	float:left;
}

#right_col {
	width:199px;
	height:600px;
	float:left;
	background-color:#af181e;
	border-right:1px solid #333333;
}

#footer {
	width:820px;
	clear:left;
	border-top:#464452 2px solid;
	padding:10px 30px 10px 30px;
	background-color:#FFFFFF;


}

a {
	font-size: inherit;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #af181e;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/* -- CONTENT STYLES */

	/* left column */
	
	.banner_picture {
		width:679px;
		border-left:#af181e 1px solid;
		border-top:#af181e 1px solid;
		border-bottom:#af181e 1px solid;
	}
	
	.main_title {
		padding:25px 10px 20px 20px;
	}
	
	.text_area2 {
		width:660px;
		float:left;
		padding:10px;
	}
	
	
	
	/* right column */
	
	#right_col ul {
		list-style:none;
		width:199px;
	}
	
	#right_col li {
		list-style:none;
		border-bottom: 1px #FFF solid;
		color:#FFF;
		font-size:12px;
		margin: 0px;
    		padding: 0px;
	}
	
	#right_col a{
		display:block;
		height:25px;
		padding-top:7px;
		padding-left:15px;
		list-style:none;
		color:#FFF;
		font-size:12px;
		text-decoration:none;
	}
	
	
/* -- TEXT STYLES -- */


.body_text {
	font-size:12px;
	color:#000000;
	line-height:18px;
	
}

.body_text a {
	font-size:12px;
	color:#af181e;
	text-decoration:none;
	line-height:18px;
	
}

.text_area2 ul {
	margin-left:15px;	
}


.text_area2 li {
	font-size:12px;
	color:#000;
	text-decoration:none;
	line-height:18px;

}

.footer_head {
	color:#333333;
	font-size:11px;
	font-weight:bold;
}

.footer_text {
	color:#333333;
	font-size:11px;
}

.footer_text a{
	color:#af181e;
	font-size:11px;
	text-decoration:none;

}

.contact_text {
	color:#666666;
	font-size:12px;
}

.contact_text a{
	color:#af181e;
	font-size:12px;
	text-decoration:none;
}

.contact_text2 {
	color:#464452;
	font-size:12px;
}
.input1 {
	height: 18px;
	width: 250px;
	padding-top: 2px;
	border: 1px solid #999999;
}
.input2 {
	height: 80px;
	width: 340px;
	padding-top: 2px;
	border: 1px solid #999999;
}

.logo_margin {
	margin:8px 0px 0px 15px;
}
