@charset "utf-8";
/* formatting style
-------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #FFF;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4;
}
/* link styles
-------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basiclayout
-------------------------*/
#wapper {
	background-color: #000;
	height: 768px;
	width: 1285px;
	margin: 0px auto;
}


#sidebar {
	height: 588px;
	width: 251px;
	top: 180px;
	position: absolute;
	float: none;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
	padding-left: 5px;
	padding-right: 5px;
}



#main {
	height: 768px;
	width: 1285px;
	float: right;
	z-index: 0;
	position: absolute;
	top: 0px;
}

#footer {
	float: none;
	height: 33px;
	width: 251px;
	position: absolute;
	z-index: 2;
	top: 735px;
	padding-right: 5px;
	padding-left: 5px;
}
/* header styles
-------------------------*/
#header {
	background-color: rgba(0,0,0,0.2);
	float: none;
	height: 175px;
	width: 251px;
	padding-top: 5px;
	padding-left: 5px;
	position: absolute;
	z-index: 1;
	top: 0px;
	padding-right: 5px;
}
#header h1 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 12px;
}
#header ul li {
	list-style: none;
}


/* sidebar styles
-------------------------*/
#sidebar h2 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 12px;
}
#sidebar ul {
	line-height: 1.8;
	margin-bottom: 1em;
	font-size: 80%;
	list-style: none;
}
#sidebar p {
	font-size: 80%;
}



#sidebar dl#news dt {
	clear: left;
	float: left;
	width: 6em;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 80%;
}
#sidebar dl#news dd {
	margin-bottom: 8px;
	margin-left: 7em;
	font-size: 80%;
}

/* footer styles
-------------------------*/
#footer address {
	font-size: 75%;
	margin-top: 15px;
}

/* main styles
-------------------------*/
#main h3 img {
	clear: both;
	float: right;
}
#main h4 img {
	float: right;
	clear: both;
	margin-right: 240px;
}
#main div.wk {
	float: right;
	clear: right;
	text-align: right;
	margin-right: 240px;
	margin-top: 5px;
	margin-bottom: 50px;
}
#main div.admain {
	font-size: 75%;
	clear: both;
	float: right;
	margin-top: 0px;
	margin-right: 240px;
	margin-bottom: 15px;
}




#main p {
	width: 570px;
	position: absolute;
	z-index: 1;
	left: 700px;
	top: 30px;
	font-size: 90%;
	padding-right: 10px;
}
