* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	background-image: url(../images/dot_1.gif);
	background-repeat: repeat;
}
#header {
	background-image: url(../images/bt1.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 120px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#main {
	background-image: url(../images/1.gif);
	background-repeat: no-repeat;
	clear: both;
	height: auto;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-position: left top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 26px;
	text-align: left;
}
#left {
	float: left;
	width: 188px;
	padding-top: 30px;
}
#left li {
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 7px;
}
#left li a {
	background-image: url(../images/left_1.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	color: #010066;
	text-decoration: none;
	font-weight: bold;
	background-position: 26px 5px;
	padding-left: 45px;
}
#left li a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}
#right {
	float: right;
	background-color: #e8e8e8;
	width: 578px;
	padding-right: 14px;
	padding-left: 10px;
	padding-top: 15px;
}
#right li {
	list-style-type: none;
	margin-bottom: 16px;
}
.li_bg {
	background-image: url(../images/dot_2.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #010066;
	background-position: left bottom;
}
.li_bg img {
	margin-right: 7px;
}
p {
	text-indent: 2em;
}
#footer {
	background-color: #164c8b;
	clear: both;
	height: 30px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
}

a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

