body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
	font-weight: normal;
}

a{
	color: #FF9900;
	text-decoration: none;
}

a:hover{
	color: #FF9900;
	text-decoration:underline;
}

img {
	border:none;
}

h1{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:100 ;
	font-size:24px;
	color:  color: #666666;
	
}




/*--------------------------------------------------------------*/
/* classes */

a.largelink{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:100 ;
	font-size:24px;
	color: #999999;
	text-decoration:none;
}

a.largelink:hover{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:100 ;
	font-size:24px;
	color:   #999999;
	text-decoration:underline;
}



/*--------------------------------------------------------------*/
/* layout divs */


#wrapper{
	margin:0 auto;
	text-align: left;
	clear:both;
	width:850px;
}

#leftcol{
	width:329px;
	padding-right:21px;
	float:left;
}

#rightcol{
	padding-top:70px;
	float:left;

}