body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper {
	width: 910px;
	text-align: left;
	margin-top: 25px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #666;
} 
#wrapper a:link{
	text-decoration: none;
	color: #666;
}
#wrapper a:visited{
	text-decoration: none;
	color: #B36B00;
}
#wrapper a:hover {
	color: #566440;
	border-bottom: 1px dashed #566440;
}
#wrapper #sidebarLeft {
	float: left;
	position: absolute;
	left: 100px;
	text-align: center;
	line-height: 450px;	
	height: 450px;
	width: 60px;
	display: block;
	background: url(../_images/arrow_bkd.gif) no-repeat left top;	
}
#wrapper #sidebarLeft a:link,#wrapper #sidebarLeft a:visited{
	color: #FFF;
	float: right;
	height: 450px;
	width: 60px;
	display: block;
	background: url(../_images/arrow_bkd.gif) no-repeat left top;
}
#wrapper #sidebarLeft a:hover,#wrapper #sidebarLeft a:active{
	background-position: left bottom;
	border: none;
}
#wrapper #sidebarLeft #construct{
	float: right;
	height: 450px;
	width: 60px;
	display: block;
	background-image: url(../_images/under_const_tag.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper #sidebarRight{
	float: right;
	text-align: center;
	line-height: 450px;	
	height: 450px;
	width: 60px;
	display: block;
	background: url(../_images/arrow_bkd.gif) no-repeat left top;
}
#wrapper #sidebarRight a:link,#wrapper #sidebarRight a:visited{
	color: #FFF;
	float: right;
	height: 450px;
	width: 60px;
	display: block;
	background: url(../_images/arrow_bkd.gif) no-repeat left top;
}
#wrapper #sidebarRight a:hover,#wrapper #sidebarRight a:active{
	background-position: left bottom;
	border: none;
}
#wrapper #sidebarRight #construct{
	height: 450px;
	width: 60px;
	display: block;
	background-image: url(../_images/under_const_tag.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper #header {
	margin: 0px;
	height: 40px;
	text-transform: uppercase;
	font-size: 1.5em;
	padding-top: 0px;
	padding-left: 5px;
}

#wrapper #mainContent {
	margin: 0px;
	padding: 0px;
	height: 450px;
	position: relative;
	left: 160px;
	width: 690px;
}
#wrapper #footer {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 15px;
}



#wrapper #footer #link {
	width: 100px;
	text-align: right;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #footer #text {
	float: right;
	margin: 0px;
	width: 805px;
	color: #999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
