body
{
	background-image:url(../img/site/bodyBGhome.jpg);
}

#head
{
	width:955px;
	height:260px;
	background-image: url(../img/site/headBGhome_edit.jpg);
	background-position:top left;
}

#head h1
{
	margin-left:77px;
}

#head h2
{
	width:285px;
	height:90px;
	background-color:#000;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity: 0.50; /* Mozilla */
	opacity: 0.50; /* Opera */
	overflow:hidden;
	margin-left:77px;
	margin-top:30px;
	padding:10px;
	color:#FFF;
	font-size:22px;
	line-height:26px;
	top: 51px;
}

#navigation
{
	margin-top:9px;
	padding-left:78px;
}

#content
{
	min-height:340px;
}


