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

body {
	color:#FFF;
	background-image:url();
	background-repeat:repeat-tile;
	background-color:#000;
}

#main {
	position:relative;
	width:890px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	vertical-align:top;
	top:-14px;
}

#contentLayer {
	background:#000;
	height:auto;
	top:230px;
	text-align:center;
	color:#FFF;
	padding:15px;
}

#flash {
	height:auto;
	width:auto;
}

.navbar {
	height: 30px;
	width:auto;
	overflow:hidden;
	background-color:#000;
	clear:left;
	}
	
	.navbar ul {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
	list-style-type: none;
	float:left;
	
	}

	.navbar li {
	border: none;
	list-style-type: none;
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	color: #FFF;
	}
	
#footer {
	color:#FFF;
	font-size:11px;
}

#footer a{
	color:#FFF;
	font-weight:bold;
}