html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
	background-color: #e7e6cc;
}

body { 
	background-color: #e7e6cc; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 2px 0;
}

/* page border */
.pageborder {
	padding: 0 45px;
	width: 860px;
	background-image: url(../images/page-frame.gif);
	margin: 0 auto;
	overflow: hidden;
}

.pageborder-top {
	padding: 0 45px;
	width: 860px;
	height: 165px;
	background-image: url(../images/page-top.gif);
	margin: 0 auto 0;
	clear: both;
}

.pageborder-bottom {
	padding: 0 45px;
	width: 860px;
	height: 50px;
	background-image: url(../images/page-bottom.gif);
	margin: 0 auto 0;
	clear: both;
}

/* main menu */
div.main-menu {
	margin: 0;
	padding: 0 0 30px 0;
	width: 860px;
	height: 30px;
	background-image: url(../images/page-menu.gif);
	background-repeat: no-repeat;
}
div.main-menu ul {
	margin: 0;
	padding: 0;
}
div.main-menu li {
	padding: 0.5em 2.1em 0 2.1em;
	height: 30px;
	margin: 0;
	display: block;
	list-style-type: none;
	float: left;
	line-height: 1.1em;
	font-weight: bold;
	font-size: 14px !important;
}
div.main-menu a:link {
	color: #594d1e;
	text-decoration: none;
}
div.main-menu a:visited {
	color: #594d1e;
	text-decoration: none;
}
div.main-menu a:hover {
	color: #FAFAFA;
	text-decoration: none;
}
div.main-menu a:active {
	color: #D35211;
	text-decoration: none;
}

/* copyright */
.fsrcopyright {
 	margin: 0 auto;
 	padding: 0 45px;
 	width: 860px;
 	text-align: right;
 	position: relative;
 	top: -15px;
 	font-size: 12px;
}
