
* {
margin: 0px;
padding: 0px;
}

body 
{
background-image:url('/images/rustwallpaper.gif');
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 14px;
color: #080808;
text-align: center;
}

ul,ol,li   { margin: 0; padding: 0 }

p
{font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 14px;
color: #080808;
}

p.space
{font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 14px;
color: #080808;
padding-top: 10px;
padding-bottom: 20px;
}

p.menu
{
padding-top: 10px;
padding-bottom: 20px;
} 

p.menu:first-line
{
font-weight: bolder;
} 




h1
{
padding-top: 30px;
color: #422307;
font-family: arial;
font-size: 20px;
font-weight: normal;
text-transform: uppercase;
letter-spacing:5px;
border-bottom: 1px solid #422307;
}

h2
{font-variant: small-caps;
font-weight: bold;
padding-top:15px;


}

h3
{
font-variant: small-caps;
font-weight: bold;
color: #693B11;
letter-spacing:2px;
font-size: 18px;
}



blockquote
{
background-image: url(/images/quotes.png);
background-repeat: no-repeat;
font-family: lucida sans;
border: 1px dotted #C27934;
padding: 20px;
margin-bottom: 10px;
}

ul.none {list-style-type: none}

ul
{
list-style-type:square;
padding-left:30px;
margin:0px;
}

a:link {
	text-decoration: none;
color: #79231C;
font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #79231C;
}
a:hover {
	text-decoration: underline;
	color: #71130C;
}
a:active {
	text-decoration: underline;
	color: #71130C;
}





a:link {
border-color: #79231C;
}

a:visited {
border-color: #79231C;
}

a:active {
border-color: #71130C;
}

a:hover {
border-color: #71130C;
}

a:link img {
border: 2px solid #79231C;
}

a:visited img {
border: 2px solid #71130C;
}

a:active img {
border: 2px solid #71130C;
}

a:hover img {
border: 2px solid #71130C;
}





ul.none {list-style-type: none}



#container
{
margin-left: auto;
margin-right: auto;
width: 820px;
padding: 0px;
text-align: left;
margin-top: 0px;
margin-bottom: 0px;
}

#header
{
background-image:url('/images/header2.png');
background-repeat: no-repeat;
height: 218px;
}

#header h1 { margin: 0; }

#navigation
{
width: 800px;
text-align: center;
margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
padding-left: 60px;
}

#navigation ul
{
margin: 0px;
padding: 0px;
}

#navigation ul li
{
list-style-type: none;
display: inline;
}

#navigation li a
{
display: block;
float: left;
text-decoration: none;
}

#navigation li a:hover 
{
background-color: rgba(100%, 50%, 0%, 0.2) 
}










#content
{
clear: left;
padding: 0px;
margin: 0px;
}

#top
{
background-image:url('/images/top2.png');
background-repeat: no-repeat;
background-position: center bottom;
height: 9px;
margin: 0px;
padding: 0px;
display: block; 
}

#middle
{
background-image:url('/images/middle.png');
background-repeat: repeat-y;
background-position: center top;
margin: 0px;
padding:0px;
display: block; 
}

#middlecontent
{padding-right: 30px;
padding-left: 30px;
padding-top: 0px;
padding-bottom: 10px;
}

#bottom
{
background-image:url('/images/bottom2.png');
background-repeat: no-repeat;
background-position: center top;
height: 18px;
margin: 0px;
padding:0px;
display: block; 
}

#content h2
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
text-align: right;
padding: 20px;
height: 1%;
}

iframe
{color: #2D1404;
}




