html, body, ul, li, h1, h2, h3, h4 {

	margin: 0px;

	padding: 0px;

	list-style: none;

}

h2{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 17px;

	color: #544e38;

}

img {

	border: 0px;

}

a {

	text-decoration: underline;

}

a:hover {

	text-decoration: underline;

}

.left {

	float: left;

}

.right {

	float: right;

}

.more {

	text-align: right;

}

.clear {

	clear: both;

}



body {

	background: white;

	text-align: center;

	font: 11px verdana, arial, sans-serif;

}

#wrapper {

	text-align: left;

	margin: auto;

	width: 728px;

}



#body {

	background: url(images/body_bg.gif) repeat-y;

	color: white;

	width: 100%;

}

#body-top {

	background: top left url(images/body_top.gif) no-repeat;

	position: relative;

}

#body-bot {

	background: bottom left url(images/body_bot.gif) no-repeat;

	padding-bottom: 17px;

}

#body-top-2 {

	position: absolute;

	top: 12px;

	left: 251px;

	width: 463px;

	height: 11px;

	background: top left url(images/body_top_2.gif) no-repeat;

}



#wrapper {

	position: relative;

	padding-top: 68px;

}

h1 {

	position: absolute;

	top: 36px;

	left: 13px;

	font-size:26px;

	color:#3f3c2d;

	font-variant: small-caps;

	font-family: Arial, Helvetica, sans-serif;

}

#nav {

	position: absolute;

	top: 43px;

	left: 256px;

	

}

#nav  a {

	background-image:url(images/menu.gif);

	width:90px;

	height:19px;

	display:inline;

	float:left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	text-align:center;

	padding-top:6px;

	text-decoration:none;

	color:#e9e4d0;

	font-weight:bolder;

}

#nav  a:hover {

	color:#FFFFFF;

}



#body-bot {

	padding-top: 12px;

}

#welcome {

	float: left;

	width: 231px;

	padding-left: 13px;

}



#welcome p, hr {

	margin: 0px 19px;

	text-align:center;

	color:#d4baa1;

}



#welcome hr {

	margin-top: 10px;

	margin-bottom: 10px;

	size:1px;

	color:#d4baa1;

}



#content {

	float: right;

	width: 418px;

	padding-right: 34px;

	padding-top: 23px;

	color: #3C2C24;

	height:510px;

}



#content p {

	text-indent: 20px;

}



#content h2{

color:#3C2C24;

}