/* CSS Document */

body {
	margin: 5px 0 10px 0; 
	padding: 0; 
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif; 
	color: #666666; 
	background-color: #000000; 
	background-image: url(images/cobs_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

h1 {
	width: 100%;
	background-color: #00A1A1;
	color: #000000;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#cobs_container {
	width: 1000px;
	position: absolute; 
	top: 0px; 
	left: 50%; 
	margin-left: -500px;
	background-image: url(images/cobs_container_bg.gif);
	border: solid 1px #000000;
}

#cobs_header {
	width: 1000px;
	height: 149px;
	position: relative; 
	background-color: #000000;
	background-image: url(images/header.gif);
}

#cobs_footer {
	
}

#cobs_nav {
	width: 1000px;
	background-image: url(images/nav_bg.gif);
}

#cobs_content {
	position: relative;
	width: 722px;
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
}

#cobs_sidebar {
	position: relative;
	width: 230px;
	float: right;
	margin-top: 16px;
	margin-bottom: 16px;	
	margin-right: 16px;
}

#cobs_latest_results {
	width: 230px;
	float: left;
	margin-right: 16px;
}

#cobs_latest_results_content {
	height: 65px;
	background-color: #000000;
	padding: 5px;
	border-left: solid 1px #00A1A1;
	border-right: solid 1px #00A1A1;
}

#cobs_upcoming_matches {
	width: 230px;
	float: left;
	margin-right: 16px;
}

#cobs_upcoming_matches_content {
	height: 65px;
	background-color: #000000;
	padding: 5px;
	border-left: solid 1px #00A1A1;
	border-right: solid 1px #00A1A1;
}

#cobs_latest_topics {
	width: 230px;
}

#cobs_latest_topics_content {
	background-color: #000000;
	padding: 5px;
	border-left: solid 1px #00A1A1;
	border-right: solid 1px #00A1A1;
}

#cobs_top_headlines {
	width: 230px;
	float: left;
}

#cobs_top_headlines_content {
	height: 65px;
	background-color: #000000;
	padding: 5px;
	border-left: solid 1px #00A1A1;
	border-right: solid 1px #00A1A1;
}

#cobs_shoutbox {
	width: 230px;
	margin-top: 16px;
}

#cobs_shoutbox_content {
	background-color: #000000;
	padding: 5px;
	border-left: solid 1px #00A1A1;
	border-right: solid 1px #00A1A1;
}

#cobs_ventrilo {
	width: 230px;
	margin-top: 16px;
}

#cobs_ventrilo_content {
	background-color: #000000;
	padding: 5px;
	border-left: solid 1px #00A1A1;
	border-right: solid 1px #00A1A1;
}

#cobs_polls {
	width: 230px;
	margin-top: 16px;
}

#cobs_polls_content {
	background-color: #000000;
	padding: 5px;
	border-left: solid 1px #00A1A1;
	border-right: solid 1px #00A1A1;
}

#cobs_servers {
	width: 230px;
	margin-top: 16px;
}

#cobs_servers_content {
	background-color: #000000;
	padding: 5px;
	border-left: solid 1px #00A1A1;
	border-right: solid 1px #00A1A1;
}

#cobs_ts {
	width: 230px;
	margin-top: 16px;
}

#cobs_ts_content {
	background-color: #000000;
	padding: 5px;
	border-left: solid 1px #00A1A1;
	border-right: solid 1px #00A1A1;
}

.cobs_main {
	width: 722px;
	margin-top: 16px;
	float: left;
}

.cobs_main_content {
	background-color: #000000;
	padding: 5px;
	border-left: solid 1px #00A1A1;
	border-right: solid 1px #00A1A1;
}

#cobs_stats {
	float: right;
	margin-top: 30px;
	margin-right: 30px; 
	width: 150px;
	text-align: right;
}

#cobs_login {
	float: right;
	margin-top: 30px;
	margin-right: 5px;
	width: 250px;
}