
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
	background-color: #000;
	text-align: center;
	}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	}

a:visited {
	color: #999;
	}
	
#mainnav {
	text-align: right;
	}
		
#container {
	width: 595px;
	text-align: left;
	margin: 0 auto;
	}
	
#header {
	padding: 18px 0 36px 0;
	}
	
#datestamp {
	color: #999;
	}
	
#content {
	min-height: 350px;
	}

#content p{
	font-size: 12px;
	}	


#footer {
	
	}
	
#branding {
	float: left;
	height: 95px;
	width: 250px;
	background: #000 url(charlie-m.jpg) no-repeat;	
	font-size: 16px;
	padding-top: 40px;
	color: #ccc;
	}

#branding span {
	padding-left: 90px;	
	}
	
div.navAdditional {
	padding: 30px 0 0 0;
	float: right;
	width: 300px;
}

div.navAdditional ul li {
	display: inline;
	list-style-type: none;
}

div.navAdditional ul li a {
	padding: 0 5px;
}	

div.navAdditional ul li a:hover {
	padding: 0 5px;
}

#copyright {
	padding: 10px 0 0 0;
	float: right;
	text-align: right;
	clear: right;
	width: 175px;
	}	
	
.pageHeading {
	font-size: 14px;
	font-weight: 600;
	}

.productListing-heading {
	font-size: 12px;
	font-weight: 400;
	}
.productListing-even {
	font-size: 12px;
	font-weight: 400;
	}
.productListing-odd {
	font-size: 12px;
	font-weight: 400;
	}
.productListing-data {
	font-size: 12px;
	font-weight: 400;
	}
.main {
	font-size: 12px;
	font-weight: 400;
	}
.infobox {
	font-size: 12px;
	font-weight: 400;
	}
.productListing-heading {
	font-size: 12px;
	font-weight: 400;
	}	


