body {
	background: #000;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
a { color: #f6efc8; }
a:hover { text-decoration: none; }

td { font-size: 12px; }
	
#wrapper {
	background: #303030;
	width: 750px;
	text-align: left;
	margin: 0px auto;
	}
	
#header {
	background: url(../siteimages/header.gif) no-repeat;
	height: 120px;
	width: 750px;
	margin: 0px auto;
	}
	
#header .logo {
	float: left;
	width: 120px;
	}
	
#header .logo img { border: 0px; }
	
#header .address {
	float: right;
	width: 220px;
	font-weight: bold;
	text-align: right;
	color: #000;
	font-size: 14px;
	padding: 20px;
	}
	
#navigation {
	list-style: none;
	margin: 0px;
	margin-top: -3px;
	padding: 0px;
	background: #606060;
	float: left;
	width: 750px;
	}
	
#navigation li {
	float: left;
	}
	
#navigation li a {
	padding: 10px;
	display: block;
	font-size: 14px;
	color: #181818;
	font-weight: bold;
	text-decoration: none;
	}
	
#navigation li a:hover { background: #303030; color: #eee; }

#breadcrumbs { clear: both; font-size: 11px; padding: 12px 15px 0px 15px; display: block;}

#breadcrumbs a {
	color: #808080;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
.imageGallery {
	border-spacing: 5px;
	}		
	
.imageGallery img {
	border: 0px;
	}
	
.imageGallery a {
	text-decoration: none;
	width: 70px;
	padding: 65px 5px 10px 5px;
	display: block;
	}
		
.imageGallery td {
	width: 80px;
	font-size: 11px;
	text-align: center;
	}
	
.imageGallery td.alt {
	}

#content {
	float: left;
	width: 470px;
	padding: 15px;
	}
	
#content h1.title {
	font-size: 16px;
	color: #ff8e00;
	background: url(../siteimages/title-bg.gif) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	}
	
#side-content {
	float: left;
	background: #606060;
	width: 190px;
	margin: 0px 15px 15px 15px;
	padding: 15px;
	}
	
#side-content {
	font-weight: bold;
	}
	
#side-content h2 {
	color: #303030;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	
	}
	
#side-content ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-weight: normal;
	}

#side-content .subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#side-content .subnav ul li a {
	text-decoration: none;
	}
	
#side-content .subnav ul ul {
	padding: 5px 15px;
	margin-left: 10px;
	font-size: 11px;
	list-style: disc;
	color: #f6efc8;
	}
	
#side-content .subnav ul ul ul { list-style: circle;}
#side-content .subnav ul ul ul ul { list-style: square;}
	
#footer { 
	clear: both;
	padding: 15px;
	text-align: center;
	background: #606060;
	}