@charset "UTF-8";
/* formatting styles
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 11px;
	line-height: 15pt;
	color: #838383;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bgcolor.jpg);
}
hr {
	display: none;
}
/* link styles
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
a:active {
	color: #0033FF;
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
----------------------------*/

#wrapper {
	margin: 0px auto;
	width: 796px;
}
#header {
	height: 60px;
	position: relative;
}
#news {
	margin-top: 10px;
	width: 400px;
	float: left;
	height: 240px;
	border-bottom: 1px solid #7A81A9;
}
#button1 {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}
#button2 {
	width: 190px;
	float: right;
	margin-top: 10px;
}
#banner {
	margin-top: 15px;
	float: left;
	width: 796px;
	border-top: 3px solid #838383;
}
#footer {
	margin-bottom: 20px;
	clear: left;
}
/* header styles
----------------------------*/
#header ul {
	position: absolute;
	top: 35px;
	left: 256px;
	width: 540px;
	height: 25px;
}
#header ul  li {
    width: 90px;
	height: 25px;
	list-style: none;
	float: left;
}
#header ul li .menu {
	display: block;
}
/* introduce styles
----------------------------*/
#introduce {
	height: 300px;
	width: 796px;
	border-top: 3px solid #838383;
	border-bottom: 3px solid #838383;
} 
/* topics styles
----------------------------*/
#news dl {
	height: 210px;
	width: 400px;
	overflow: auto;
	line-height: 2em;
}
#news dl dt {
	margin-right: 5px;
	float: left;
	width: 70px;
	font-size: 10px;
}
#news dl dd {
	width: 310px;
	overflow: auto;
}
/* button1 styles
----------------------------*/
#button1 li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 2px;
}
#button2 li {
	list-style: none;
	padding-top: 5px;
}


/* banner styles
----------------------------*/
#banner li {
	list-style: none;
	float: left;
	padding-right: 10px;
}
/* footer styles
----------------------------*/
#footer address {
	font-style: italic;
	text-align: right;
	font-weight: lighter;
	line-height: 1.3em;
}

