html, body, #wrapper, h1, #nav-top, #nav-top li, #nav-left, #nav-top li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

body
{
	font-family: tahoma, arial;
	font-size: 10px;
	text-align: center;
	color: #6f6f6f;
}

img
{
	border: 0;
}

h1
{
	font-size:11pt;
	padding-bottom:20px;
}

h2
{
	padding:15px;
	font-size:14pt;
	font-weight:bold;	
	color:#ffffff;
}

h3
{
	font-size:10pt;
	padding-bottom:0px;
}

td
{
	vertical-align:top;
}

td.paragraphHeading
{
	vertical-align:middle;
	padding-right:5px;
}

a.sitename
{
	color:#FFFFFF;
	text-decoration:none;
}

#wrapper
{
	margin: 16px auto;
	text-align: left;
	width: 750px;
	width: 688px;
	position: relative;
}

/* begin: news stuff */

a.newsTitle
{
	color:#000000;
}

span.newsSource
{
	color:#999999;
}

/* begin: nav-top stuff */

#nav-top
{
	position: absolute;
	top: 17px; left: 410px;
	color: #ffffff;
}

#nav-top li
{
	display: inline;
}

#nav-top a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav-top a:hover
{
	  text-decoration: underline;
}

/* begin: nav-left stuff */

#nav-left
{
	position: absolute;
	top: 66px; left: 26px;
}

#nav-left a
{
	color: #fff;
	font-size:10pt;	
	text-decoration: none;
}

#nav-left a:hover
{
	  color:#FFFF00;
}

#contentBox
{
	float: left;
	width: 410px;
	margin-left: 12px;
	display: inline;
	font-size:10pt;
}

#contentBoxWide
{
	float: left;
	width: 550px;
	margin-left: 12px;
	display: inline;
	font-size:10pt;	
	margin-right:5px;	
}

#newsBox
{
	float: left;
	width: 220px;
	margin-left: 34px;	
}

#skyscraperBox
{
	float: left;
	width: 125px;
	margin-left: 34px;
}


/* begin: header stuff */

#header
{
	background: url(images/header_bg.gif) repeat-x;
	position: relative;
	width: 688px;
	margin-bottom: 11px;
}

#header .bl { height: 157px; }
#header .tl { background: url(images/header_tl.gif) top left no-repeat; }
#header .tr { background: url(images/header_tr.gif) top right no-repeat; }
#header .bl { background: url(images/header_bl.gif) bottom left no-repeat; }
#header .br { background: url(images/header_br.gif) bottom right no-repeat; width:100%;}

/* begin: footer stuff */

#footer
{
	clear: both;
	text-align: right;	
	background: url(images/footer_bg.gif) repeat-x;
}

#footer div div
{ 
	padding: 8px 0;
}

#footer, #footer a 
{
	color: #fff;
}

#footer div 
{
	background: url(images/footer_l.gif) no-repeat;
	width:100%;
}

#footer div div 
{
	background: url(images/footer_r.gif) top right no-repeat;
	width:100%;
}

