﻿
body
{
height:900px;
margin-left: auto;
margin-right: auto;
width: 50em;
background-image: url('images/bg.jpg');
background-color: #9E0508;
background-repeat: repeat-y;
background-position: center
}

#main
{
text-align:center;
top:0px;
height:auto;
width:800px;
position:absolute;
display:block;
background-image: url('images/bg2.jpg');
clear:both;
font-family:Tahoma , arial, helvetica, sans-serif;
}

#footer
{
text-align:center;
height:50px;
color: #ffffff;
font-family:Tahoma , arial, helvetica, sans-serif;
background-image: url("images/foot.gif");
background-repeat:no-repeat;
width:800px;
}


#title
{
top:35px;
height:50px;
background-image: url("images/top.jpg");
text-align:center;
width:800px;
}

#content
{
background-image: url('images/bg2.jpg');
}



#navcontainer
{
	background-color: #9a9696;
}
#navcontainer ul
{
text-align:center;
padding-left: 0;
margin-left: 0;
background-color: #9a9696;
color: White;
width: 854px;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background: #9E0508 url("images/button.jpg");
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #080808;
border-left: 1px solid #080808;

}
#navlist a {
	font-size:0.95em;
}
#navcontainer ul li a:hover
{
background: #9E0508 url("images/button2.jpg");
color: #9a9696;
}
.style1 {
	font-family: Tahoma;
	font-size: x-large;
}
.style2 {
	border-style: solid;
	border-width: 1px;
}
.style3 {
	color: #FFFFFF;
}
