@charset "utf-8";
body {
	margin:0 auto;
	padding:0;
	width:1224px;
	background-color: #000000;
	background-image: url(images/bg_b.jpg);
	background-repeat: repeat-x;
}
#header {
	background:url(images/head.jpg) no-repeat 0 0;
	height:293px;
	width:1224px;
	
}
#body_no_repeat {
	background:url(images/body.jpg) no-repeat 0 0;
	width:1224px;
	_height:505px;
	min-height:505px;
	width:1224px;
}
#body_repeat {
	background:url(images/bg_repeat.gif) repeat-y 0 0;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	color:#FFFFFF;
	width:1224px;
}
#lf_col {
	float:left;
	width:378px;
}
#right_col {
	float:right;
	width:846px;
	text-align:left;
}
#padding_lf {
	padding:20px 20px 20px 60px;
}
#padding_right {
	padding:20px 60px 20px 20px;
}
#footer {
	width:1224px;;
	background:url(images/footer.jpg) no-repeat;
	height:102px;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	color:#e39677;
}
.footer_text {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	color:#e39677;
}
#padding_footer {
	padding:60px 0 0 0;
}
.white_14 {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:14px;
	color:#FFFFFF;
}
#float_lf {
	float:left;
	width:360px;
}
#float_right {
	float:right;
	width:400px;
}
.white_20{
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:20px;
	color:#FFFFFF;
}
.white_18{
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:18px;
	color:#FFFFFF;
}
.red_18 {
	color:#5a0c0c;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:18px;
}
.red_16 {
	color:#5a0c0c;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:16px;
}
.white_23{
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:23px;
	color:#FFFFFF;
}
.clear_both {
	clear:both;
}