* {
	padding: 0;
	margin: 0;
}
body {	background: #080808;}
body {
	font-family: "Verdana", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
		color: #333;
}
a, a:visited {
		color: #333;
}
a:hover {
color:#e01b22; 
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	background: #333333;
}

#header {
	color: #333;
	width: 960px;
	float: left;
	padding: 0px;
	border-bottom: 2px solid #e01b22;
	height: 140px;
	margin: 0px 0px 0px 0px;
	background: #fff url(/data/files/250/imgs/mclogo.jpg) no-repeat 35px;
}

#b728 {
	margin: 30px 32px 25px 6px;
	float: right;
}

#navigation {
	float: left;
	height: 25px;
	width: 960px;
	color: #fff;
	padding: 0px;
	border: 0px solid #ccc;
	margin: 1px 0px 0px 0px;
	background: #171717;
}

#leftcolumn {
	color: #333;
	border: 0px solid #ccc;
	margin: 19px 14px 13px 14px;
	padding: 0px;
	min-height: 200px;
	width: 670px;
	float: left;
	background: transparent;
}

#rightcolumn {
	float: left;
	color: #333;
	margin: 19px 12px 12px 0px;
	padding: 0px;
	min-height: 200px;
	width: 250px;
	_width: 248px;
	display: block;
	background: transparent;
}

#footer {
	width: 960px;
	height: 92px;
	clear: both;
	color: #333;
	border: 0px solid #ccc;
	background: #fff url(/data/files/250/imgs/footerbg.png) repeat-x;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
ul.footer {
right: 0;
text-align: right;
color:#fff;
padding: 5px 30px 5px 0;
margin: 0;
height: 22px;
	font-family: "Tahoma", Helvetica, sans-serif;
	
}
ul.footer li {
list-style:disc;
list-style-position:inside;
margin:0;
padding:0 0 0 12px;
right: 0;
float: right;
line-height:25px;
vertical-align:middle;
height:25px;

}
ul.footer li:last-child {
list-style:none;
list-style-position:inside;
padding: 0 100px;
}

ul.footer li a {
	text-decoration: none;
	border: 0 none;
	color:#fff;
}