*{
	margin: 0;
	padding: 0;
}
body {
	font: normal 12px arial, tahoma, georgia;
	background: #fff url(../images/whole_bg.jpg) repeat-x;
	width: 100%;
	margin: 0 auto;
}

.clear {
	clear: both;
}
tr.navigation a {
	text-decoration: none;
	
	font: bold 14px tahoma,arial, tahoma;
	text-decoration: none;
	color: #898989;
	padding-left: 30px;
	text-align: center;
	
}
.navigation a:hover {
	color: #ddd;

	
}
.heading {
	color: #6c5735;
	font: normal 26px garamond, arial, tahoma;
	
}
tr.text p {
	margin: 0 auto;
	line-height: 24px;
	background: #f0f0f0;
	width: 675px;
}
.text a{
	color: #888;
}
.text a:hover{
	color: #ddd;
}
p.information,p.information a  {
	font: normal 25px  georgia;
	color: #7d7d7d;
	padding: 0 !important;
}
.home .navigation a.home,
.aboutus .navigation a.aboutus,
.contactus .navigation a.contactus{
	color: #333;
}
ol {
	width: 675px;
	margin: 0 auto;
	padding-left: 40px;
}
ol li {
	margin-top: 12px;
	line-height: 20px;
}
/******************Footer***********************/

#footer {
	height: 70px;
	width: 100%;
	text-align: center;
	color: #000;
	margin-top: 20px;
}
#footer p {
	margin: 0 120px 0 120px;
}
#footer  p a {
	color: #000;
	font: normal 12px verdana, arial, tahoma;
	text-decoration: none;

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

