
@import url(menu.css );

html 
{
	margin: 0;
	padding: 0;
	background-color: #32311a;
}

body
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: justify;
	width: 752px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg_body.jpg) top left repeat-y;
}

#wrapper
{
	margin: 0 8px;
	background: url(../images/bg_wrapper.jpg) top left repeat;
}

.clearfix { clear: both; }

a img { border: none; }


/****** START header ******/

#header
{
	height: 140px;
}

#logo 
{
    
}

/****** END header ******/

/****** START index ******/

#content_wrapper
{
	margin: 0 28px;
	padding-bottom: 25px;
	*padding-bottom: 0px;
}

#content
{
	margin: 0 6px;
	*margin-bottom: 25px;
	padding: 0 5px;
}

span.hidden_h1 { display: none; }

#footer
{
	clear: both;
	height: 141px;
	margin: 0;
	padding: 15px 0 0 0;
	color: #ffffc7;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background: url(../images/bg_footer.jpg) top left no-repeat;
}
#footer a, #footer a:link, #footer a:visited
{
	color: #fff;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }

.footer_left
{
	float: left;
	width: 60%;
	padding-left: 34px;
}
.footer_right
{
	float: right;
	width: 30%;
	padding-right: 34px;
	text-align: right;
}
.footer_callus
{
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #e8e8b3;
}

.footer_number
{
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	color: #0f2006;
	font-style: italic;
}

/****** END index ******/
