body 
{
	background: #000000;
	font-family: Arial;
	font-size: 12px;
	color:#ffffff;
}

input
{
	border: 1px solid #cccccc;
	padding: 5px;
	background:#ffffff;
}

a:link
{
	color: #fff;
	text-decoration: none;
}

a:visited
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	text-decoration: none;
}

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

h2
{
	font-size: 23px;
}

h3
{
	color:#fff;
	font-size: 18px;
}

.clear
{
	clear:both;
}

#wrapper
{
	width: 1008px;
	margin: 0px auto;
}

#header
{
	margin-top: 20px;
	width: 1008px;
}

#header img
{
	float:left;
}

#nav
{
	color: #f1b822;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	padding: 10px 5px;
}

#nav a:link
{
	color: #f1b822;
	text-decoration: none;
}

#nav a:visited
{
	color: #f1b822;
	text-decoration: none;
}

#nav a:hover
{
	color: #f1b822;
	text-decoration: underline;
}

#content
{
	background:#000000;
	height: 582px;
	padding: 20px;
	line-height: 25px;
}

.news
{
	line-height: 20px;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
}

.register
{
	line-height: 25px;
	padding: 20px;
	border:1px solid #ffffff;
}

#register_table td
{
	border: 1px solid #ffffff;
	padding: 5px;
	text-align:center;
}

.name
{
	font-size: 14px;
	font-weight:bold;
}

li
{
	list-style: square;
}