﻿@import url("layout_index.css");
body {
font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #130907;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#content {
	font: normal normal normal 100% "Futura Lt BT";
	float: left;
	width: 698px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding: 1px;
	border: 1px solid #431;
	background-color: #130907;
	background-image: url("../images/ ");
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: "Futura Lt BT";
}
/* Masthead Styles */
#masthead h1 {
	color: #ffffff;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
}
/* Content Styles */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #c82;
}
h3 {
	color: #c82;
}
h2 {
	color: #ffffff;
}
#content h1 {
	color: #ffffff;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #742;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
