body {
	margin: 0;
	padding: 0 0 30px 0;
	background: url(assets/images/bottom-bg.gif) repeat-x bottom left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #40403f;
	line-height: 21px;
	height: 100%;
}

.smallText {
	font-size: 11px;
}

#body {
	background: url(assets/images/body-bg.gif) repeat-x top left;
}

#top {
	width: 1000px;
	height: 316px;
	background: url(assets/images/top.png) no-repeat bottom left;
	margin: 0 auto;
	position: relative;
}

#top p {
	padding: 10px 20px;
	margin:0;
	text-align: right;
}

#top p a {
	text-decoration: none;
	color: #b4a892;
	padding: 0 5px;
	font-size: 12px;
}

#top p a:hover {
	text-decoration: underline;
}

#topMenu {position: absolute; bottom: 30px; left: 30px;}
#topMenu a {font-size: 17px; color: #b4a892; padding: 8px 15px; border-right: 1px solid #b4a892; text-decoration: none;}
#topMenu a:hover {
	text-decoration: underline;
}

#middle {
	margin: 30px auto 0 auto;
	padding: 35px 0 0 0;
	background: url(assets/images/middle.png) no-repeat top right;
	width: 1000px;
}

#content {
	padding: 0;
	margin: 0;
	background: url(assets/images/content.png) repeat-y top right;
	float: right;
	width: 100%;
}

#content-bottom {
	background: url(assets/images/content-bottom.png) no-repeat bottom right;
	padding: 0;
	margin: 0 0 30px 0;
	width: 1000px;
	height: 29px;
}

#left {
	width: 297px;
	margin-top: -50px;
	margin-left: -14px;
	float: left;
	background: url(assets/images/left.png) no-repeat top left;
}

#left img {
	margin: 20px 0 20px 16px;
}

#left-top {
	background: url(assets/images/left-top.png) no-repeat top left;
	height: 24px;
	width: 297px;
}
#left-bottom {
	background: url(assets/images/left-bottom.png) no-repeat bottom left;
	height: 24px;
	width: 297px;
}

#left-menu {
	background: url(assets/images/left-menu.png) repeat-y top left;
	width: 297px;
}

#left-menu a {
	font-size: 14px;
	font-weight: 100;
	color: #542c08;
	display: block;
	padding: 12px 35px;
margin-top: 5px;
	text-decoration: none;
}

#left-menu a.first {
margin-top: 0;
}

#left-menu a.active {
     padding-bottom:0px;
     font-weight: bold;
     text-decoration: none;
}

#left-menu a:hover {
	text-decoration: underline;
}

#left-menu a.active:hover {
text-decoration: none;
}
#left-menu div {
       margin: 0px 0 0px 15px;
}

#left-menu div a {
     font-weight: 100;
     font-size: 13px;
     margin-top: 0;
     margin-bottom: 0;
     padding-top: 3px;
     padding-bottom: 0px;
}

#left-menu div div a {
     font-weight: 100;
     font-size: 11px;
     margin-top: 0;
     margin-bottom: 0;
     padding-top: 3px;
     padding-bottom: 0px;
     line-height: 12px;
}

#text {
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 30px;
	width: 650px;
	float: right;
}

#text h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #572504;
	font-weight: 100;
	margin: : 0;
	padding: : 0;
}

#text h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #572504;
	font-weight: 100;
	margin: : 0;
	padding: : 0;
}

.clear {
	clear: both;
}
