﻿/* CSS layout */
/* designed by - Russell Barton */
/* Adoratek Web Design */
/* http://adoratek.com */
/* --------------------------------------------------------- */
/* Please do not steal my work. My children need to eat too.
/* --------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}
#masthead {
	height: 150px;
	background-image: url('images/header_bg.png');
}
#header {
	width: 800px;
	height: 150px;
	margin: auto;
	background-image: url('images/header.png');
}
#top_nav {
	height: 43px;
	background-image: url('images/navbar_bg.png');
}
#top_nav_container {
	width: 800px;
	height: 43px;
	margin: auto;
	background-image: url('images/navbar.png');
}
#top_nav_container ul {
	display: inline;
	float: left;
	list-style-type: none;
	list-style-position: inside;
	height: 30px;
	width: 788px;
	margin: 4px;
}
#top_nav_container li {
	margin: 3px;
}
#top_nav_container a {
	border-style: hidden;
	padding: 3px 4px 2px 4px;
	margin-right: 7px;
	margin-left: 7px;
	border-width: 1px;
	float: right;
	text-align: center;
	clear: none;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #C0C0C0;
}
#top_nav_container a:hover {
	border: 1px solid #CC0000;
	padding: 2px 4px 2px 4px;
	margin-right: 6px;
	margin-left: 6px;
	float: right;
	text-align: center;
	clear: none;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
#content {
	margin: auto;
	width: 800px;
	background-color: #DAD2AF;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-left-color: #666666;
	border-right-style: solid;
	border-left-style: solid;
}
#left_col {
	padding: 10px;
	float: left;
	width: 550px;
	height: auto;
}
#right_col {
	padding: 10px;
	float: left;
	width: 208px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #996633;
}
#footer {
	background-image: url('images/footer.png');
	width: 800px;
	height: 42px;
	margin: auto;
	clear: left;
}
#footer ul {
	list-style-type: none;
	width: 800px;
	height: 40px;
	position: static;
	clear: both;
	margin-left: 0px;
}
#footer li {
	text-align: center;
	width: 800px;
	vertical-align: middle;
	clear: both;
	padding-top: 10px;
}
#footer a {
	margin-right: 15px;
	margin-left: 0px;
	text-decoration: none;
	font-size: small;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #C0C0C0;
	vertical-align: middle;
	margin-top: 0px;
}
#footer a:hover {
	margin-right: 15px;
	margin-left: 0px;
	text-decoration: none;
	font-size: small;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #CC0000;
	vertical-align: middle;
}
#sub_footer {
	width: 800px;
	margin: auto;
	font-size: small;
	text-align: center;
	color: #333333;
}
