#contentcol {
	background-image: url(/images/bg_content.jpg);
	background-repeat: repeat-y;
	background-color: #E4DFD7;
	width: 774px;
	vertical-align: top;
}

#lshadowcol {
	background-image: url(/images/bg_shadow_l.gif);
	width: 5px;
}

#rshadowcol {
	background-image: url(/images/bg_shadow_r.gif);
	width: 5px;
}

#header {
	position: relative;
	background-image: url(/images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 264px;
}

#header_home {
	position: relative;
	background-image: url(/images/bg_header_home.jpg);
	background-repeat: no-repeat;
	height: 264px;
}

#logo {
	position: absolute;
	width: 175px;
	height: 194px;
	left: 302px;
	top: 0px;
	z-index: 10;
}

#logo_home {
	position: absolute;
	width: 175px;
	left: 283px;
	top: 0px;
	z-index: 100;
}

#homecontent {
	padding-top: 210px;
}

#slogan {
	padding-top: 10px;
	text-align: center;
}

#leftnav {
	position: absolute;
	top: 25px;
	left:0px;
	z-index: 50;
}

#rightnav {
	position: absolute;
	top: 25px;
	right:0px;
	text-align: right;
	z-index: 50;
}

#navl_overlay {
	position: absolute;
	left: 0px;
	top:20px;
	width: 19px;
	height: 180px;
	background-image: url(/images/navl_overlay.gif);
	background-repeat: no-repeat;
	z-index: 500;
}

#navr_overlay {
	position: absolute;
	right: 0px;
	top:20px;
	width: 19px;
	height: 180px;
	background-image: url(/images/navr_overlay.gif);
	background-repeat: no-repeat;
	z-index: 500;
}

#maincontent {
	padding: 60px;
	padding-top: 0px;
}

#copyright {
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 30px;
	color: #342E0A;
}

#copyright a {
	color: #342E0A;
}
