/* CSS Document */
body {
	background-color: #FFFFFF;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	top: 0;
	left: 0;
}

a {
	color: #3C547E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #3D547E;
}

div#container {
	position: relative;
	width: 767px;
	margin: 0;
	background-color: #FFFFFF;
	overflow: hidden;
}

div#large_container {
	position: relative;
	background-color: #E8E0B1;
	width: 766px;
}

div#main_header {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 1px 0;
}

div#main_footer {
	position: relative;
	margin: 1px 0;
	width: 766px;
	height: 74px;
	background-color: #E8E0B1;
	background-image: url(../img/home/marspan_footer_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#main_header, div#main_footer {
	color: #555555; 
	line-height: 1.3em; 
	letter-spacing: 0.1em; 
}

#inner_nav_box {
	position: relative;
	margin: 16px 0 0 16px;
	width: 571px;
	height: 198px;
}

.blue_link {
	color: #3C547E; font-weight: bold; font-size: 12px;
}
.grey_divider {
	width: 100%; height: 1px; background-color: #E0E1E2; margin: 5px 0;
}