/* CSS Document */
body {
	background:#333333;
	color:#b6b6b6;
}
.header {
	height:71px;
	width:800px;
}
.header .logo {
	float:left;
}
.menu-bar{
	height:30px;
	background:#404040;
}
.menu-bar .items {
	width:800px;
	text-align:left;
}
.content {
	width:800px;
	text-align:left;
}
.content .about {
	font-size:14px;
}
.rotating-image {
	margin-top:10px;
	width:800px;
	height:264px;
}
.bar {
	width:800px;
	background:url(../images/UKCSSC_21.gif) no-repeat;
	height:20px;
}
.lower {
	height:250px;
}

.lower .latestForum {
	float:left;
	width:250px;
	height:250px;
}
.lower .latestStats {
	float:left;
	width:250px;
	height:250px;
}
.lower .Other {
	float:left;
	width:250px;
	height:250px;
}
.lower .vBar{
	float:left;
	background:url(../images/UKCSSC_31.gif) no-repeat;
	background-position:center;
	width:20px;
	height:250px;
}
.latestStats a, .LatestSmall a, .LatestInfo a{
	color:#4E94C5;
	font-size:13px;
	text-decoration:none;
}
.latestStats a:hover, .LatestSmall a:hover, .LatestInfo a:hover{
	text-decoration:underline;
}
.LatestInfo {
	font-size:10px;
}
.latestStats, .LatestSmall, .LatestSmall a {
	font-size:11px;
}
.LatestSmall a {
	float:right;
	margin-top:-14px;
}
.spacer{
	height:10px;
}