body {
	font-family: arial;
	font-size: 12px;
	text-align: center;
	margin: auto;
	background: #9b9b9b;
	color: #666666;
	line-height: 1.5em;
	}
	
h1 {
	font-size: 24px;
	color: white;
	margin: 0;
	margin-top: 5px;
	}
	
h2 {
	font-size: 18px;
	color: #65c3e3;
	margin: 0;
	}
	
img {
	border: 0;
}
		
ul {
font-style: normal;
line-height: 1.5em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
text-indent: 5px;
list-style-position: outside;
/*list-style-image: url(arrow.gif);*/
list-style-type: square;
padding: 6px;
margin: 2px;
margin-left: 8px;
}
	
a, a:visited
{
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
	
#headerNav {
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	color: white;
}
	
.headerNav a, .headerNav a:visited  {
	color: white;
	text-decoration: none;
}
.headerNav a:hover {
	color: white;
	text-decoration: underline;
}

	
	
#mainContainer {
	width: 900px;
	height: auto;
	background: #e9e9e9;
	height: auto;
	margin: auto;
	text-align: center;
}

#headerContainer {
	height: 158px;
	background: url(../images/quaife-differentials-header.jpg) no-repeat;
	width: 900px;
}

#contentContainer {
	text-align: left;
	height: auto;
	padding: 10px;
	padding-top: 5px;
	background: url(../images/bg_fade.gif) repeat-x;
}

#buyDifferentials {
	text-align: left;
	float: right;
}

#footerContainer {
	height: 28px;
	background: url(../images/quaife-differentials-footer.jpg) no-repeat;
	width: 900px;
	color: white;
	text-align: right;
}

#footerNav {
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	color: white;
	float: left;
	padding-left: 5px;
}


.footerNav a, .footerNav a:visited  {
	color: white;
	text-decoration: none;
}
.footerNav a:hover {
	color: white;
	text-decoration: underline;
}
	