/* CSS Document */
html, body {
	text-align:center;
	background-color:#FFFFFF;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.1em;
	width: 990px;
	text-align:left;
	margin: 10px auto;
}

#header {
	width:inherit;
}

#header .logo {
	float:left;

}

#branding {
	float:right;
	text-align:right;
	width:550px;
}

#branding .logos {
	padding:10px 4px 5px 4px;
}

#branding .links, #branding .links a {
	margin-top:10px;
	border-bottom:1px solid #CCCCCC;
}

#branding .links a {
	font-size:.8em;
	color:#333333;
	text-decoration:none;
}

#branding .links a:hover {
	color:#990099;
}

#header .navigation {
	clear:both;
	width:inherit;
	height:25px;
	background:#781D7E;
}

#header .navigation li {
	display: inline;
	width:auto;
	float: left;
	font-size:.85em;
	padding:4px 6px 4px 6px;
	color:#FFFFFF;
}

#header .navigation li a {
	color:#FFFFFF;
	text-decoration:none;
}

#header .navigation li a:hover {
	color:#FF9900;
}

#header li.title {
	font-weight:bold;
	font-size:1.1em;
	margin-left:10px;
}

#header .headerads {
	height:100px;
	width:inherit;
	background:#CCC;
	border-bottom:5px solid #781D7E;
}

#header .headerads div {
	float:left;
}

#header .leaderboard {
	width: 785px;
	text-align:center;
	padding:5px;
}

#header .halfleader {
	width:185px;
	text-align:center;
	padding:5px;
}

#content {
	margin:10px 0;
	width:800px;
	float:left;
}

#content div#storycolumn div.title { font-size:1.5em; font-weight:bold; color:#660066; margin-top:5px; clear:both;}
#content div#storycolumn div.storyintro { font-size:1.1em; text-indent:10px; font-style:oblique; margin-top:5px; }
#content div#storycolumn div.pubdate { float:right; font-size:.85em; }

#content div.stories { font-size:.9em; font-family:Georgia, "Times New Roman", Times, serif; line-height:1.5em; }
#content div.stories div.title a { font-size:1.25em; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#660066; text-decoration:none; }
#content div.stories div.title a:hover { color:#333333; }
#content div.stories div.storylist { margin:5px; }
#content div.stories div.dashed { border-bottom:1px solid #333333; padding-bottom:5px; }

#content div.storynav a { font-size:.85em; font-weight:bold; color:#660066; text-decoration: none; }
#content div.storynav a:hover { color:#333333; }

#top_content {
	padding:20px 10px 20px 10px;
	border:1px solid #999999;
}

#top_content .yahoo_portal {
	float:left;
	padding:0 10px;
}

#top_content .featured {
	float:right;
	text-align:center;
	padding:0 10px;
}

#promo_content {
 	width:inherit;
	margin-top:20px;
}

#promo_content .promo_ad {
	float:left;
	margin:0px 20px 0px 20px;
}

#promo_content .promo_tabs {
	float:right;
	border:1px solid #999999;
	width:450px;
	height:280px;
}

#rightmargin {
	float:right;
	margin-top:10px;
	width:180px;
	text-align:center;
}

#footer {
	border-top:5px solid #781D7E;
	clear:both;
	width:inherit;
	height:25px;
}
</style>