#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;
	color: #FFFFFF;
}
#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 ul {
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 9px;
}
#main p {
	line-height: 2.5;
	text-indent: 2em;
}

#main #pc {
	height: 130px;
	width: 600px;
	margin-left: 26px;
	margin-top: 14px;
	border: 1px inset #CCCCCC;
}
#pc h2 {
	width: 140px;
	float: left;
	margin-top: 9px;
	margin-left: 11px;
}
#pc ul {
	padding-top: 26px;
}
#pc li {
	line-height: 25px;
	height: 25px;
	color: #FFFFFF;
}
#pc1 li {
	line-height: 25px;
	height: 25px;
	text-align: left;
	color: #FFFFFF;
}

#pc img {
	padding: 2px;
	border: 1px solid #333333;
}

#main #pc1 {
	height: 130px;
	width: 600px;
	margin-left: 26px;
	margin-top: 14px;
	border: 1px ridge #CCCCCC;
}
#pc1 h2 {
	width: 140px;
	float: left;
	margin-top: 9px;
	margin-left: 11px;
}
#pc1 ul {
	padding-top: 26px;
}

#pc1 img {
	padding: 2px;
	border: 1px solid #444444;
}
#main h3 {
	line-height: 30px;
	height: 30px;
	margin-top: 9px;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
}
#main a {
	text-decoration: none;
	color: #FFFFFF;
}
#main a:hover {
	color: #EA7A16;
}
