@charset "utf-8";
a:link {
	color: #C79D47;
	text-decoration: none;
	background-color: #000;
}
a:visited {
	text-decoration: none;
	color: #C79D47;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #C79D47;
}

/* CSS Document */

body  {
	padding: 0;
	text-align: center;
	background-color: #000;
	color: #C79D47;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footertxt {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.poweredby {
	font-size: 12px;
}


#wrapper {
	width: 1000px;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 121px;
}
#menubar {
	padding: 0px;
	height: 50px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}


#maincontent {
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#maincontent2 {
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
}

#sidebarL {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 205px;
	float: left;
}

#footer {
	padding: 0px;
	height: auto;
	text-align: center;
	font-size: 14px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: bold;
}
.logowrapper {
	padding: 0px;
	height: auto;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

