body {
	background: #d6d6d6;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size:0.85em;
}
#wrapper {
	width:1020px;
	margin:0 auto;
	padding: 20px;
}
a
{
color:#999999
}

#container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 32px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0 10px 0;
}

#logo {
	background-image: url(images/logo.png);
	height:160px;
	margin:0;
	width:290px;
	background-repeat: no-repeat;
	background-position: -10px -10px;
	float: left;
	z-index: 1;
	position: absolute;
}
#header {
	height: 50px;
	width: 680px;
	float: left;
	margin-left: 260px;
	margin-bottom: 36px;
}
#nav {
	font-family: Georgia, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #777777;
	height: 20px;
	display: inline;
	}

#nav ul {
display: inline; /* Added to fix the double margin in IE6 */
list-style-type: none;
}

#nav li {
	float: left;
	margin: 0;
	padding: 30px 15px;
}

#nav li a {
	text-decoration: none;
}

#nav li a:hover {
	color: #A5DB16;
}

#main {
	margin: 0 26px;
	padding: 0;
}

#leftcolumn {
	width: 225px;
	margin-top: 60px;
	float: left;
}

#frontpage #mainContent {
	margin-right: 20px;
	width: 460px;
	float: left;
	margin-left:0;
}


#mainContent {
	margin-left: 230px;
	margin-right: 0px;
}

.clear {
	clear: both;
}

#actionmenu
{
	float:right;
	width: 70px;
	height: 12px;
	margin-left: 8px;
	margin-right: 10px;
}

h1 {
	color: #7f7f7f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
}

h2
{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:17px;
color: #b2de1a;
border-bottom: 1px solid #e6e6e6;
}

/* left signup - ported over */



/*righ column*/

#frontpage #rightcolumn {
	margin: 0;
	
}

#rightcolumn {
	float:right;
	width:185px;
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
}

#join .btn
{
	padding: 0px;
	margin-top: 8px;
}

#rightcolumn h2
{
	margin: 0px;
	padding: 0px;
}


.text
{
	margin: 10px 0;
}

#footer
{
	border-top: 1px solid #b2de1a;
	text-align: right;
	margin: 26px 0 0;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#rightcolumn em
{
	color: #999999;
}

#header .search
{
	width: 250px;
	margin: 0;
	float: right;
}

#join h1
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 0px;
}

#leftheadlines {
	float:left;
	width:185px;
	margin: 16px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
}

#leftheadlines em
{
	color: #999999;
}

#leftheadlines h2
{
	margin: 0px;
	padding: 0px;
}
#story {
	float:left;
	margin-right: 16px;
	padding-left: 10px;
}

#story #listtitle
{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 18px;
}

#story #author
{
	font-size: 0.85em;
	color: #666666;
}

#breadcrumbs
{
	background-color: #A5DB16;
	height: 24px;
	padding: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
}
#articlepage #story {
	width:470px;
}


#story #fullarticle
{
	margin-top: 16px;
}

#articlepage #story #listtitle
{
	font-size: 1.8em;
}

#articlepage #story #author
{
	margin-top: 10px;
	line-height: 1.4em;
}

#rightcolumn h3
{
	font-size: 1em;
	margin-top: 0px;
	border-bottom: 1px solid #000;
	color: #666666;
	margin-bottom: 10px;
}

#rightcolumn #media
{
	margin-bottom: 18px;
}
#media a
{
text-decoration:none;
}
#media a:hover
{
text-decoration: underline;
}
#flash a{
border: none;
text-decoration:none;}