body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #807F63;
	text-decoration: none;
	background-color: #FFFFFF;
}

#wrapper {
	margin: 10px auto 0 auto;
	width: 620px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #FFFFFF;
	background: white;
}


#header {
	margin: 10px auto 0 auto;
	width: 153px;
	height: 60px;
	background: url(../images/interface/logo2.jpg) no-repeat;
	text-align: center;
}

#content  {
	margin: 0 auto 0 auto;
	width: 500px;
	border-top: 1px solid #810000;
	border-right: 1px solid #810000;
	border-left: 1px solid #810000;
	border-bottom: 1px solid #810000;
	
}

#text {
	padding-left: 20px;
}


#navcontainer {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 20px;
	
}

ul.navlist {
	margin: 0 auto 0 30px;
	padding: 5px 20px 0 0;
	white-space: nowrap;
}

.navlist li {
	display: inline;
	list-style-type: none;
	text-align: right;
}

.navlist a {
	padding: 0px 20px 0px 0px;
}

.navlist a:link, .navlist a:visited {
	color: #999;
	background-color: #fff;
	text-decoration: none;
}

.navlist a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.navlist a:link#current, .navlist a:visited#current, .navlist a:hover {
	color: #000;
	background-color: #fff;
	font-weight: normal;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #000;
}s
a:active {text-decoration: none}
a:hover {text-decoration: none;
color:#000;}

.Style1 {color: #555555}

#footer {
	border-bottom: 1px solid #ccc;
    color: #999;
	font-size: 9px;
	vertical-align: middle;
	line-height: normal;
	margin-top: 20px;
	padding-bottom: 8px;
	background: #fff;
	clear: both;
}

/* @group My Group */



/* @end */
