@charset "UTF-8";
/* CSS Document */

body,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000;
}

td{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFF;
	}
body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f1f0e3;
	background-position: center top;
}

.left-head {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #dad6ae;
	font-size: 16px;
	font-weight:bold;
}

p{
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
}

#main{
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
#main_sub{
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #494949;
	}
	
#head{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 81px;
	}
#head_sub{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 99px;
	background-color: #dbdbdb;
	}
#nav{
	height: 31px;
	margin-bottom: 15px;
	margin-top: 20px;
	width: 612px;
	float: right;
	background-image: url(images/index_04.png);
	background-repeat: no-repeat;
	}
#mid{
	height: 213px;
}
#button_holder{
	height: 104px;
	width: 880px;
}
#button_first{
	background-repeat: no-repeat;
	float: left;
	height: 104px;
	width: 287px;
	margin-right: 9px;
}
#button_middle{
	background-repeat: no-repeat;
	float: left;
	height: 104px;
	width: 287px;
	margin-right: 9px;
}
#button_last{
	background-repeat: no-repeat;
	float: left;
	height: 104px;
	width: 287px;
}
#main_body{
	background-image: url(images/index_17.png);
	background-repeat: repeat-y;
	width: 880px;
}

#main_body_sub{
	background-image: url(images/index_sub_17.gif);
	background-repeat: repeat-y;
	width: 880px;
}
#left_body{
	width: 255px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: left;
	color: #FFF;
}
#right_body{
	width: 565px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: right;
	font-size: 20px;
	line-height: 24px;
}

#left_sub{
	width: 266px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#right_sub{
	width: 266px;
	float: right;
	font-size: 14px;
	line-height: 18px;
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 30px;
}

#footer_holder{
	background-color: #363636;
	height: 90px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer{
	background-color: #363636;
	height: 90px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#clear{
	clear: both;
}

#left_footer{
	width: 649px;
	height: 62px;
	float: left;
	
}
#right_footer{
	width: 203px;
	height: 62px;
	float: right;
}

.small{
	font-size: 11px;
	color: #000;
	line-height: 12px;
}

