#box {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1E1E1E;
}
#left {
	float: left;
	width: 242px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bdbbbc;
}
#left h1 {
	background-image: url(../images/left_h1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	padding-top: 10px;
	padding-left: 12px;
	color: #e77817;
	font-size: 14px;
	font-weight: bold;
}
#left ul {
	padding-left: 9px;
	padding-right: 12px;
	padding-top: 9px;
}
#left a {
	text-decoration: none;
	background-image: url(../images/left_a.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	display: block;
	padding-left: 22px;
}
#left a:hover {
	background-position: 2px;
	color: #E97818;
}


#left li {
	line-height: 30px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#main {
	float: left;
	width: 712px;
	margin-left: 2px;
}

#main h1 {
	background-image: url(../images/right_h1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	padding-top: 10px;
	padding-left: 18px;
	color: #e77817;
	font-size: 15px;
	font-weight: bold;
}
#main h2 {
	height: 600px;
	width: 700px;
	margin-left: 12px;
}

#main ul {
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 9px;
}
#main p {
	line-height: 2.5;
	text-indent: 2em;
}
#main a {
	text-decoration: none;
	padding-left: 26px;
}
