html {
	height:100%;
	width:100%;
}

body {
	margin:0;
	padding:0;
	font-size:14px;
	color:#7d6e60;
	background:#fff;
	font:10pt/20px Arial, Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	width:100%;
	text-align:center;
}

a { color:#000;text-decoration:none; }

a:hover { color:#7d6e60; }

#menu-holder {
	background-color:#222222;
	width:100%;
	color:#fff;
}

#menu {
	width:1000px;
	height:40px;
	display:block;
	padding-top:20px;
	font-size:18px;
}

#menu span#pagetitle {
	float:left;
}

#menu span#menubuttons {
	float:right;
}

#menu span#menubuttons a {
	padding-left:10px;
	text-decoration:none;
	color:#fff;
}

#menu span#menubuttons a:hover {
	color:#b2b2b2;
}

#menu span#menubuttons a.sub {
	display:none;
}

.clearer {
	clear:both;
	margin:0;
	padding:0;
	font-size:0;
	border:0;
}

#pageholder {
	background-image:url("mainbg.jpg");
	background-repeat:repeat-x;
	background-color:#fff;
	min-height:700px;
	padding-bottom:30px;
}

#page {
	width:1020px;
}

#content-left {
	width:402px;
	margin-right:20px;
	float:left;
	text-align:left;
}

#content-left p {
	padding:15px;
	margin:0;
}

#content-right {
	float:right;
	width:598px;
	text-align:left;
	padding-bottom:20px;
}

#slideshowholder {
	background-image:url("slidebg.png");
	width:372px;
	padding:5px 15px;
	height:210px;
	background-repeat:none;
}

#slideshowholder img {
	border:5px solid white;
}

#submenu {
	margin-top:100px;
	height:30px;
	display:block;
	width:598px;
}

#submenu a {
	display:none;
}

#submenu a.sub {
	display:block;
	color:#4a3623;
	float:left;
	width:auto;
	margin-right:10px;
	text-decoration:none;
}

#submenu a.sub:hover {
	text-decoration:underline;
}

#footerholder {
	width:100%;
	background:#fff;
	background-repeat:repeat-x;
	height:10px;
}

#footer {
	width:1000px;
	height:190px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
	background:#f5f5f5;
	color:#707070;
}

#footer img {
	float:left;
}

#footer h3 {
	color:#707070;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
}

#foot1 {
	float:left;
	width:auto;
	margin-right:10px;
}

#foot2 {
	float:left;
	width:100px;
	margin-right:10px;
	margin-left:30px;
}

#foot2 a {
	color:#707070;
	text-decoration:none;
	width:100px;
	display:block;
}

#foot1 a {
	color:#a38f7d;
	text-decoration:none;
}

#foot2 a.sub {
	display:none;
}

.img-right {
	float:right;
	margin-left:5px;
}

#slideshow {
    position:relative;
    height:162px;
    width:362px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
