﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: gray;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	padding: 10;
	border-style: solid;
	border-width: 2px;
	border-color: #C0C0C0 #C0C0C0 #000000 #000000;
	width: 810px;
	margin: 0 auto;
	background-color: #27273A;
	color: #C0C0C0;
}
#masthead {
	border-style: solid;
	border-width: thin;
	border-color: #FFFFFF #FFFFFF #666666 #666666;
	text-align: center;
	width: 770px;
	padding: 10px 10px 0px 10px;
	background-color: #000000;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #3B3B3B;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#content {
	float: left;
	width: 640px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	border-style: solid;
	border-width: thin;
	border-color: #FFFFFF #FFFFFF #3B3B3B #3B3B3B;
	margin: 10px 10px 40px 10px;
	padding: 10px;
	text-align: center;
	clear: both;
	width: 770px;
	height: 36px;
	background-color: #000000;
	font-size: small;
	color: #3B3B3B;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	padding-top: 1px;
}
#navigation a {
	background-position: left center;
	border-color: #666666 #666666 #000000 #000000;
	border-width: thin;
	border-style: solid;
	color: #808080;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 26px;
	background-color: #000000;
	background-image: url('../images/linkscrew.gif');
	background-repeat: no-repeat;
}
#navigation a:hover {
	border-color: #000000;
	border-width: thin;
	border-style: solid;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}
#content h1 {
	color: #503750;
}
#content img {
	border-width: 0px;
	padding: 5px;
	text-align: center;
}
/* Footer Styles */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}