/* General Styles */

html {
	margin:0;
	font-family: Georgia, serif;
	background-color: #fff;
}
body{
	margin:0;
}

#container {
	padding-top:34px;
	width:990px;
}

.selected a:link {
	text-decoration: none;
	color: #3CF;
}

/* Navigation Column */

#nav_column {
	width: 186px;
	float: left;
}

#nav_logo {
	margin:0 0 30px 14px;
}

.nav_links li {
	font-size: 1.6em;
	color: #999;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	list-style-type: none;
	margin-right: 5px;
}

.nav_links a {
	text-decoration: none;
	color: #999;
}

.nav_links a.selected:link {
	text-decoration: none;
	color: #3CF;
}

.nav_links a:visited {
	text-decoration: none;
	color: #999;
}

.nav_links a:hover {
	text-decoration: none;
	color: #3CF;
}

/* Content Area */

#content {
	float: left;
	width: 754px;
	display: inline;
	margin-left: 20px;
}

/* --- Title Text --- */

#title {
	font-style: italic;
	text-align: left;
	color: #3CF;
	float: left;
}

#title h1 {
	padding: 0;
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;
	display: block;
}

/* --- Left Column --- */

#left_column {
	width: 494px;
	margin: 16px 20px 0 0;
	float:left;
}

.list_title {
	color: #F69;
	font-size: 1.2em;
	margin: 10px 0 0 0;
	padding: 0;
}

.rules_list {
	color: #666;
	font-size: 0.85em;
}

.center_copy {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 0.88em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
	color: #666;
}

.center_copy a {
	color: #09C;
    text-decoration: none;
}

.center_copy a:hover {
	text-decoration: underline;
}

.content_image {
	float: left;
	margin-bottom: 10px;
}

.coming_soon {
	color: #666;
}

.coming_soon h3 {
	color: #F69;
	font-size:1.3em;
	margin:0 0 4px 0;
	padding:0;
}

.coming_soon p {
	margin:0 10px 0 0;
	padding:0;
}

/* --- Right Column --- */

#right_column {
	width: 240px;
	margin-bottom: 20px;
	float: left;
}

#recent_news {
	
}

#recent_news h4 {
	padding: 0;
	margin: 2px 0 0 6px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #3CF;
}

#recent_news h5 {
	padding: 0;
	margin: 0 0 10px 6px;
	font-size: 0.8em;
	font-weight: normal;
	color: #999;
}

#recent_news p {
	padding: 0;
	margin: 0 10px 20px 6px;
	/*font-size: 0.75em;*/
	font-weight: normal;
	line-height: 1.5em;
	color: #666;
}

#recent_news a {
	color: #09C;
    text-decoration: none;
}

#recent_news a:hover {
	text-decoration: underline;
}

/* --- Footer --- */

#footer {
	width: 750px;
	color: #666;
	float: left;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 80px;
}

#footer_box {
	height: 40px;
	background-color: #EEE;
}

#footer a:link {
	text-decoration: none;
	color: #666;
}

#footer a:visited {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
	color: #3CF;
}

#footer_links {
	margin: 12px 0 0 12px;
	padding: 0;
	list-style-type: none;
	float: left;
}

#footer_links li {
	display: inline;
}

#social_links {
	margin: 10px 12px 0 0;
	float: right;
}

.social_img {
	
}

#copyright {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #999;
	display: block;
}

/* Helpers */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}