﻿@import url("layout.css");
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url('../images/cardboardbg.gif');
}
#container {
	background-color: #fff;
	background: url('../images/gowbg.gif');
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px;
	border-left: 2px solid #725972;
	position: relative;
}
#navigation {
	float: left;
	width: 165px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}
#content {
	float: none;
	width: 550px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 10px;
	text-align: center;
}
#footer {
	text-align: inherit;
	clear: both;
	width: 80%;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #000000;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 165px;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px none;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px hidden;
	font-weight: bolder;
}
#navigation a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #000000;
}
h5 {
	color: #000000;
}
h4 {
	color: #000000;
}
h3 {
	color: #000000;
}
h2 {
	color: #000000;
}
#content h1 {
	color: #000000;
}
#content img {
	padding: 5px;
	border: 1px #000000 solid;
}
/* Footer Styles */
#footer p {
	color: #000000;
}
#footer a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}