﻿@import url("layout.css");
body {
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('../images/bktile.jpg');
	background-repeat: repeat-y;
	background-color: #000000;
}
#container {
	background-color: #fff;
}
#masthead {
	text-align: left;
	background-color: #fff;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}
#navigation {
	border-width: 0px;
	border-style: solid;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-image: url('../images/nav.jpg');
	border-top-color: #808080;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 5px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px 0 2;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px 28px 5px 27px;
	border: 0px solid #dbf;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 0px solid #b9d;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: medium;
	color: #000;
}
h2 {
	font-size: large;
	font-style: normal;
	color: #CC3300;
	padding-top: 5px;
}
h3 {
	font-size: medium;
	font-style: normal;
	color: #333333;
	text-align: center;
}
h4 {
	font-size: medium;
	font-style: normal;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Footer */
#footer p {
	padding: 30 0 0 0;
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.bottomphoto {
	text-align: center;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	background-position: center;
	bottom: 0px;
}
#masthead2 {
	text-align: left;
	background-color: #fff;
}

