body
{
	background-image:url(../images/common/background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#faf8ec;
	margin-left: auto; 
	margin-right: auto;
	width:842px;
	text-align: center;
	font-family:times;
	font-size:9pt;
	color:#808080;
}

#mainimage
{
	display:block;
}

#headerspace
{
	display:block;
}

#content
{
	width:842px;
	text-align:left;
}

#leftcontent
{
	display:inline;
	float:left;
	width:830px;
	margin:auto;
	background-image:url(../images/home/crbackground.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#leftcontent a
{
	text-decoration:none;
	color: #808080;
	text-transform:uppercase;
	font-weight:bold;
}

#leftcontent a strong
{
	color: #92845C;
}

#leftcontent a:hover
{
	text-decoration:underline;
}

#rightcontent
{
	vertical-align:top;
	display:inline;
	float:right;
	width:315px;
	padding-top:20px;
}

#activities
{
	clear:left;
	display:block;
	width:842px;
	text-align:center;
}

#activity
{
	background-image:url(../images/home/featurebackground.gif);
	background-position: top center;
	background-repeat: no-repeat;
	display:inline;
	float:left;
	width:276px;
	margin:2px;
}

	#activity #mainimg
	{
		display:block;
	}
	
	#activity #header
	{
		
	}
	
	#activity #description
	{
		text-align:center;
		height:110px;
		padding:10px;
	}
	
	#activities #disclaimer
	{
		display:block;
		clear:left;
		padding:10px;
	}

#footer
{
	width:842px;
}

