*{
	margin: 0;
	padding: 0;
}
body {
	font: normal 12px arial, tahoma, georgia;
	background: #fff url(../images/whole_background.jpg) repeat-x;
	width: 100%;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.navigation a {
	text-decoration: none;
	display: block;
	font: bold 16px garamond,arial, tahoma;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding-left: 30px;
	
}
.navigation a:hover {
	color: #b9dcdb;
	background:  url(../images/hover.jpg) no-repeat;
	
}
.heading {
	color: #6c5735;
	font: normal 26px garamond, arial, tahoma;
	float: left;
	
}
.text {
	width: 380px;
	line-height: 24px;
	float: left;
}
.text a{
	color: #888;
}
.text a:hover{
	color: #ddd;
}
.home .navigation a.home,
.aboutus .navigation a.aboutus,
.contactus .navigation a.contactus{
	text-decoration: underline;
}
/******************Footer***********************/

#footer {
	height: 70px;
	width: 100%;
	background: #bbe9e8 url(../images/footer_bg.jpg) repeat-x;
	
	text-align: center;
	color: #715d10;
	margin-top: 20px;
}
#footer p {
	margin: 0 120px 0 120px;
}
#footer  p a {
	color: #715d10;
	font: normal 12px verdana, arial, tahoma;
	text-decoration: none;

}
#footer a:hover {
	color: #333;
}
#footer .copy {
	color: #6c5735;
	font: normal 14px garamond, arial, tahoma;
	text-align: center;
	padding: 20px 0;
	
}

