/* CSS Document */
body
{
margin:0px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
background:#000;
}

#wrapper
{
margin:auto;
width:1000px;
height:auto;
}

.header_area
{
width:1000px;
height:335px;
background: url(../images/top-bg.jpg);
}

.logo
{
background:url(../images/logo.jpg) no-repeat;
width:384px;
height:34px;
margin-bottom:25px;
margin-left:26px;
margin-top:25px;
}

.header
{
/*background:url(../images/header.jpg) no-repeat;*/
margin-left:40px;

}

.menu
{
background:url(../images/menu.jpg) no-repeat;
width:948px;
height:86px;
margin-left:26px;
}

.menu_flash
{
margin-left:25px;
position:relative;
z-index:-1px;
margin-top:-65px;
}

.content_area
{
width:1000px;
height:480px;
background: url(../images/body-bg.jpg) repeat-y;
}


.content
{
margin-left:26px;
font-size:14px;
text-align:left;
font-weight:normal;
padding-top:40px;
padding-left:40px;
padding-right:40px;
color:#d8cda7;
overflow:hidden;
}

/*footer*/

#footer
{
width:1000px;
height:auto;
float:left;
background:url(../images/footer-tail.jpg) repeat-x;
}

#footer_content
{
margin-left:26px;
font-size:11px;
text-align:left;
font-weight:normal;
padding-left:40px;
padding-top:25px;
padding-bottom:25px;
color:#d8cda7;
}

#footer_content a
{
font-weight:bold;
color:#d8cda7;
text-decoration:underline;
}

#footer_content a:hover
{
font-weight:bold;
color:#d8cda7;
text-decoration:none;
}
p
{
padding:0px;
margin:0px;
}


.header_flash
{
margin-left:26px;
}
.title{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
margin-left:26px;
color:#c8c8c7;
text-transform:uppercase;
padding-left:40px;
padding-top:25px;
}