/* =================================== */ 
body {
	margin:0;
	background-color: #c6c09b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;

}

*, p {
	margin:0;
	padding:0;
	border:0;
}

/* =================================== */ 

#cont, #footerline {
	width:738px;
	margin: 0 auto;

}

#cont{
	background: #F2F0F0 url(images/cont_back.jpg) repeat-y top center;
}

#cmenu {
	height:53px;
	background: #E3E1E1 url(images/cont_menu.jpg) no-repeat top center;
}

#cmenu ul{
	position:relative;
	left: 150px;
	color:#A64B52;
	font-weight: bold;
	font-size: 18px;
}

#body {
	overflow:auto;
}


#body #header {
	background:url(images/headerimg.gif) bottom left repeat-x;
	margin: 0 4px 8px 20px;
	background-color:#F2F0F1;
}


#body .post {
	padding: 0 0 0 20px;
	margin-bottom:5px;
}

.post p {
	padding-top: 8px;
} 

.post table p, .post table b {
	padding:1px 0 0 8px;
} 

.post table td{
	vertical-align:top;
} 

.post table img, .post table p {
	padding-bottom: 12px;
} 

.post p img{
	padding: 6px 6px 0 0 ;
} 


#sidebar {
	float:right; 
	width: 260px;
	margin: 0 8px 20px 0;
	background: url(images/aboutus_back.jpg) repeat-y center;
}

	#sidebar div.about1head {
		background: url(images/aboutus1.jpg) no-repeat top left;
		height:49px;
	}

			.about1 p{
				padding:0 0 0 20px;
				color: #9F9F9F;
				font-size:14px;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-weight:bold;		
			}
			
			.about1 div{
				clear:both;	
				margin-top:27px;
			}

			.llink {
				color:#810202;
				text-decoration:underline;
				float:right;			
				padding: 14px 20px 0  20px;
			}
			
			
	.about2 {
		background:url(images/findus.gif) no-repeat top left;
		height:111px;
	}
	
	.left {
		float:left;
		padding: 18px 0 0 18px;
	} 
	
	.about2	.left {
		padding-top: 12px;
	} 
	
#footerline {
	background: url(images/cont_bot.jpg) top center no-repeat;
	height:10px;
	padding: 15px;
	color:#767575;
	font-size:10px;
	line-height: 15px;
}

	.fotl {
		float:left;
		padding-left:5px;
	}

	.fotr {
		float: right;
		text-align:right;
		padding-right:5px;
		margin-bottom:10px;
	
	}
		.fotr a {
			text-decoration:none;
			color:#767575;
		}
		
		.fotr img {
			vertical-align: middle;
		}
		
.active {
	border-bottom: 3px solid #A64B52;
	margin-bottom: -3px;
}

.clear {
	clear:both;
	}

