/* CSS Document */

body
{
margin:0px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
background:#fff url(../images/bodybg.jpg) repeat-x top;
}

#wrapper
{
margin:auto;
width:1000px;
height:auto;
}

.header_area
{
width:1000px;
height:387px;
background: url(../images/header_area.jpg) no-repeat;
}

.menu
{
margin-left:30px;
margin-bottom:30px;
}

.header
{
background:url(../images/header.jpg) left top no-repeat;
width:668px;
height:278px;
margin-left:310px;
float:left;
position:relative;
margin-top:-30px;
margin-bottom:25px;
}

.header_flash
{
float:left; background:url(../images/header.jpg) left top no-repeat;
padding:11px 13px 11px 11px; 
position:relative;
margin-left:327px;
margin-top:-35px;
}

.content_area
{
width:1000px;
height:auto;
padding-bottom:35px;
}

.title
{
font-size:30px;
text-align:left;
font-weight:normal;
padding-left:40px;
padding-right:40px;
padding-bottom:20px;
color:#575757;
}
.content
{
font-size:12px;
text-align:left;
font-weight:normal;
padding-left:40px;
padding-right:40px;
color:#949494;
overflow:hidden;
width:920px;
}

.strip
{
border-top:#e4e4e4 solid 2px;
width:1000px;
font-size:0px;
}


/*footer*/

#footer
{
width:100%;
height:auto;
float:left;
}

#footer_content
{
font-size:11px;
text-align:left;
font-weight:normal;
padding-left:40px;
padding-top:25px;
padding-bottom:25px;
color:#949494;
}

#footer_content a
{
color:#0677a3;
text-decoration:underline;
}

#footer_content a:hover
{
color:#0677a3;
text-decoration:none;
}
p
{
padding:0px;
margin:0px;
}


a{ color:#0677a3; text-decoration:underline; }
a:hover { color:#0677a3; text-decoration:none; }
