@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	color: #544842;
}
 
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #433934;
	background-image: url(images/bgbrown2.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-weight: normal;
}
img {background: none}
img a:hover {background:none}
 
#floater {
	position:relative;
	float:left;
	margin-bottom:-275px;
	width:1px;
	height: 50%;
}
 
#centered {
	position:relative;
	clear:left;
	height:520px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	overflow: visible;
}
 
#bottom {
	position:absolute;
	bottom:0; right:0;
}
 
#nav {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:70%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
 
#content {
	height: 530px;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 270px;
}
.container {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

/* menu style start here */
a:link {
	text-decoration: none;
	color: #938370;
	font-weight: normal;
}
a {
	color:#938370;
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
}
a:active {
	text-decoration: none;
	color:#938370;
	background-color: #FF9;
}

a:hover {
	color: #FF9;
	background-color: #938370;
}
a:hover img   {
	background-color: none;
}

a img:hover  {
	background-color: none;
}
a:link img {
	border: none;
	text-decoration: none;
	background: none
}
a img {
	background-color: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a.image_link:hover{
background:none;
}

#menu {
	list-style: none;
	width: 245px;
	overflow: auto;
	position: fixed;
	height: 520px;
	float: left;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: none;
	background-image: url(images/transparentbg.png);
	background-repeat: repeat;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}
#centered #menu .container ul {
	list-style: none;
	padding-left: 75px;
}
#centered #menu a img {
	background-color: none;
}

#menu ul li.section-title {
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
}
#menu ul li.active a{
	color:#938370;
	background-color: #FF9;
}
/* menu style end */

#content p {
	margin-bottom: 10px;
	margin-top: 20px;
}

p {
    margin: 0 0 10px 0;
}
#footer {
	color: #938370;
	margin-left: 13px;
	margin-top: 5px;
	float: right;
	margin-right: 15px;
	position: fixed;
}
h1 {
	font-size: 24px;
	font-weight: normal;
}
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{
	width: 50px;
	color: #544943;
	background-color: #FF9;
	margin-top: 20px;
	margin-right: -30px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: -30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#once { clear: left; }
