html {
	background-image: url('../images/bg_container.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-color: #ecbe68;
	height: 100%;
}

body {
	margin: 0;

	height: 100%;
	font-family: verdana;
	font-size: 11px;
}


#container {

	width: 900px;
	height: 100%;
	margin: auto;
}
#top {
	float: left;
	width: 900px;
	height: 70px;
	margin: 0;
	padding: 0;
}
#content {
	width: 900px;
	clear: both;
	float: left;
	padding-top: 10px;
	background-image: url('../images/l_face.png');
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#content #left {
	clear: both;
	width: 261px;
	float: left;
	padding-bottom: 170px;
}

#content #left .img{
	border: none;
	
}

#content #left a.sub {
	clear: both;
	display: block;
	width: 150px;
	margin-left: 80px;
	margin-bottom: 10px;
	text-decoration: none;
	font-family: "Georgia", "Times New Roman", serif;	
	font-size: 12px;
	font-weight: bold;
	color: #55301f;
}
#content #left a.sub:hover {
	text-decoration: underline;
}
#content #left  .menuItem {
	cursor: pointer;
}


#content #right {
	width: 639px;
	float: left;
}

#content #right .mainImg {
	float: left;
	width: 445px;
}
#content #right .mainMenu {
	float: left;
	
}

#content #right .mainMenu img {
	border: none;
}
#content #right .mainMenu a {
	display: block;
	padding-top: 6px;
	height: 47px;
}

#content .pTitle {
	display: block;
	font-family: "Georgia", "Times New Roman", serif;	
	padding-top: 5px;
	margin-bottom: 0.6em;
	font-weight: normal;
	font-size: 2em;
	color: #55301f;
}
#content .pTitleExt {
	display: block;
	font-family: "Georgia", "Times New Roman", serif;	
	padding-top: 7px;
	margin-bottom: 0.6em;
	font-weight: normal;
	font-size: 1.7em;
	color: #55301f;
}
#content h3 {
	font-family: "Georgia", "Times New Roman", serif;	
	padding-top: 0;
	margin-bottom: 0.6em;
	font-weight: normal;
	font-size: 2em;
	color: #55301f;


}
#content #right .text {
	width: 614px;
	margin-left: 2px;
	clear: both;
	float: left;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	color: #442314;
}
p.indent {
	text-indent: 30px;
}


#footerMenu
{
	clear: both;
	width: 880px;
	height: 43px;
	background-image: url('../images/bg_footer.png');
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 20px;
}

#footerMenu a {
	font-family: times;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
	color: #6a4833;
	margin: 0px 5px 0px 5px;
}

.hidden {
	display: none;
}

.text img {
	border: none;
}

.gImg {
	float: left;
	margin: 5px;
	margin-bottom: 3px;
	padding: 0px;
	width: 180px;
	height: 135px;
}
.gPaging
{
	clear: both;
	float: left;
	width: 610px;
	text-align: center;
	margin: auto;
	margin-top: 25px;
	
}
.gPaging a {
	text-decoration: none;
	color: #7e542f;
}
.gPaging a:hover {
	text-decoration: underline;
}
