html, body {
	background-color: #BDBA84;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-page.gif);
	background-repeat: repeat-x;
	height: 100%;
}

#container { 
	min-height: 100%; 
	height: 100%;
	width: 849px;
	background-color: #807E59;
}

a:link {
	font-weight: bold;
	color: #A3511F;
}

a:visited {
	font-weight: bold;
	color: #A3511F;
}

a:hover {
	font-weight: bold;
	color: #686645;
}

/* home */
.homeLeft {
	background: url(../images/home/bg-left.gif);
}

.homeContent {
	border: 3px solid #E6E4CF;
	height: 500px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #BDBA84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
}

#homeBar {
	position:absolute;
	background: url(../images/home/bar.gif) no-repeat;
	width:506px;
	height:147px;
	z-index:2;
	left: 41px;
	top: 414px;
}

.homeContact {
	font-size: 13px;
	margin: 25px 0px 0px 300px;
	line-height: 130%;
}

.title {
	margin-top: 20px;
}

/* sub */

.mainContent {
	border: 3px solid #E6E4CF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #BDBA84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
}

/* nav */
#drop {
	position:absolute;
	width:130px;
	z-index:1;
	left: 275px;
	top: 31px;
	visibility: hidden;
	background-color: #E6E4CF;
	border-top: 5px solid #686645;
	border-left: 3px solid #686645;
	border-right: 3px solid #686645;
	border-bottom: 3px solid #686645;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A3511F;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 130px;
	display: block;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 130px;
	display: block;
}

.menu li {
	margin: 0; 
	list-style: none;
	display: block;
	text-align: left;
}

.menu a {
	color: #A3511F;
	text-decoration: none;	
	padding: 5px 8px;
	display: block;
}

.menu a:link {
	color: #A3511F;
	text-decoration: none;	
	padding: 5px 8px;
}

.menu a:visited {
	color: #A3511F;
	text-decoration: none;
	padding: 5px 8px;
}

.menu a:hover {
	color: #E6E4CF;
	text-decoration: none;
	background-color: #A3511F;
	padding: 5px 8px;
}
