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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e8f3fb;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Tahoma;
}
a:link {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:visited {
	color: #0099FF;
	text-decoration: underline;
}

#wrp {
	position:relative;
	width:800px;
	height:100%;
	z-index:1;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
#title{
	position: relative;
	height: 100px;
	width: 790px;
	background-color: #FAF8EB;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu{
	position: relative;
	height: 50px;
	width: 100%;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu6.jpg);
}
h1 {
	font-size: medium;
	margin-top: 0px;
}
h2 {
	font-size: medium;
		margin-top: 0px;
}
#menu li
{
	float: left;
	font-size: medium;
	text-align: center;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	line-height: 26px;
	list-style-type: none;
}

#menu li a
{
	float: left;
	display: block;
	text-decoration: none;
	font-size: medium;
	padding: 0px;
	margin-right: 11px;
	color: #CCCCCC;
	font-weight: bold;
}
#menu li a:hover
{
	float: left;
	display: block;
	text-decoration: none;
	background-repeat: repeat-x;
	font-size: medium;
	color: #FFFFFF;
	margin-right: 11px;
	padding: 0px;
	font-weight: bold;
}	

#content{
	position: relative;
	width: 599px;
	padding: 10px;
	clear: left;
	float: left;

	 background-color: #FAFAFA; 
	font-size: small;
	height: 660px;
	font-size: small;
}
#advert{
	position: relative;
	width: 160px;
	padding: 10px;
	clear: right;
	float: right;
	text-align: center;
	background-color: #FAFAFA;
	height: 660px;
}
#foot{
	position: relative;
	height: 26px;
	width: 100%;
	text-align: center;
	line-height: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #E8E8E8;
	clear: both;
}
td,th {
	text-align: center;
}
.style1 { color: #33CC33; font-size: xx-large;}
.style2 { color: #003399}
.style3 { color: #33CC33; font-weight: bold;}
.style5 { color: #003399; font-weight: bold;}
.style6 { font-size: small;	color: #666666;}
.style7 { color: #666666}
