*, html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	display: block;
}
body {
	background: url(images/whiteBackground.gif) repeat-y top left;
	background-color: #f9fcfc;
}

#horizontalWrapper {
	background: url(images/hpHorizontal.gif) repeat-x top left;
}

#content {
	width: 900px;
	background: url(headerBackground.gif) no-repeat top left;
}

#columnLeft {
	padding: 0px 0px 300px 0px;
	width: 639px;
	float: left;
}

#columnRight {
	padding-top: 60px;
	float: left;
	width: 200px;
}

#columnRight ul{
	list-style: none;
}

#columnRight ul li{
	padding-bottom: 5px;
}

#columnRight ul li a{
	font-size: 10px;
	color: #5a5a5a;
	text-decoration: none;	
}

#columnRight ul li a:hover {
	border-bottom: 1px dotted #c9c9c9;
	color: #de110d;	
}

#columnRight ul #current a {
	font-weight: bold;
}

#columnRight ul #current a:hover {
	font-weight: bold;
	color: #5a5a5a;
	text-decoration: none;
}

#siteNavigation {
	padding: 40px 0px 0px 20px;
	width: 200px;
	height: 140px;
}

#categoryNavigation {
	padding: 20px 0px 0px 20px;
}

#categoryNavigation li {
	font-size: 10px;
	color: #a9a9a9;
	margin-bottom: 10px;
}

#categoryNavigation li span{
	font-weight: bold;
	font-size: 10px;
	color: #6b7b7c;
}

#footer {
	background: url(horizontalFooterBackground.gif) repeat-x top left;
	padding-top: 9px;
}

#footerNav {
	background-color: #c9c9c9;
	height: 20px;
	width: 850px;
}

#footer p{
	margin: 20px 40px 0px 40px; 
	color: #a3a3a3;
	font-size: 10px;
	float: left;
}

#footerNav p{
	margin: 5px 40px 0px 40px;
	color: white;
}

#footer ul {
	list-style-type: none;
}

#footer ul li{
	float: left;
	margin: 18px 15px 0px 0px;
}

#footerNav ul li {
	margin: 3px 15px 0px 0px;
}

#footer ul li a{
	font-size: 10px;
	color: #a3a3a3;
	text-decoration: none;
}

#footerNav ul li a{
	color: white;
}

#footer ul li a:hover{
	text-decoration: underline;
}

.clear {
	clear: both;
}