@charset "utf-8";
/* CSS Document */

body {
	overflow:auto;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

#container {
	width: 1000px;
	background-color: #000000;
	margin:0 auto;
}

#centerline {
	float: left;
	width: 1000px;
	padding-top: 15px;
	background-color: #000;
}

#header {
	width: 1000px;
}

#leftmenu {
	float: left;
	width: 150px;
	padding-left: 15px;
	font-size: smaller;
	padding-right: 15px;
}

#leftmenu ul li {
	list-style-type: none;
}
#leftmenu ul {
	display: inline;
}
#leftmenu ul li a:link {
	color: #FFF;
	text-decoration: none;
}
#leftmenu ul li a:visited {
	color:#FFF;
	text-decoration:none;
}
#leftmenu ul li a:hover {
	color:#CCC;
	text-shadow:#FFF 3px 2px 3px;
}
#mainarea {
	background-color: #333;
	float: left;
	width: 650px;
}
#mainarea p {
	text-align: center;
}
#mainarea h2 {
	text-align: center;
}
#mainarea h4 {
	text-align: center;
}


#mainarea table tr td a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#mainarea table tr td a:hover {
	text-decoration: underline;
}

#footer {
	float: left;
	width: 1000px;
	background-color: #000;
}

#footer p {
	text-align: center;
	color: #FFF;
}
#footer a {
	color: #FFF;
}

