* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #620d0c;
}

h1 {
	font-size:23px;
	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:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

p {
margin-bottom:15px;
line-height:120%;

}

body {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #370808;
	background: url(images/bg.gif) top left repeat-x #944e1d;
	text-align: center;
}

#container {
	margin: 0 auto;
	width:811px;
	text-align:left;
	padding-top:48px;
	
}

#header {
	width:811px;
	height:77px;
	background: url(images/header.jpg) top center no-repeat;
	background-color:#FFFFFF;
}

#menu
{
padding:0 0 0 0;
margin:0;
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:110px;
height:51px;
}

#menu ul li a:hover.menu_1,#menu ul li a.menu_1_active
{
background:url(images/menu_1_hover.jpg);
width:110px;
height:51px;
}

#menu ul li a.menu_2
{
background:url(images/menu_2.jpg);
width:179px;
height:51px;

}


#menu ul li a:hover.menu_2,#menu ul li a.menu_2_active
{
background:url(images/menu_2_hover.jpg);
width:179px;
height:51px;
}


#menu ul li a.menu_3
{
background:url(images/menu_3.jpg);
width:210px;
height:51px;

}


#menu ul li a:hover.menu_3,#menu ul li a.menu_3_active
{
background:url(images/menu_3_hover.jpg);
width:210px;
height:51px;
}



#content {
	width:811px;
	background:url(images/contentbg.jpg) repeat-y;
	margin:0 auto;
	float:left;
}


#content-left{
width:385px;
height:558px;
background:url(images/left-header.jpg) top left no-repeat;
float:left;
margin:0;

}



#content-right{
width:406px;
padding:0 10px;
float:right;
margin:0;
}


#footer {
	text-align:center;
	height:15px;
	background: url(images/footer.jpg) no-repeat;
	color:#ffffff;
	clear:both;
}

#footer2 {
	text-align:center;
	color:#ffffff;
	clear:both;
}
.clear{clear:both;}


	
