﻿
body {
	font: 100% "Bookman Old Style";
	background-image: url('web_background_web.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 830px;
	margin: 0 auto;
	padding: 2px;
	border-right: 2px;
	border-bottom: 2px;
	border-left: 2px;
	border-color: #221509;
	background-color: #2D1C0B;
	color: #BFB7AE;
	margin-top: 15px;
}
#masthead {
	font: normal normal bold 100% "Felix Titling";
	font-size: 12pt;
	text-align: right;
	width: 830px;
	padding: 2px;
	background-color: #2D1C0B;
	color: #BFB7AE;
}
#navigation {
	font-family: "Felix Titling";
	font-size: 10pt;
	font: normal normal bolder 100% "Felix Titling" ;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2D1C0B;
	color: #BFB7AE;
	width: 830px;
	margin-top: 10px;
}
#navigation2 {
	padding:2px;
	background-color: #2D1C0B;
	color: #BFB7AE;
	font-family:"Bookman Old Style";
	font-size:10pt;
}
#content {
	width:830px;
	background-color:#2D1C0B;
	color:#BFB7AE;
	font-family:"Bookman Old Style";
	font-size:11pt;
	padding:2px;
	margin: 0 auto;
}
#footer {
	font-family: "Bookman Old Style";
	font-size: 10pt;
	color: #BFB7AE;
	text-align: center;
	width: 830px;
	background-color: #2D1C0B;
	padding: 2px;
	margin: 0 auto;
}
/*Navigation Styles*/
#navigation ul{
	list-style-type: none;
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
}
#navigation li {
	float: left;
	display:block;
	margin: 0;
	padding: 0;
	border:1px;
	border-color:#BFB7AE;
	border-style:solid;
	background-color:#2D1C0B
}
#navigation a {
	color:#BFB7AE;
	display:block;
	padding:5px;
	background-color:#2D1C0B;
}
#navigation a:hover {
	font-weight:bold;
	font-style: oblique;
	text-decoration:none;
}
#navigation2 li {
	position: relative;
	float:left;
	display:block;
	border:1px;
	border-style: solid;
	border-color:#BFB7AE;
}
#navigation2 a {
	color:#BFB7AE;
	display:block;
	padding:5px;
	background-color:#2D1C0B;
}
#navigation2 a:hover {
	font-weight:bold;
	text-decoration:none;
}

/*Content Styles*/
h3 {
	color:#BFB7AE;
}
h2 {
	color:#BFB7AE;
}
#content h1 {
	color:#BFB7AE;
}
#content img {
	padding:5px;
	border:2px solid #BFB7AE;
}
a:hover {
	font-style: oblique;
}
