body,td,th {
	color: #000;
	background:url(bg.jpg) top left;
	font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 18px;
color: #000000;
text-decoration: none;
}
#mm {
	width:990px;
	margin:0 auto;
}
body {
	background-color: #FFF;
}
#menu {
	background:url(menuback.jpg) no-repeat top left;
	width:100%;
	display:block;
	height:41px;
	width:990px;
	margin-top:11px;
}
#menu .menuitem {
	float:left;
}
#menu .menuleft {
	float:left;
	display:block;
	width:20px;
	height:20px;
}
#main {
	background:url(txtbg.png) repeat;
	
	padding:10px 80px;
	margin:10px 0px 0px 0px;

}
.text {
	background:#FFF;
	padding:10px 30px;
}
#copyright {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	background:#333;
	color:#fff;
	display:block;
	height:18px;
	width:990px;
	margin:15px 0 0 0;
}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	padding-bottom:20px;
}
/*--Window/Masking Styles--*/
.window {
	height:267px;	width: 770px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	display:none;
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	display:none;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	display:none;
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}