html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #BBC7AA;
	text-align: left;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #774f38;
}

a {
	color: #6a7769;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #9caf5f;
}

/**************************************************************************************/
/*************************************LAYOUT FRAMES************************************/
/**************************************************************************************/

#frame {
	margin: 0 auto;
	width: 650px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/bg.jpg) top center repeat-y !important;
}

#header {
	width: 650px;
	height: 109px;
	background: url(../images/header.png) top center no-repeat !important;
}

#main {
	width: 650px;
	height: auto !important;
	padding-left: 10px;
	padding-right: 10px;
}

/**************************************************************************************/
/************************************CONTENT FRAMES************************************/
/**************************************************************************************/

.boxTitle {
	width: 630px;
	height: 25px;
	padding: 0px;
	cursor: pointer;
	border-bottom: 1px #8e997b solid;
	clear: both;
}

.boxContent {
	width: 630px;
	padding: 0px;
	clear: both;
}

/**************************************************************************************/
/**************************************TEXT FORMAT*************************************/
/**************************************************************************************/

.title {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	padding-left: 8px;
	padding-top: 5px;
	text-transform: uppercase;
}

.content {
	line-height: 17px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}

.galleryImage {
	border: 0px;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
}