﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#container {
	background: url('../images/backgrounds/bkgd_tile2.gif');
	width: 970px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
#masthead {
	margin-right: 10px;
	margin-left: 10px;
	background: url('../images/backgrounds/banner-background-wide.jpg');
	text-align: right;
	width: 950px;
	height: 161px;
}
#navigation {
	background-color: #9D4342;
	width: 950px;
	height: 40px;

	margin-right: 10px;
	margin-left: 10px;
}
#column_l {
	width: 920px;
	margin: 0 0 0 10px;
	padding: 10px 10px 10px 10px;
	height: auto;
}
#footer {
	width: 950px;
	height: 160px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	background: url('../images/backgrounds/footer-background-wide.jpg');
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	display: block;
	padding: 5px;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


