body, html {
height:100%;
background-color: #000000;
font-family: Verdana;
margin: 0px;
padding: 0px;
}

#logobar {
width:900px;
margin: 0 auto;
height:150px;
}

#menubar {
width: 100%;
height: 45px;
background-image:url(images/menubg.jpg);
}

#menu {
width:900px;
margin: 0 auto;
}

#menulink a{
font-family: Arial Narrow;
text-transform: uppercase;
font-style:italic;
color: #FFF;
padding: 0px 15px 0px 15px;
font-size: 18px;
text-align:center;
text-decoration:none;
}

#menulink a:hover {
color: #c6b098;
text-decoration: underline;
}

#front {
width: 900px;
height: 450px;
margin: 0 auto;
}


#topbar01 {
width: 890px;
height: 50px;
margin: 0 auto;
text-align:right;
color: #FFF;
font-size: 50px;
padding: 145px 10px 5px 0px;
background-image:url(images/topbar01.jpg);
font-family: arial narrow;
 
}

#topbar02 {
width: 890px;
height: 50px;
margin: 0 auto;
text-align:right;
color: #FFF;
font-size: 50px;
padding: 145px 10px 5px 0px;
background-image:url(images/topbar04.jpg);
font-family: arial narrow;
}

#topbar03 {
width: 890px;
height: 50px;
margin: 0 auto;
text-align:right;
color: #FFF;
font-size: 50px;
padding: 145px 10px 5px 0px;
background-image:url(images/topbar03.jpg);
font-family: arial narrow;
}


#middlebar{
width: 100%;
height: 60px;
background-image:url(images/middlebarside.jpg);
}

#middle{
width: 900px;
height: 60px;
margin: 0 auto;
background-image:url(images/middlebar.jpg);
background-repeat:repeat-x;

}

#content {
width: 860px;
background-color:#987e67;
text-align:left;
color: #FFF;
padding: 10px 20px 10px 20px;
margin: 0 auto;
font-size: 12px;
line-height: 17px;
}

#frontcontent {
width: 900px;
background-color:#987e67;
margin: 0 auto;
}

#footerbar{
width: 100%;
height: 60px;
background-image:url(images/bottomside.jpg);
}

#footer{
width: 880px;
height: 15px;
padding: 30px 10px 10px 10px;
font-size: 10px;
color: #FFF;
margin: 0 auto;
background-image:url(images/bottommiddle.jpg);
background-repeat:repeat-x;

}

a:link, a:visited, a:active {
color: #FFF;
text-decoration: none;
border:0px;
text-decoration: none;
 }

a:hover {
color: #4b3d32;
text-decoration: underline;
border:0px;
}

#title {
font-family:impact;
font-size: 22px;
line-height: 26px;
color:#4a3e31;
}

#small {
font-size:10px;	
line-height: 12px;
}