/* CSS Document */

body { 
}
h1,
h2,
h3,
h4,
h5,
h6 { padding-bottom:0px; }
.content {
	position:absolute;
	top:111px;
	width:900px;
	height: auto;
}

.content div {
	width:auto;
	height: auto;
	clear:right;
	padding-top:15px;
}

.content div div{
	float:left;
	width:290px;
	height: auto;
	margin-left:10px;
}

.content div div.TwoUp {
	width:440px;
}


div.SectionTitle {
	display:block;
	clear:left;
	float:none;
	width:900px;
	height:38px;
	font-size:18px;
	padding-left:30px;
	padding-top:10px;
}

div#footer,
div#footer div{
	display:block;
	width:900px;
	float:none;
	clear:left;
	margin-left: 2px;
	
	left: 0px;
	
}
