/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
}

h1, h2, h3, h4, h5, h6, strong {
	color: #331507;
}

p {
}

h1 {
	font-size:20px;
	font-weight:bold;
}

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:#052b00;
	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: 13px;
	line-height: 18px;
	color:#1e0a01;
	background: url(../images/bg.jpg) top center repeat-x #011600;
}


#wrapper {
width: 760px;
background: url(../images/wrapper-bg.jpg) top center;
margin: 0 auto;
}

#header{
width:760px;
height:300px;
background: url(../images/header.jpg) top center no-repeat;
margin:0 auto;
padding:0;

}

#menu
{
padding:250px 0 0 6px;
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:250px;
height:50px;
}

#menu ul li a:hover.menu_1,#menu ul li a.menu_1_active
{
background:url(../images/menu_1_hover.jpg);
width:250px;
height:50px;
}


#menu ul li a.menu_2
{
background:url(../images/menu_2.jpg);
width:250px;
height:50px;

}

#menu ul li a:hover.menu_2,#menu ul li a.menu_2_active
{
background:url(../images/menu_2_hover.jpg);
width:250px;
height:50px;

}



#menu ul li a.menu_3
{
background:url(../images/menu_3.jpg);
width:250px;
height:50px;

}

#menu ul li a:hover.menu_3,#menu ul li a.menu_3_active
{
background:url(../images/menu_3_hover.jpg);
width:250px;
height:50px;
}


	
#content {
width: 720px;
padding:5px 20px 0 20px; 
background: url(../images/contentbg.jpg) top center no-repeat;
margin:0 auto;
}


#footer { 
clear: both;
width: 760px;
height:22px;
text-align: center;
padding-top:40px;
font-size: 10px;
margin:0 auto;
background:url(../images/footer.jpg) top center no-repeat;
color:#a5a3a3; 

}

