body 
{
margin: 0px;
/*background-image: url(../images/background.png);
background-repeat: repeat;*/
background-color: #e5e5e5;
font-family: Verdana,Arial,Helvetica,Sans-serif;
color: #000000;
}


h1 
{
font-size: 22px;
font-weight: 400;
}


p 
{
margin: 0px 0px 0px 0px;
}


a 
{
color: #000000;
text-decoration: none;
}


a:hover 
{
text-decoration: underline;
}


a.white 
{
color: #ffffff;
text-decoration: none;
}


a:hover.white 
{
text-decoration: underline;
}


#pagebox 
{
margin-right: auto;
margin-left: auto;
width: 1024px;
background-color: transparent;
}


#header 
{
float: left;
display: inline;
width: 1024px;
height: 118px;
margin: 0px 0px 0px 0px;
background-image: url(../images/header.png);
}


#menu 
{
float: left;
display: inline;
width: 1024px;
height: 42px;
margin: 0px 0px 0px 0px;
background-image: url(../images/menu_background.png);
}


#menucenter 
{
margin-right: auto;
margin-left: auto;
width: 440px;
height: 42px;
}


#main 
{
float: left;
display: inline;
width: 1020px;
min-height: 450px;
margin: 0px 0px 0px 0px;
background-color: #ffffff;
border-right: 2px solid #ffffff;
border-left: 2px solid #ffffff;
}


#textcontent 
{
float: left;
display: inline;
width: 940px;
min-height: 450px;
margin: 14px 0px 0px 40px;
font-size: 12px;
line-height: 25px;
background-color: #ffffff;
}


#footer 
{
float: left;
display: inline;
width: 1020px;
height: 50px;
margin: 0px 0px 0px 0px;
background-image: url(../images/footer.png);
border-right: 2px solid #663300;
border-left: 2px solid #663300;
border-bottom: 2px solid #663300;
}


#footerspace 
{
position: absolute;
width: 300px;
font-size: 11px;
}


#footercopy 
{
position: absolute;
width: 110px;
top: 22px;
left: 20px;
font-size: 9px;
color: #ffffff;
}


#footerlinks 
{
position: absolute;
width: 400px;
top: 13px;
left: 300px;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #ffffff;
}


#blank 
{
float: left;
display: inline;
width: 1024px;
height: 30px;
margin: 0px 0px 0px 0px;
background-color: transparent;
}


.menulist 
{
display: block;
margin: 0px;
padding: 0px;
}


.menuhead 
{
float: left;
position: relative;
list-style: none;
}


.menulink 
{
display: block;
width: 140px;
height: 23px;
background-image: url(../images/menu.png);
background-repeat: repeat-x;
border: 1px solid #9e9e9e;
font-size: 13px;
font-weight: bold;
color: #663300;
text-decoration: none;
text-align: center;
padding: 5px 0px 0px 0px;
margin: 5px 0px 0px 5px;
}


.menuhead:hover a.menulink 
{
background-image: url(../images/menu_hover.png);
background-repeat: repeat-x;
text-decoration: none;
}


.menudown 
{
position: absolute;
visibility: hidden;
padding: 0px;
margin: 0px;
}


.menuhead:hover ul.menudown 
{
visibility: visible;
width: 140px;
top: 35px;
left: 5px;
background-color: #d9d9d9;
border-left: 1px solid #9e9e9e;
border-right: 1px solid #9e9e9e;
list-style: none;
}


.menudown li a 
{
display: block;
width: 140px;
font-size: 12px;
font-weight: normal;
line-height: 25px;
color: #663300;
text-decoration: none;
text-align: center;
margin: 0px 0px 0px 0px;
border-bottom: 1px solid #9e9e9e;
}


.menudown li:hover a 
{
background-color: #c9c9c9;
}