@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0;
	background: url(images/bg.jpg) #000000;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana;
}

a:link,
a:visited,
a:active {
	color: #ff8600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffb400;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:img {
	border: none;
}
	
p {
	margin:0;
}

.gold_sponsors {
	color: #ffd200;
	font-weight: bold;
	font: 13px;
}

.silver_sponsors {
	color: #efefef;
	font-weight: bold;
	font: 13px;
}

#wrapper {
	width: 900px;
	margin: auto auto;
	overflow: hidden;
	background: #000000;
	border: 2px solid #000000;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

#header {
	height: 174px;
	background-image: url(images/header.jpg);
}

.content {
	padding: 0px;
	background-color: #000000;
	clear:both;
}

#left_column {
	width: 239px;
	margin-right: 30px;
	display: inline;
	float: left;
}

#left {
	width: 239px;
	margin-top: 15px;
	margin-right: 30px;
	display: inline;
	float: left;
}

.left_top {
	background-image:url(images/left_top.jpg);
	height: 24px;
	width: 239px;
	text-align: center;
}

.left_title {
	font-weight: bold;
	padding-top: 4px;
}

.left_box {
	background-color:#2c2c2c;
	padding: 6px 0px 3px 0px;
	text-align: center;
}

.left_bottom {
	background: url(images/left_bottom.jpg) top left no-repeat;
	height: 12px;
	width: 239px;
	padding: 0;
	margin: 0;
}

#left2 {
	width: 239px;
	margin-top: 15px;
	margin-right: 30px;
	display: inline;
	float: left;
}

.left2_top {
	background-image:url(images/left_top.jpg);
	height: 24px;
	width: 239px;
	text-align: center;
}

.left2_title {
	font-weight: bold;
	padding-top: 4px;
}

.left2_box {
	background-color:#2c2c2c;
	padding: 6px 4px 3px 8px;
}

.left2_bottom {
	background: url(images/left_bottom.jpg) top left no-repeat;
	height: 12px;
	width: 239px;
	padding: 0;
	margin: 0;
}

#right {
	width: 631px;
	margin-top: 15px;
	display: inline;
	float: left;
}

.right_top {
	background-image:url(images/right_top.jpg);
	height: 24px;
	width: 631px;
	text-align: center;
}

.right_title {
	font-weight: bold;
	padding-top: 4px;
}

.right_box {
	background-color:#2c2c2c;
	padding: 6px 4px 3px 8px;
}

.right_bottom {
	background: url(images/right_bottom.jpg) top left no-repeat;
	height: 12px;
	width: 631px;
	padding: 0;
	margin: 0;
}
