* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	background: #e7e7df;
	text-align: center;
	border-top: 6px solid #49593a;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:active {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}


/*------------- MAIN CONTENT ----------------- */



.topcurve{
	background: transparent url(images/top.jpg) 0 0 no-repeat;
	width: 842px;
	height: 39px;
	margin: 0 auto -26px auto;
	padding: 0;
	clear: both;
}


.bottomcurve {
	background: transparent url(images/bottom.jpg) 0 0 no-repeat;
	width: 842px;
	height: 25px;
	margin: 0 auto 0 auto;
	padding: 0;
	clear: both;
}

/*------------- MAIN TEXT CONTENT ----------------- */
.main_content{
	position: relative;
	text-align: center;
	height: auto;
	margin-top:25px;
	padding-bottom:15px;
}

.content {
	position: relative;
	background: white;
	width: 824px;
	height: auto;
	text-align: center;
	margin: 5px auto 0px auto;
	border:solid 9px white;
}

#nav {
	width:842px;
	position: relative;
	display: inline;
	font-size: 18px;
}

#nav #current {
	color: #000000;
	background:#ffffff;
	padding: 8px 6px 6px 6px;
}

#nav ul {
	display: inline;
	z-index:1;
}

#nav li {
	display: inline;
	position: relative;
	top:0;
	left:0;
	/*margin: 0 -2px 0 -2px;*/
}

#nav li a {
	padding: 0px 6px 0px 6px;
}

#nav a {
	color: #e7e7df;
}

#nav a:hover {
	color: #000000;
	background:#9c9c9c;
	padding: 8px 6px 5px 6px;
}

#nav a:active {

}

/*------------- FOOTER ----------------- */

.footer {
	position: relative;
	height: auto;
	width: 790px;
	top: 15px;
	padding: 5px 0 10px 0;
	background: transparent;
	text-align: right;
	float: left;
	font: normal 12px/18px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #626262;
}
