@charset "iso-8859-2";
/* CSS Document */

body, html {
	margin:0;
	width:100%;
	height:100%;
	overflow:auto;
}

a, object {
	outline:none;
	border:none;
}

body {
	background-color:#000;
	background-image:url(img/bg.jpg);
	background-repeat:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}

h1 {
	font-size:16px;
	font-weight:bold;
}

a {
	color:#333;
}

#container {
	width:900px;
	margin:0 auto;
	position:relative;
}
#header {
	width:900px;
	float:left;
	position:relative;
	text-align:center;
}
#navi {
	width:200px;
	float:left;
	position:relative;
	height:400px;
}

#navi li.selected {
	font-weight:bold;
}
#navi li.up {
	font-weight:normal;
}

#content {
	width:700px;
	float:left;
	position:relative;
	height:400px;
	overflow:auto;
}
#footer {
	text-align:center;
	font-size:10px;
}











.csc-menu ul {
	font-weight:bold;
	line-height:16px;
	list-style-type:none;
}

.csc-menu ul ul {
	line-height:13px;
	font-size:10px;
	padding:0 0 0 20px;
	list-style-type:square;
}

.csc-menu ul ul ul {
	font-weight:normal;
	font-size:10px;
	padding:0 0 0 20px;
	list-style-type:square;
}

.csc-menu a {
	color:#666666;
}
.csc-menu a:hover {
	color:#000000;
}




















