/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

h1, h2, h3, h4, h5, h6, strong {
	color: #6d4f2c;
	margin-bottom: 20px;
}

p {
margin-bottom: 20px;
}

h2 {
	font-size:18px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

.center { text-align: center; padding: 0 0 50px 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color:#443017;
	background: url(../images/bg.jpg) top center repeat-x #e7c997;
}


#wrapper {
width: 846px;
margin: 0 auto;
background: url(../images/wrap-bg.jpg) top center repeat-y;
}

#header{
width:846px;
height:326px;
background: url(../images/header.jpg) top center no-repeat;
margin:0 auto;
padding:0;

}

#menu
{
padding:271px 0 0 101px;
overflow:hidden;

}

#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:200px;
height:45px;
}

#menu ul li a:hover.menu_1,#menu ul li a.menu_1_active
{
background:url(../images/menu_1_hover.jpg);
width:200px;
height:45px;
}


#menu ul li a.menu_2
{
background:url(../images/menu_2.jpg);
width:225px;
height:45px;

}

#menu ul li a:hover.menu_2,#menu ul li a.menu_2_active
{
background:url(../images/menu_2_hover.jpg);
width:225px;
height:45px;

}



#menu ul li a.menu_3
{
background:url(../images/menu_3.jpg);
width:228px;
height:45px;

}

#menu ul li a:hover.menu_3,#menu ul li a.menu_3_active
{
background:url(../images/menu_3_hover.jpg);
width:228px;
height:45px;

}


	
#content {
width: 676px;
padding:0 85px; 
background: url(../images/contentbg.jpg) top center no-repeat;
margin:0 auto;
}


#footer { 
clear: both;
width:846px;
height:38px;
padding-top:25px;
text-align: center;
font-size: 10px;
margin:0 auto;
background:url(../images/footer.jpg) top center no-repeat;
color:#cbe0f0; 

}

