@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  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
	color: #C79D47;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 12px;
}
.footertxt {
	font-size: 12px;
	text-align: center;
}
.poweredby {
	font-size: 12px;
}
.newstitle {
	font-size: 14px;
	font-weight: bold;
}




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


#sidebarL {
	height: auto;
	width: 600px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebarR {
	height: auto;
	width: 200px;
	text-align: center;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 90px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#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;
	clear: both;
	font-weight: bold;
}

