* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F0F0F0;
}
a:link {
	color: #2B3E5A;
	text-decoration: none;
}
a:visited {
	color: #2B3E5A;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
img {
	border-style: none;
}
ul {
	list-style: none;
}
#main_bg {
	background-color: #FFFFFF;
	width: 980px;
	margin: 0px auto;
}
#header {
	width: 950px;
	height: 75px;
	margin: 0px auto;
}
#header .left {
	float: left;
	height: 75px;
	width: 475px;
}
#header .left img {
	margin-top: 15px;
}
#header .right {
	float: right;
	height: 75px;
	width: 475px;
}
#header .right img {
	margin: 45px 0px 0px 10px;
	display: block;
	float: right;
}
#menu {
	height: 35px;
	width: 950px;
	margin: 0px auto;
	clear: both;
	background-image: url(../images/menu_bg.gif);
}
#menu ul {
	margin-left: 20px;
}
#menu ul li {
	float: left;
	margin-right: 20px;
}
#menu ul li a {
	font-size: 14px;
	line-height: 35px;
	color: #FFFFFF;
	height: 35px;
}
#menu ul li a:hover {
	color: #FFCC00;
}
#bottom {
	background-image: url(../images/bottom_bg.gif);
	height: 35px;
	line-height: 35px;
	width: 950px;
	clear: both;
	margin: 0px auto;
}
#bottom .leftbottom {
	float: left;
	height: 35px;
	width: 450px;
	color: #CCCCCC;
}
#bottom .leftbottom ul {
	margin-left: 20px;
}
#bottom .leftbottom ul li {
	float: left;
	margin-right: 10px;
}
#bottom .leftbottom ul li a {
	color: #CCCCCC;
}
#bottom .leftbottom ul li a:hover {
	color: #FFCC00;
}
#bottom .rightbottom {
	float: right;
	height: 35px;
	width: 450px;
	padding-right: 20px;
	text-align: right;
	color: #CCCCCC;
}
#bottom a {
	color: #CCCCCC;
}
#bottom_div {
	height: 15px;
	width: 950px;
	margin: 0px auto;
	clear: both;
}
