@charset "UTF-8";
/* formatting style
-------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #CCCCCC;
	background-color: #000000;
}
/*link style 
-------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------------------*/
#wrapper {
	background-color: #000000;
	width: 900px;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: left;
	width: 631px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #666666;
}
h3 {
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid #666666;
	width: 661px;
}
/* header style
-------------------------------------*/
#header {
	background-color: #000000;
	height: 145px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #000000;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 120px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2em;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
	height: 2em;
	width: 178px;
	float: left;
	text-align: center;
	display: block;
	border: 1px solid #666666;
}
#header ul li a:hover {
	background-color: #333333;
}
#home #header #nHome a,
#info #header #nInfo a,
#menu #header #nMenu a,
#party #header #nParty a,
#access #header #nAccess a {
	color: #000000;
	background-color: #666666;
}
#main h1 {
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#main #topText {
	margin-bottom: 15px;
}
#news img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
}
#news dt {
	clear: both;
	border-top: 1px solid #666666;
	padding-top: 10px;
}
/* sidebar style
-------------------------------------*/
#sidebar {
	padding: 15px;
	float: right;
	width: 200px;
	margin-top: 5px;
	border: 1px solid #666666;
}
#sidebar .style2 {
	margin-top: 15px;
}
#sidebar dl dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
}
#footer {
	color: #CCCCCC;
	background-color: #000000;
	padding: 15px;
	clear: both;
	border-top: 2px solid #666666;
}
