body {
	background-color: white;
	margin: 0;
	padding: 0;
	
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

#brand_bar {
	width: 853px;
	margin-left: auto;
	margin-right: auto;
	height: 108px;
	
}

#brand_bar a {
	border: 0;
}

#marketcircle_logo {
	margin-top: 37px;
	
}

#navigation {
	display: inline;
	float: right;
	margin-top: 49px;
}

#navigation li {
	display: inline;
	margin-left: 24px;
}

#navigation a:hover {
	border-bottom-color: #565656;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#navigation a {
	border: 0;
}


#main {
	width: 853px;
	margin-left: auto;
	margin-right: auto;
	
	border-width: 1px;
	border-color: #ddd;
	border-style: solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-color: white;
	
	background-image: url('backshadow.png');
	background-position: 0 310px;
	background-repeat: no-repeat;
	
	padding-bottom: 49px;
}

#backshadow {
	background-color: red;
/*	background-image: url('backshadow.png');*/
	width: 853px;
	height: 154px;
	position: absolute;
	top: 300px;
	z-index: 0;
}

#top_headline {
	display: block;

	width: 584px;
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 56px;	
}

#snow_leopard_box {
	margin-left: 22px;
	margin-top: 58px;
	margin-bottom: 27px;
	z-index: 1;
}

#compatibility_chart {
	float: right;
	width: 413px;
	height: 282px;
	background-image: url('compatibility_chart_background.png');
	
	margin-top: 60px;
	margin-right: 59px;
	z-index: 1;
}

.chart_icon {
	float: left;
	margin-right: 20px;
}

a {
	color: #1880d1;
	text-decoration: none;
	
	border-bottom-color: #1880d1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a.bold {
	font-weight: bold;
}

div.chart_section {
	margin-left: 30px;
	margin-top: 25px;
}

.chart_content p {
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 1.5;
}


div.section {
	margin-top: 50px;
}

div.section_left {
	float: left;
}

div.section_right {
	width: 683px;
	margin-right: 59px;
	margin-left: auto;
}

div.section_right {
	line-height: 1.5;
}

img.section_icon {
	vertical-align:text-top;
	margin-left: 45px;
}

img.section_title {
	vertical-align:text-top;
}

hr {
	color: #c8c8c8;
	background-color: #c8c8c8;
	height: 1px;
	border: 0;
	margin-top: 2px;
}

ol li {
	margin-bottom: 2px;
}

#bottom {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#bottom p {
	color: #565656;	
}

#bottom a {
	color: #565656;	
	border-bottom-color: #565656;
}
