@charset "utf-8";
/* CSS Document */
html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}

body {
	background: #b9e6e6;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
h1 {
	margin: 0;
	padding: 0;
}
address {
	font-size: 13px;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*********************************************/
.page {
	margin: 0 auto;
	width: 1030px;
}
.left_page {
	width: 230px;
	height: 505px;
	background: url(../images/title.png) right 71px no-repeat;
}
.logo {
	position: absolute;
	margin-left: 105px;
	margin-top: -85px;
}
.inner_page {
	background-color: #ffffff;
	overflow: hidden;
	text-align: left;
	padding: 5px;
	padding-bottom: 3px;
	height: 495px;
	width: 790px;
}

/* Header */
.header {
	height: 60px;
	margin-bottom: 3px;
}

/* Menu */
.menu {
	height: 20px;
	background-color: #333333;
	overflow: hidden;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu ul li {
	float: left;
}
.menu ul li a {
	padding: 0 15px;
}
.menu ul li a.first {
	padding-left: 10px;
}
.sub_menu {
	position: absolute;
	margin-left: 5px;
	display: none;
	margin-top: 20px;
}
.sub_menu a {
	color: #eeeeee;
	font-size: 11px;
	text-decoration: none;
	background-color: #666666;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
}
.sub_menu a:hover {
	color: #000000;
}
/* End Menu */

/* Content */
.content {
	height: 390px;
	clear: both;
}
.text_area {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #4e4e4e;
	padding: 10px;
}
.text_area h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 14px;
}
.text_area p {
	padding: 0;
	margin: 0;
}

/* Copyright */
.copyright {
	background-color: #333333;
	color: #ffffff;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding-right: 5px;
}
.copyright a {
	color: #eeeeee;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}