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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.site {
	background-color: #FFFFFF;
	display: block;
	width: 726px;
	position: relative;
	float: left;
}

.top {
	background-color: #FFFFFF;
	display: block;
	height: 120px;
	width: 726px;
	position: relative;
	background-image: url(../pics/top_02.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center;
}
.menu {
	display: block;
	width: 130px;
	position: relative;
	float: left;
}
.menu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.menu h1 a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.menu h1 a:link {
	color: #000000;
	text-decoration: none;
}
.menu h1 a:visited {
	color: #666666;
	text-decoration: none;
}
.menu h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D85D17;
}
.menu h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}




.content {
	display: block;
	float: left;
	position: relative;
	width: 550px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 500px;
	background: url(../pics/home_bg_01.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #000000;
	background-image: url(../pics/home_bg_01.gif);
}
.content h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.home-bg {
	background-image: url(../pics/home_bg_01.gif);
	background-repeat: no-repeat;
}

.content h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	line-height: normal;
}
.content h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 12px;
}
.content p {
	line-height: 18px;
	font-size: 12px;
}
.content ul {
	line-height: 18px;
	padding-left: 20px;
}
.content li {
	list-style-image: url(../pics/bullet_01.gif);
	padding-left: 0px;
	margin-left: 0px;
}



.content-ctr {
	width: 726px;
	position: relative;
	display: block;
	float: left;
	border-left-style: none;
}

