html, body {
   height: 100%;
   margin: 0;
   padding: 0;
	}
a {
	text-decoration: none;
	color: #96492A;
	font-weight: 700;
	}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
	}
body {
	background: #E5DFCF url(../images/BG_repeater.jpg) top repeat-x;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	}
#container {
	width: 792px;
	min-height: 100%;
	position: relative;
	margin: auto;
	background:url(../images/BG_Container.png) repeat-y;
	}
#container02 {
	width: 792px;
	min-height: 100%;
	position: relative;
	margin: auto;
	background:url(../images/BG_Container02.png) repeat-y;
	}
#content {
	width: 780px;
	height: auto;
	overflow: auto;
	margin: 0px 6px 0px 6px;
	padding-bottom: 67px;
	}
#contentLeft {
	width: 499px;
	height: auto;
	float: left;
	}
	#contentLeft a {
	text-decoration: none;
	color: #954E3A;
	}
	#contentLeft a:hover {
	text-decoration: underline;
	color: #5A701E;
	}
		#contentLeftP01{
		width: auto;
		margin: 0px 30px 10px 30px;
		}
		.p {
		line-height: 21px;
		font-size: 12px;
		padding: 5px;
		}
#contentHome {
	width: 780px;
	height: auto;
	}
		#contentHomeP01{
		width: auto;
		margin: 0px 30px 10px 30px;
		}
		.p2 {
		width: 350px;
		line-height: 21px;
		height: auto;
		font-size: 12px;
		float: left;
		padding: 5px;
		}
	#contentHome a {
	text-decoration: none;
	color: #954E3A;
	}
	#contentHome a:hover {
	text-decoration: underline;
	color: #5A701E;
	}
#contentRight {
	background: #CEC7AA url(../images/sideInfo_top.jpg) no-repeat top;
	width: 281px;
	height: auto;
	float: left;
	padding-top: 18px;
	}
	#contentRight a {
	text-decoration: none;
	color: #954E3A;
	}
	#contentRight a:hover {
	text-decoration: underline;
	color: #5A701E;
	}
	#contentRight p{
	margin: 0;
	padding: 5px 30px 5px 24px;
	}
#header {
	width: 780px;
	margin: 0px 6px 0px 6px;
	padding: 0;
	}
#footer {
	background: #96492A;
	width: 780px;
	height: 67px;
	bottom: 0;
	position: absolute;
	padding: 0;
	clear: both;
	margin: 0px 6px 0px 6px;
	}
		#footer a {
			text-decoration: none;
			color: #EEEBE1;
			}
		#footer a:hover {
			text-decoration: underline;
			color: #FFCC33;
			}
		#footer p{
			margin: 30px 30px 10px 30px;
			font-size: 9px;
			color: #EEEBE1;
			}