@charset "utf-8";
/* CSS Document */

a:link {color: #666}

a:visited {color: #666}

a:hover {color: #000; text-decoration:none}

a:active, a:focus {color: #666}

#container {
	width: 850px;
	background: #FFF;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible
}
#container h1 {
	position: absolute;
	top: -500px;
}
#left_banner {
	margin-bottom: 5px;
	width: 300px;
}
#right_banner {
	margin-bottom: 0px;
	width: 161px;
	height: 90px;
	margin-left: 689px;
	margin-top: -44px;
}
#left_column {
	width: 750px;
	margin-top: 10px;
	overflow: visible;
	background: #FFF;
	float: left;
}
#right_column {
	width: 25px;
	background: #FFF;
	float:right;
	margin-top: 10px;
	text-align: right;
}
#centre_column {
	width: 25px;
	background: #FFF;
	margin-right: 0px;
	float: right;
	margin-top: 10px;
	text-align: right;
}
#centre_left_column {
	width: 25px;
	background: #FFF;
	margin-right: 0px;
	float: right;
	margin-top: 10px;
	text-align: right;
}
#mca_menu {
	position: absolute;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-transform: none;
}
#main_image {
	width: 850px;
	height: 500px;	
}
#right_banner ul{
list-style-type: none;
padding: 0;
margin-left: 0;
}