body {
	background-color: #c0ba9a;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

#submenu {
	text-align:center;
	
}

a:link {
	color: #CC0066;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0066;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CC0066;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC0066;
	font-weight: bold;
}

#container {
	margin: 0px auto;
	padding: 0;
	width: 800px;
	height: 0px;
	border: none;
	position:relative;
}

#header {
	position:absolute; 
	left:36px; 
	top:1px;
	width:767px; 
	height:150px;
	background-image:url(images/construct/header.jpg);
}

#navlinks {
	position:absolute;
	left:118px; 
	top:117px;
}

#left {
	position:absolute; 
	left:0px; 
	top:151px;
	width:107px; 
	height:475px;
	background-image:url(images/construct/left.jpg);
}

#right {
	position:absolute; 
	left:734px; 
	top:151px;
	width:116px; 
	height:475px;
	background-image:url(images/construct/right.jpg);
}

#bg {
	position:absolute;
	left:107px;
	top:143px;
	width:630px;
	height:490px;
	background-image:url(images/construct/content_bg.jpg);
	background-repeat:no-repeat;
}

#main {
	padding: 5px 5px 0px 15px;
	position:absolute; 
	left:107px; 
	top:160px;
	width:607px; 
	height:435px;
	overflow:auto;
	background-color: transparent;
/*	background-color:#FFFFFF;
	background-image:url(images/construct/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;	*/
}

#footlinks {
	position:absolute; 
	left:107px; 
	top:596px;
	width:627px; 
	height:30px;
/*	background-color:#FFFFFF;*/
	text-align:center;
	vertical-align:middle;
}

#footer {
	position:absolute; 
	left:39px; 
	top:626px;
	width:766px; 
	height:12px;
	background-image:url(images/construct/footer.jpg);
	background-repeat:no-repeat;
}

#viewer_overlay {
	position:absolute;
	top:20px;
	left:15px;
}