*{
	margin: 0;
	padding: 0;
}
body {
	font: normal 12px arial, tahoma, georgia;
	background: #39300d url(../images/background.jpg) top center no-repeat;
	width: 100%;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.navigation a {
	text-decoration: none;
	display: block;
	font: bold 14px arial, tahoma;
	text-transform: uppercase;
	text-decoration: none;
	color: #670013;
	font-style: italic;
	height: 24px;
	padding-left: 30px;
	width: 100px;
}
.navigation a:hover {
	color: #7e676b;
	background:  url(../images/hover.jpg) no-repeat;
	height: 24px;
}
.home .navigation a.home,
.aboutus .navigation a.aboutus,
.contactus .navigation a.contactus{
	background:  url(../images/hover.jpg) no-repeat;
}
table.text {
	background:  url(../images/text_bg.jpg) repeat-y center center; 
}
table.text p {
	font: normal 16px "Comic Sans Ms", Georgia;
	color: #5c5c5c;
	width: 370px;
	padding-left: 15px;
}
table.text p a{
	font: normal 16px "Comic Sans Ms", Georgia;
	color: #5c5c5c;
}
table.text p a:hover {
	color: #aaa;
}
ol.tips {
	margin: 20px 35px; font: 12px arial, tahoma;
}
ol.tips li {
	margin-top: 14px;
}
/******************Footer***********************/

#footer {
	height: 100px;
	width: 100%;
	background: #39300d;
	border-top: 1px #2b2303 solid;
	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: #4f420f;
}
#footer .note {
	color: #4f420f;
	margin: 23px;
	font: normal 12px verdana, arial, tahoma;
	text-align: center;
}

