@charset "UTF-8";
/* CSS Document */

body {
	background: #B7B7B7;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #ccc;
	text-decoration: none;
}
a:visited {
	color: #ccc;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #fff;
	text-decoration: none;
}
.link {
	padding-top: 2px;
	padding-bottom: 18px;
}
.container {
	width: 1100px;
	min-height: 780px;
	margin: 0 auto;
	background-color: #B7B7B7;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
}
.content {
	width: 1100px;
	min-height: 720px;
	padding-top: 60px;
	position: relative;
}
.menu {
	width: 150px;
	margin-left: 145px;
	font-size: 13px;
	float: left;
}
.text {
	width: 550px;
	min-height: 200px;
	margin-left: 365px;
	background-color: #EEE;
	border: 1px solid #999;
	opacity:0.97;
	margin-bottom: 40px;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 15px;
}
.text img {
	opacity: 1;
}
.text a:link {
	color: #000;
	text-decoration: underline;
}
.text a:visited {
	color: #000;
	text-decoration: underline;
}
.text a:hover, .text a:active, .text a:focus {
	color: #444;
	text-decoration: underline;
}
.copyright {
	position: absolute;
	width: 180px;
	right: 0px;
	bottom: -22px;
	font-size: 11px;
}
.imageright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.titlebox {
	background-color: #BBB;
	border: 1px solid #999;
	margin-top: 9px;
	margin-bottom: 19px;
	height: 20px;
	text-align: center;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.title {
	margin-top: 2px;
	text-align: center;
	width: 270px;
	float: left;
	font-size: 11px;
}