body {
	text-align: center;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}



/* Bottom margin used for consistent baseline */
#main, #cta, #contest-info, #subheader,
#blog .entry, #friends li, .contact-controls, #subnavigation ul, div.tags,
p, h2, h3, ol, dl, dd, .collapsible {
	margin-bottom: 10px;
}



h2 { padding-left:0; }

/* Header */

#leaderboard {
	width: 728px;
	text-align: center;
	height: 90px;
	position: absolute;
	right: 5px;
	top: 5px;
}

#header {
	width: 980px;
	height: 100px;
	top: 0;
	left: 0;
	position: relative;
}

#header h1 span {
	display: none;
}

#header h1 a {
	display: block;
	width: 248px;
	height: 96px;
}

#header h1 {
	width: 248px;
	height: 96px;
}












/* Navigation */

#navigation {
	float: left;
	width: 980px;
	height: 53px;
	border-top:1px solid #cc0000;
	position: relative;
	z-index: 1;
}

#navigation .nav {
	position: relative;
	margin-left: 5px;
	z-index: 100;
	height: 53px;
	float: left;
}

#navigation .nav li {
	float: left;
	line-height: 53px;
	position: relative;
	background:url(navigation_separator.gif) no-repeat right;
}

#navigation .nav a {
	padding: 0 10px;
}

#navigation .nav li:hover ul,
#navigation li.sfHover ul {
	top: 53px !important;
	left: 10px;
	padding-left: 0 !important;
	display: block;
}

#navigation .nav ul {
	width: 150px;
	position: absolute;
	overflow: hidden;
	display: none;
	top: 53px;
	left: 10px;
	z-index: 1000;
}

#navigation .nav ul li {
	float: none;
	line-height: 34px;
}

#navigation .nav ul a {
	border: 0;
	padding-right: 20px;
	width: 80px;
	white-space: nowrap;
	display: block;
	width: 100%;
}

#navigation .nav li ul {
	margin-left:-10px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}

#navigation .nav li ul li {
	padding:0;
	margin:0;
	line-height: 24px;
	font-size:12px;
	background:#d5d8dc;
	border-bottom:1px solid #e2e9f3;
}

#navigation .nav li ul li a {
	font-size: 13px;
	font-weight: bold;
}

#navigation .nav li ul li a:hover {
	background:#fff;
}

#subnav {
	height:32px;
	background:url(subnav_back.gif) repeat-x;
	float:left;
	padding-left:1px;
	margin-bottom:20px;
	clear:both;
}

#subnav a {
	display:block;
	float:left;
	background:url(private_subnav.gif) repeat-x;
	height:23px;
	color:#454545;
	font-size:12px;
	font-weight:bold;
	margin-right:1px;
	padding: 9px 15px 0 15px;
}

#subnav a:hover {
	background:url(private_subnav_over.gif) repeat-x;
	color:#fff;
}

#search-form {
	float:right;
	margin:17px 20px 0 20px;
}

#search-form #search-box {
		width:160px;
}

#search-form .button {
		color:#666;
		font-weight:normal;
}


/* General DIV Layouts */

#container {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	height: auto;
}


/* Content */

/* Strictly for bg image */
#content-wrap {
	width: 100%;
	clear: both;
	padding-top: 12px;
	position: relative;
	z-index: 0;
}

.content_well {
	clear:both;
	width:610px;
	float:left;
	background:url(content_well.gif) no-repeat;
	padding:20px;
}

#content {
	width: 650px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	margin-bottom:20px;
	position: relative;
	z-index: 1;
}

.main-content {
	padding: 5px 10px;
	width: 640px;
}

.half-size {
	width: 305px;
	float: left;
}









/* Footer */

#footer {
	clear: both;
	width: 980px;
	line-height: 34px;
}

#footer p {
	margin-left: 10px;
	line-height: 36px;
}

#footer ul {
	list-style: none;
	float: right;
	margin-right: 5px;
}

#footer ul li {
	display: inline;
	margin: 0 5px;
}
