	/* CSS DOCUMENT */

*{ margin:0; padding:0;}

body{ 
margin:0; 
padding:0;

background:url(../images/body_bg.jpg) repeat-x #dcac73;

font-family: Verdana, Geneva, sans-serif;
font-size:12px;
color:#5a4e44;
line-height:150%;

}


#header
{
width:764px;
height:493px;
background:url(../images/header.jpg) no-repeat;
margin:0 auto;

}

#wrapper
{
width:764px;
background:#FFFFFF;

overflow:hidden;


margin:0px auto 0 auto;
}
#content
{
background:url(../images/content_bg.jpg) repeat-y;

text-align:justify;


}

#content_inner
{
padding:20px 30px 20px 30px;
}

#content img
{
padding-right:20px;
float:left;
}



/**********menu************/

#menu
{
padding:0;
margin:0;
height:38px;
overflow:hidden;
padding-top:54px;
float:right;

}

#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:61px;
height:38px;

}

#menu ul li a.menu_2
{
background:url(../images/menu_2.jpg);
width:119px;
height:38px;

}

#menu ul li a.menu_3
{
background:url(../images/menu_3.jpg);
width:125px;
height:38px;

}
#menu ul li a.menu_4
{
background:url(../images/menu_4.jpg);
width:71px;
height:38px;

}
#menu ul li a.menu_5
{
background:url(../images/menu_5.jpg);
width:65px;
height:38px;

}




/*********************/



/*******menu_hover********/
#menu ul li a:hover.menu_1,#menu ul li a.menu_1_active
{
background:url(../images/menu_1_hover.jpg);
width:61px;
height:38px;

}

#menu ul li a:hover.menu_2,#menu ul li a.menu_2_active
{
background:url(../images/menu_2_hover.jpg);
width:119px;
height:38px;

}

#menu ul li a:hover.menu_3,#menu ul li a.menu_3_active
{
background:url(../images/menu_3_hover.jpg);
width:125px;
height:38px;

}
#menu ul li a:hover.menu_4,#menu ul li a.menu_4_active
{
background:url(../images/menu_4_hover.jpg);
width:71px;
height:38px;

}
#menu ul li a:hover.menu_5,#menu ul li a.menu_5_active
{
background:url(../images/menu_5_hover.jpg);
width:65px;
height:38px;

}

/**********************/








a
{
color:#a55523;
text-decoration:none;
}
a:hover
{
text-decoration:underline;

}
.clear
{
clear:both;
}

#footer
{
width:764px;

margin:0 auto;
padding-top:40px;
background:url(../images/footer.jpg) no-repeat;

}
#footer p
{
color:#fff;
padding:0px;
font-size:11px;
text-align:center;

}
#footer a
{
	color:#fff;
}
p
{
	padding-bottom:10px;
	}