@CHARSET "UTF-8";

#container {
	width: 1000px;
	text-align: left;
	overflow-x: hidden;
}

#header {
	width: 1000px;
}

#header #logo {
	width: 1000px;
}

#header #nav {
	width: 1000px;
}

#content {
	width: 1000px;
}

#left {
	width: 172px;
	background: #fdca01 url(left_bottom.jpg) no-repeat bottom;
}

#innerLeft {
	width: 100%;
	background: url(left_top.jpg) no-repeat top;
	height: 450px;
}

#mid {
	width: 726px;
	overflow-x: auto;
	background: #a56a06;
}

#right {
	width: 102px;
	background: #9c5f02 url(right_bottom.jpg) no-repeat bottom;
}

#innerRight {
	width: 100%;
	background: url(right_top.jpg) no-repeat top;
	height: 500px;
}

#footer {
	width: 1000px;
}

#left_member {
	margin-top: 15px;
}

#left_page {
	width: 150px;
	margin-top: 15px;
}

#left_link {
	margin-top: 15px;
}

.left_page_root {
	background: url(left_page_root.jpg);
	height: 30px;
	text-align: center;
	color: #f5be01;
	font-weight: bold;
	font-size: 13px;
}

.left_page_row {
	height: 30px;
	padding-left: 38px;
	background: url(left_page_row.gif) bottom no-repeat;
}

.left_page_row a {
	color: #920100;
	font-size: 13px;
	text-decoration: none;
}

.left_page_row a:hover {
	color: red;
}

