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

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #888;
}

.main {
	width: 1000px;
	margin: 0px auto;
}

#footer {
	padding:8px 0px;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clearAll {
	clear: both;
	font-size: 0.1px;
}

.content {
	width: 990px;
	padding: 5px;
	background-image: url(assets/infobg.gif);
	background-repeat: repeat-x;
	color: #EDEDED;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 6px;
}

a {
	color:#CCC;
}

a:hover {
	color:#FFC;
}
