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

body{
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header{
	width: 1000px;
	background-image: url(../images/header_r1_c1.gif);
	float: left;
	height: 142px;
	position: relative;
}
#menu_container{
	float: left;
	width: 1000px;
	background-image: url(../images/main_content%20bground.jpg);
	background-position: center;
	position: relative;
	margin: 0px;
	z-index: 1000;
}
#menu{
	width: 952px;
	background-image: url(../images/menu%20bground.gif);
	background-repeat: repeat-x;
	height: 38px;
	margin-left: 23px;
	text-align: center;
	padding-top: 3px;
	padding-left: 3px;
	z-index: 1000;
	position: relative;
	float: left;
}
#content_container{
	background-image: url(../images/main_content%20bground.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 1000px;
	position: relative;
	text-align: center;
	z-index: 0;
}
#footer_container{
	float: left;
	width: 1000px;
	position: relative;
	background-image: url(../images/main_content%20bground.jpg);
	background-repeat: repeat-y;
}
#footer{
	background-image: url(../images/footer_bground.gif);
	background-repeat: repeat-x;
	width: 942px;
	margin-left: 23px;
	height: 42px;
	text-align: left;
	padding-left: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
	padding-top: 8px;
	padding-right: 5px;
	position: relative;
	float: left;
}
#header_title{
	font-family: "Times New Roman", Times, serif;
	font-size: 54px;
	color: #006699;
	width: 400px;
	position: absolute;
	text-align: left;
	top: 10px;
	left: 30px;
	font-weight: normal;
}
#header_title_subline{
	position: absolute;
	top: 60px;
	font-family: "Times New Roman", Times, serif;
	color: #069;
	font-weight: normal;
	text-align: left;
	width: 600px;
	left: 30px;
	font-size: 30px;
}
#header_address{
	position: absolute;
	width: 600px;
	left: 30px;
	top: 95px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666;
	text-align: left;
}
#main_content{
	float: left;
	width: 600px;
	position: relative;
	text-align: left;
	padding-right: 20px;
	padding-left: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	padding-top: 8px;
	padding-bottom: 8px;
	z-index: 0;
}
#right_column{
	text-align: left;
	float: left;
	width: 300px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 20px;
	position: relative;
	z-index: 0;
}

