html, body {
	width: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #706f6e;
	font-family: Calibri;
	background-image: url('../img/back.jpg'); 
	background-repeat: repeat-x;
}
#body {
	margin: 0px auto;
	width: 1000px;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	position: relative;
	background-color: #FFFFFF;
	
}
#header {
	width: 100%;
	height: 318px;
	position: relative;
	background-image: url('../img/header1.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#tel a {
	
	height: 30px;
	font-size: 20px;
	color: #FFFFFF;
	position: absolute;
	left: 240px;
	top: 242px;
	text-decoration:none;
}
#lsidebar {
	float: left;
	width: 168px;
	padding-right: 20px;
}
#menu {
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
	margin-top: 20px;
	list-style: none;
}
#menu li {
	padding-left: 20px;
	padding-bottom: 15px;
}
#menu a {
	display: block;
	margin-left: -20px;
	padding: 2px;
	padding-left: 20px;
	width: 146px;
	background-color: #7F7F7F;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	/*font-weight: bold;*/
}
#menu li.cur a, #menu a:hover {
	background-color: #990100;
}
#lsidebar img {
	margin-left: 20px;
}
#content {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 30px;
	float: left;
	width: 772px;
}
#content p {
	text-indent: 20px;
	text-align: justify;
	margin-bottom: 5px;
	font-size: 18px;
}
h1 {
	font-size: 24px;
	text-align: center;
	margin-left: 10px;
	margin-top: 5px;
}
h2 {
	text-align: center;
}
#hide_footer {
	height: 171px;
}
#footer {
	position: relative;
	height: 171px;
	width: 1000px;
	margin: -171px auto 0px auto;
	background-image: url('../img/footer.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}
#c {
	position: absolute;
	padding-top: 15px;
	height: 28px;
	width: 819px;
	left: 0px;
	bottom: 0px;
	background-color: #7F7F7F;
}
#c a {
	color: #333333;
	text-decoration: none;
	margin-left: 30px;
	font-size: 14px;
}
.clear {
	clear: both;
}

#txt{
text-align:justify;
}

#seo a
{
position:absolute;
top:137px;
left:760px;
text-decoration:none;
color: #FFFFFF;
}
