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

.header {
	width: 890px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	height: 100px;
}
.container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/shadow_body.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.shadow_top {
	background-image: url(images/shadow_top.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 990px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.shadow_bottom {
	background-image: url(images/shadow_bottom.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 990px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.banner {
	height: 320px;
	width: 990px;
}
.menu {
	height: 30px;
	width: 990px;
	clear: both;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h1 {
	font-size: 18px;
	color: #000;
}
h2 {
	font-size: 14px;
	color: #95C8C8;
}
p {
	font-size: 12px;
	color: #000;
	text-align:left;
}
a:link {
	color: #95c8c8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #95c8c8;
}
.footer {
	padding: 25px;
	width: 990px;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #95c8c8;
}

