body {
	text-align: center;
	font: 85% Georgia, Times, Serif;
	background: #000000 url(images/background.jpg) repeat-y top center;
	color: #333333;
	}

a {
	color: #996633;
	text-decoration: none;
	}
	
a img {
	border: 0px;
	}

ul li {
	list-style: square outside url("images/bullet.png");
	margin-bottom: 20px;
	}

h2 {
	font-size: 1.4em;
	color: #996633;
	}

#page {
	width: 910px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#header {
	background: transparent url('images/niagara_track_and_castings.jpg') no-repeat top left;
	height: 131px;
	width: 631px;
	}

#header h1 {
	display: none;
	}
	
#nav_bg {
	position: relative;
	width: 909px;
	height: 194px;
	background: #FFFFFF url('images/header_home.jpg') no-repeat top left;
	}

#navigation {
	position: relative;
	width: 909px;
	height: 194px;
	background: transparent url('images/header_home.jpg') no-repeat top left;
	}

#navigation ul {
	position: absolute;
	bottom: 20px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	}
	
#navigation ul li {
	display: block;
	list-style: none;
	float: left;
	margin: 0px 10px;
	}
	
#navigation ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
#navigation ul li a.current_page {
	color: #996633;
	}
#navigation ul li a:hover {
	color: #996633;
	}

#content {
	padding: 10px;
	}

#footer {
	background: transparent url('images/hr_bg.jpg') repeat-x top center;
	padding-top: 18px;
	height: 20px;
	padding-bottom:10px;
	margin: 0px 10px;
	clear: both;
	}

#footer p {
	margin:0px;
	padding:0px;
	}

#left_footer {
	float: left;
	}

#right_footer {
	float: right;
	}
	
.headerlink {
	height: 131px;
	width: 631px;
	}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
div.gallery {
	float: left;
	width: 430px;
	}

div.gallery img {
	float: left;
	margin: 10px;
	margin-top:0px;
	}