@charset "utf-8";
/* formatting style
---------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(image/55.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
hr {
	display: none;
}
/* link style
---------------------------------------------*/
a img {
	border: none;
}
a:link {
	color: #00FFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
	color: #FFFFFF;
	background-color: #DABCFE;
}
/* basic layout
---------------------------------------------*/
	

#wrapper {
	margin: 0px auto;
	width: 900px;
}
#main {
	padding: 15px 10px 15px 15px;
	float: left;
	width: 670px;
	margin-bottom: 20px;
	background-image: none;
}
#sidebar {
	padding: 0px;
	float: right;
	width: 202px;
	margin: 10px 0px 15px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-image: url(image/footerbg.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#header {
	background-image: url(image/homebg.jpg);
	background-repeat: no-repeat;
	height: 300px;
	border-top: 3px solid #333333;
	border-right: none;
	border-bottom: 3px solid #333333;
	border-left: none;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
	height: 87px;
	width: 352px;
}
#header ul {
	background-color: #FFFFFF;
	position: absolute;
	left: 1px;
	top: 184px;
	width: 855px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 1em;
	width: 140px;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 3px solid #FFFFFF;
}
/* sidebar style
---------------------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}
/* main style
---------------------------------------------*/
#main h2 {
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 3em;
	border-top: 1px double #CCCCCC;
	border-bottom: 1px solid #999999;
	left: 3em;
	background-image: url(image/bulletb.gif);
	margin-bottom: 15px;
	background-color: #000000;
	color: #00FFFF;

}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main #news dt {
	margin: 0px 0px 10px;
	width: 5em;
	padding-left: 30px;
	font-weight: bold;
	background-image: url(image/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	float: left;
}
#main #news dd {
	margin: 0px 0px 10px 4em;
}
/* footer style
---------------------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #666666;
}
#footer p a {
	color: #FFFFFF;
}
#footer p a:hover {
	color: #FFFFFF;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
#header ul li a:hover {
	background-color: #999999;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}
#sidebar img {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:visited {
	color: #C488FF;
}
#main img {
	border: 1px solid #CCCCCC;
}
#wrapper h1 {
	font-size: 16px;
	color: #CCCCCC;
	background-color: #000000;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

