body{
	margin: 0;
	padding: 0;
	background-image: url(images/bgtile.jpg);
   background-repeat: no-repeat;
   background-color: #B2BAD1;
}

#header{
	width: 720px;
	height: 101px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
}

#wrapper{
   width: 720px;
	background-color: #ffffff;
	background-image: url(images/wrapperbg.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

#sidebar{
	padding: 0;
	float: left;
	width: 184px;
	background-color: #ffffff;
	background-image: url(images/mmenubg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 10;
}

#mmlist{
	height: 330px;
}

#date{
   width: 160px;
	height: 15px;
	margin-top: 6px;
	text-align: right;
	font-family: arial, sans-serif;
   font-size: 10px;
	font-weight: bold;
   color: #ffffff;
}

#content{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 528px;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 2;
}

#clearone{
	clear: both;
	height: 1px;
	z-index: 4;
}

#footer{
	clear: both;
	width: 720px;
	height: 134px;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	
}

#fright{
	float: right;
	width: 548px;
}

#fleft{
	float: left;
	width: 172px;
}

#credit{clear: both;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#bmenu{
	position: relative;
	padding-top: 60px;
}

p.bnavtxt{
	text-align: center;
}

p.cright{
	text-align: center;
   font-family: Verdana, arial, sans-serif;
	font-size: 9px;
	color: #000040;
}

#cright{clear: both;
	width: 560px;
}
