@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	display: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

p:last-child {
	margin-bottom: 0px;
}

#container {
	width: 1000px;
	height: 570px;
	margin: 0 auto;
}

#header {
	height: 165px;
	clear: left;
	margin: 0 0 5px 0;
}

#header-left {
	height: 165px;
	width: 350px;
	float: left;
	background-image: url('../images/head_left.jpg');
	background-repeat: no-repeat;
}

#header-middle {
	height: 165px;
	width: 350px;
	float: left;
	background-image: url('../images/head_middle.jpg');
	background-repeat: no-repeat;
}

#header-right {
	height: 165px;
	width: 300px;
	float: left;
	background-image: url('../images/head_right.jpg');
	background-repeat: no-repeat;
	text-align: right;
	font-size: 10px;
	/*padding-top: 10px;*/
}

#left {
	width: 165px;
	height: 400px;
	float: left;
	font-size: 18px;
	font-style: italic;
}

.menu_top {
	width: 165px;
	height: 13px;
	background-image: url('../images/menu_top.jpg');
}

.menu_content {
	width: 165px;
	min-height: 50px;
	background-image: url('../images/menu_bg.jpg');
}

.menu_bottom {
	width: 165px;
	height: 13px;
	background-image: url('../images/menu_bottom.jpg');
}

.menu_content ul {
	margin: 0 0 0 25px;
	list-style-type: none;
	line-height: 25px;
}

#right {
	float: left;
	width: 835px;
	height: 390px;
}
#right .top {
	background-image: url(../images/content_top.jpg);
	width: 835px;
	height: 13px;
}
#right .bottom {
	background-image: url(../images/content_bottom.jpg);
	width: 835px;
	height: 14px;
}
#right .middle {
	background-image: url(../images/content-middle.jpg);
	width: 795px;
	height: 363px;
	overflow: auto;
	padding: 0 20px;
	font-size: 12px;
	text-align: center;
}