/* 
* Layout/Template CSS only
*/
#wrapper
{
	width:950px;
	margin:0px auto;
}

#centercontent
{
	padding-top:165px;
	float:left;
	width:511px;
	margin-left:115px
}
#rightcontent
{
	padding-top:165px;
	float:right;
	margin-right:95px;
	width:188px;
}
#spacer{clear:both;}
#footer
{
	float:right;
	text-align:right;
	width:950px;
	padding:10px 0px
}
#header
{
	position:absolute;
	margin:0px auto;
	top:0;
	width:950px;
	/*height:200px;*/
}
#headerleft
{
	float:left;
	padding-top:35px;
}
#headerright
{
	float:right;
}
