*,html{
margin:0px;
padding:0px;
}
body {
	background: #704c00;
	/*background: #CCD1BD;*/
	padding: 0px;
	margin: 0px;
	text-align: center;
	min-width: 833px;
	font: 76% Arial, Helvetica, sans-serif;
	color: #333;
}
a{outline:none;}
/* ----------container to center the layout-------------- */
div#container {
	width: 832px;
	margin: 30px auto;
}
/* ----------header-------------- */
div#header {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 185px;
	z-index: 10;
}
div#header_image {
	position: absolute;
	left: 0px;
	top: 45px;
}
/* -----------------content--------------------- */
div#content {
	position: relative;
	background-color: #dbe2bd;
	/**/background-image: url(../images/layout/green_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	z-index: 5;
	text-align: left;
}
div#left_col{}
div#center_col{}
div#right_col{}
/* -----------footer--------------------------- */
div#footer {
	clear: both;
	margin: 0;
	padding: 0;
	background: url(../images/layout/footer.jpg) no-repeat left top;
	height: 60px;
	width: 832px;
}
div#footer p{
	font-size: 1em;
	color: #FFE3B1;
	display: block;
	float: left;
	height: 60px;
	width: 672px;
	line-height:60px;
	text-align:left;
	padding-left: 160px;
}
