	/* CSS DOCUMENT */

*{ margin:0; padding:0;}
html
{
background:url(../images/html_bg.jpg);
}

body{ 
margin:0; 
padding:0;

background:url(../images/body_bg.jpg) repeat-x;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#364444;
line-height:1.7em;

}

#header
{
width:847px;
height:484px;
background:url(../images/header.jpg) no-repeat;

margin:0 auto;

}
#wrapper
{
width:847px;


overflow:hidden;


margin:0px auto 0 auto;
}
#content
{
background:url(../images/content_bg.jpg) repeat-y;

text-align:justify;


}

#content_inner
{
padding:20px 50px 20px 50px;
}

#content img
{
padding-right:20px;
float:left;
}



/**********menu************/

#menu
{

padding:0;
margin:0;
height:43px;
overflow:hidden;
float:left;

}

#menu ul
{
padding:0;
margin:0;
}
#menu ul li
{
display:inline;
}

#menu ul li a
{
display:block;
float:left;
}


#menu ul li a span
{
display:none;
}

#menu ul li a.menu_1
{
background:url(../images/menu_1.jpg);
width:112px;
height:43px;

}

#menu ul li a.menu_2
{
background:url(../images/menu_2.jpg);
width:125px;
height:43px;

}

#menu ul li a.menu_3
{
background:url(../images/menu_3.jpg);
width:138px;
height:43px;

}


#menu ul li a.menu_4
{
background:url(../images/menu_4.jpg);
width:87px;
height:43px;

}

#menu ul li a.menu_5
{
background:url(../images/menu_5.jpg);
width:87px;
height:43px;

}

#menu ul li a.menu_6
{
background:url(../images/menu_6.jpg);
width:84px;
height:43px;

}

#menu ul li a.menu_7
{
background:url(../images/menu_7.jpg);
width:104px;
height:43px;

}

#menu ul li a.menu_8
{
background:url(../images/menu_8.jpg);
width:110px;
height:43px;

}








/*********************/



/*******menu_hover********/
#menu ul li a:hover.menu_1,#menu ul li a.menu_1_active
{
background:url(../images/menu_1_hover.jpg);
width:112px;
height:43px;

}

#menu ul li a:hover.menu_2,#menu ul li a.menu_2_active
{
background:url(../images/menu_2_hover.jpg);
width:125px;
height:43px;

}

#menu ul li a:hover.menu_3,#menu ul li a.menu_3_active
{
background:url(../images/menu_3_hover.jpg);
width:138px;
height:43px;

}


#menu ul li a:hover.menu_4,#menu ul li a.menu_4_active
{
background:url(../images/menu_4_hover.jpg);
width:87px;
height:43px;

}

#menu ul li a:hover.menu_5,#menu ul li a.menu_5_active
{
background:url(../images/menu_5_hover.jpg);
width:87px;
height:43px;
}

#menu ul li a:hover.menu_6,#menu ul li a.menu_6_active
{
background:url(../images/menu_6_hover.jpg);
width:84px;
height:43px;
}

#menu ul li a:hover.menu_7,#menu ul li a.menu_7_active
{
background:url(../images/menu_7_hover.jpg);
width:104px;
height:43px;
}

#menu ul li a:hover.menu_8,#menu ul li a.menu_8_active
{
background:url(../images/menu_8_hover.jpg);
width:110px;
height:43px;
}



/**********************/








a
{
color:#44310A;
text-decoration:none;
}
a:hover
{
text-decoration:underline;

}
.clear
{
clear:both;
}

#footer
{
width:847px;
position:relative;


margin:0 auto;


padding-top:30px;
background:url(../images/footer.jpg) no-repeat;
padding-bottom:43px;


}
#footer a
{
color:#fff;
}
#footer p
{
padding:0px;
font-size:11px;
text-align:center;
color:#fff;

}

