#innerbody {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

#mainbody {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	background-color: #DFCCB4;
	width: 954px;
	height: 555px;
	padding: 0px;
	z-index: 5;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: left;
}

#header {
	position: relative;
	margin: 0px;
	width: 955px;
	height: 30px;
	background-color: #000000;
	color: #999999;
}

#nav {
	position: absolute;
	right: 5px;
	top: 3px;
}

#logo {
	position: absolute;
	margin-top: 3px;
	margin-left: 5px;
	width: 348px;
	height: 24px;
}

#copyright {
	font-family: Arial, Geneva, Helectiva, sans-serif;
	height: 15px;
	text-align: center;
	font-size: 10px;
	color: #777;
}

#copyright a {
	color: #777;
}

#copyright a:hover {
	color: #777;
	text-decoration: underline;
}

#spaceholder {
	height: 20px;
}

#vertpage {
	position: relative;
	top: 0px;
	left: 0px;
	width: 954px;
	height: 435px;
}

#vertpagetext {
	margin: 0;
	padding: 40px 40px 40px 0px;
	height: 435px;
	overflow: auto;
}

#verttext {
	height: 445px;
	overflow: auto;
	padding: 40px 40px 40px 40px;
}

/* Home */

#homecol1 {
	position: absolute;
	top: 20px;
	height: 240px;
	overflow: hidden;
	padding-right: 10px;
}

#homecol2 {
	position: absolute;
	top: 20px;
	height: 240px;
	overflow: hidden;
	padding-right: 10px;
}

#homecol3 {
	position: absolute;
	top: 20px;
	height: 240px;
	overflow: hidden;
}

#homepagetext {
	position: relative;
	top: 0px;
	left: 0px;
}

/* Contact */

#horzpageimg {
	position: relative;
	top: 0px;
	left: 0px;

}

#horzpagetext {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 40px 40px 40px 40px;
}

#contact-form td {
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	vertical-align: top;
}

#contact-form th {
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}

#contact-form {
	border-right: 2px black solid;
}

#contacttext {
	position: absolute;
	font-weight: bold;
}

#message {
	height: 95px;
}

#thankyou {
	border-right: 2px black solid;
	padding-right: 40px;
	height: 200px;
	width: 525px;
	
}

#sidelist {
	position: absolute;
	top: 63px;
	left: 700px;
	z-index: 50;
}