html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
body {
	background: #CAB46B;
	font: 11px verdana, arial, sans-serif;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #544e38;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

/* Generic classes */

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

/* Core layout ids */

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 778px;
	position: relative;
	padding-top: 105px;
}
#core {
	background: url(images/body_bg.gif) repeat-y;
	color: white;
	width: 100%;
}
#core-top {
	height: 22px;
	width: 100%;
	background: top left url(images/body_top.gif) no-repeat;
}
#core-foot {
	height: 24px;
	width: 100%;
	background: bottom left url(images/body_foot.gif) no-repeat;
}

/* Banner ids */

#title {
	position: absolute;
	top: 0px;
	left: 12px;
	/* font-size:28px;
	color:#3f3c2d;
	text-decoration:none;
	font-weight:bolder;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif; */
}
#nav {
	position: absolute;
	top: 80px;
	right: 12px;
	
}
#nav  a {
	background: url(images/menu.gif) top center no-repeat;
	width: 112px;
	height: 22px;
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	padding: 6px 2px 0 2px;
	color: #e9e4d0;
	text-decoration: none;
	font-weight: bolder;
}
#nav  a:hover {
	color:#544e38;
}

/* Left Column */

#welcome {
	float: left;
	width: 231px;
	padding-left: 13px;
}
#welcome a {
	color: #F2F7F8;
}
#welcome a:hover {
	color: #CFCCBF;
}
#welcome h2 {
	text-align: center;
	margin: 11px;
	color:#ceb085;
	font-size:24px;
}
#welcome p {
	margin: 0px 16px;
	text-align: justify;
}
#logo {
	width: 100%;
	height: 100px;
	background: #8c846b url(images/logo.gif) top center no-repeat;
}

/* Main Content pane */

#content {
	float: right;
	width: 468px;
	padding-right: 34px;
	padding-top: 23px;
	color: #686454;
}
#content .left {
	margin-right: 10px;
}
#content a {
	color: #5A5644;
}
#content a:hover {
	color: #26241A;
}

/* picture interface in middle of page */

#picbar {
	background: #A3A189;
	width: 440px;
	margin: 2px 0 19px 0;
}
#arr-left, #arr-right  {
	float: left;
	width: 20px;
}
.picbox {
	float: left;
	width: 117px;
	padding: 2px;
	border: 1px solid #8B846A;
	margin: 5px 3px 5px 6px;
}
#picbar img {
	display: block;
}
#arr-right {
	margin-left: 4px;
}

/* sub content */

#subleft {
	float: left;
	width: 216px;
	border-right: 1px solid #D3CAA9;
	padding-right: 20px;
	padding-top: 5px;
}
#subright {
	float: right;
	width: 215px;
	padding-top: 5px;
}

#subleft p, #subright p {
	margin: 4px 0px;
}

#subleft .more, #subright .more {
	margin: 12px 0px;
}

.fineline {
	border-bottom: 1px solid #D3CAA9;
}

.fineborder {
	border: 1px solid #D3CAA9;
	padding: 2px;
	width: 186px;
	margin-bottom: 12px;
}

/* footer content */

#footer {
	font: 11px arial, sans-serif;
	color: #4E4A3A;
	text-align: right;
	padding-right: 20px;
	margin: 8px 0 8px 0;
}
#footer a {
	color: #4E4A3A;
}