*
{
	padding: 0;
	margin: 0;
}

html, body
{
	height: 100%;
}

body
{
	background: url(../images/bg.jpg) repeat-x;
	background-color: #676767;
}

#wrapper
{
	position: relative;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	background-color: #fff;
	border-left: solid 0px #fff;
	border-right: solid 0px #fff;
}

#header_wrapper
{
	position: relative;
	width: 100%;
	height: 70px;
	border-bottom: #ccc 0px solid;
	background: url(../images/header_bg.jpg) repeat-x;
}

#menu_wrapper
{
	z-index: 10;
	position: relative;
	width: 100%;
	height: 20px;
	background: #0c4222;
	border-bottom: #ccc 1px solid;
}

#preamble_wrapper
{	
	background: url(../images/preamble_bg.jpg) repeat-x;
	height: 65px;
	padding: 12px 25px 0 25px;
	border-bottom:#063222 1px solid;
}

#preamble_wrapper p
{	
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #0c4222;
}

#content_wrapper
{
	position: relative;
	background: #fff;
	padding: 25px 0 0 25px;
	margin-bottom: 60px;
}

#footer_wrapper
{
	position: relative;
	width: 960px;
	height: 45px;
	margin: 0 auto;
	background: url(../images/footer_bg.jpg) repeat-x;

}
