body{
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
a, body, ul, li, ol, h1, h2, h3, h4, h5, p, table, tr, td {
	margin: 0;
	padding: 0;
}
a span {
    display:none;
}
div#container {
	width: 800px;
	margin: 0px auto;
}
div#header {
	width: 800px;
	background-color: #FFFFFF;
}
div#header  #menu {
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	height: 100px;
	position: relative;
}
div#header #menu ul {
	position: absolute;
	top: 58px;
	left: 105px;
}
div#header   #menu  ul li {
	float: left;
	margin: 0px 30px;
	list-style-type: none;
}
div#header #menu ul li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
}
div#header  #menu  ul  li  a:hover {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}
div#header #header_img {
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
div#content {
	width: 740px;
	background-color: #333333;
	overflow: auto;
	padding: 10px 30px 30px 30px;
	text-align: left;
	background-image: url(img/content_bg.jpg);
	background-repeat: repeat-x;
}
div#content li {
	list-style-type: none;
}
div#content img {
	padding: 10px;
	border: 1px solid #999999;
	margin-left: 30px;
}
div#content #open {
	float: right;
	height: 100%;
	width: 280px;
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	padding-top: 0px;
}
div#footer {
	width: 800px;
	height: 0px;
	clear: both;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 26px;
	text-align: center;
}
h1 {
	font-size: 18px;
	color: #FF9900;
	line-height: 30px;
	border-bottom: 1px solid #FF9900;
}
h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
h2 a {
	text-decoration: none;
	color: #CCCCCC;
}
h2 a:hover {
	text-decoration: underline;
}

