body {
	background: #EAEAEA;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

:link			{ text-decoration: none; color: #0099CC; }
:visited		{ text-decoration: none; color: #0099CC; }
:link:hover		{ text-decoration: underline; }
:visited:hover	{ text-decoration: underline; }


h1 {
	margin: 0;
	padding-left: 10%;
	color: #CCCCCC;
	font-size: 30px;
	font-weight: normal;
	padding-top: 70px;
}

h2 { 
	margin: 0;
	font-size: 13px;
}


#header {
	background: transparent url(/files/warp3.png) scroll repeat-x 0 100%;
}

#footer {
	background: transparent url(/files/warp4.png) scroll repeat-x 0 0;
	height: 24px;
}



#menu {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #ccc;
	padding: 5px 10% 5px 10%;
	background: #F7F7F7;
	text-align: center;
}

#menu2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	padding: 5px 10% 5px 10%;
	background: #F7F7F7;
	text-align: center;
}

#stat {
	position: absolute;
	left: 80%;
	width: 20%;
}

#quotes { 
	padding: 10px 10% 10px 10%;
}

#content-wrapper {
	background: #fff url(/files/warp1.png) scroll repeat-x 0 0;
}

#content {
	background: transparent url(/files/warp2.png) scroll repeat-x 0 100%;
	padding: 10px 0 10px 0;
	font-size: 12px;
}

#content p {
	margin: 0;
	padding: 0 10px 10px 0;
}

#main {
	width: 80%;
	float: left;
	padding-left: 23%;
}
/* IE6 bugfix */
#content > #main {
	width: 80%;
	/* IE5 bugfix :D */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 60%;
}

#menu-right {
	float: right;
	width: 20%;
	padding-right: 10%;
}

#menu-right div {
	border-left: 1px dotted #ccc;
	padding: 10px;
}

#menu-right ul, li ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#menu-right li ul {
	margin: 0 0 0 .3em;
}



.nums {
	text-align: center;
}

.line {
	border: 0;
	border-top: 1px dotted #ccc;
	width: 100%;
	height: 0;
}

.clear {
	clear: both;
}

.news_date {
	color: gray;
}

.admin1 { color: #CC3300; }
.admin2 { color: #0033FF; }
.admin3 { color: #00CC33; }
.admin4 { color: #FF00FF; }
.admin5 { color: #99FF00; }
.admin6 { color: #FF9900; }
.admin7 { color: #cce74b; }
.admin8 { color: #a301df; }

.desc {
	color: gray;
	font-style: italic;
}

tt {
	font-size: 13px;
}

ul {
	margin-left: 0;
}

