/**/
DIV#page {width:776px; margin:0px auto;}

/*STRUCTURE*/
div.site-head {
	width: 913px;
	height: 10px;
	margin: 20px auto 0px;
	display: block;
	background: url(../img/body-top.png) top center no-repeat;
}
	div.site
	{
		width: 913px;
		position: relative;
		margin: 0 auto;
		background: url(../img/body-middle.png) top center repeat-y;
		padding-bottom: 0px;
	}
	div.site-bottom {
		width: 913px;
		height: 11px;
		margin: 0 auto;
		display: block;
		background: url(../img/body-bottom.png) bottom center no-repeat;
	}
	
div.header-head {
	width: 897px;
	height: 15px;
	margin: 0 auto;
	display: block;
	background: url(../img/hero-bg-top.jpg) top center no-repeat;
}
	div.header
	{
		width: 897px;
		margin: 0 auto;
		position: relative;
	}
	#index div.header {
		background: url(../img/hero-bg-middle.jpg) top center repeat-y;
	}
		img.hero-shot {
			position: relative;
			margin: -10px 0 -11px 30px;
			padding: 0;
		}
		img.hero-shot-small {
			margin: auto;
			display: block;
			height: 135px;
		}
		div.logo {
			position: absolute;
			top: 15px;
			right: 35px;
		}
		div.flash {
			width: 454px;
			height: 180px;
			position: absolute;
			top: 75px;
			right: 20px;
		}
	div.header-bottom {
		width: 897px;
		height: 15px;
		margin: 0 auto;
		background: url(../img/hero-bg-bottom.jpg) top center no-repeat;
	}
div.menu {
	float: left;
	width: 145px;
	background: url(../img/menu-bg.png) top center repeat-y;
	margin: 0 0 0 30px;
	padding: 30px 0 25px;
	position: absolute;
	top: -3px;
}
div.sidecol {
	float: left;
	width: 330px;
	margin-left: 10px;
	padding: 1px 0 0 20px;
	height: 1px;
}
	div.right-sidecol {
		float: right;
		width: 205px;
		padding: 20px 11px 0 20px;
	}
	
	 div.right-sidecol ul {
  padding: 0.7em 0 0.7em 8px;
 }
 

#index div.content {
	float: left;
	width: 540px;
	padding: 0 0 0 1%;
	margin: -200px 0 0;
}
	div.content {
		float: left;
		width: 430px;
		padding: 20px 0 0 1%;
		margin: 0 0 0 220px;
	}
	
	#index div.content p {
		width: 460px;
		margin: 15px 0 0 30px;
	}

div.footer {
	clear: both;
	width: 913px;
	margin: auto;
	text-align: right;
	padding: 0 15px 0 0;
	color: #b4bbb8;
	font-size: 11px;
}
	div.footer a {
		color: #b4bbb8;
		text-decoration: none;
		padding-right: 5px;
	}
	div.footer a:hover {
		text-decoration: underline;
	}
