body {
	margin: 0 0 0 0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#562d00;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#FFFFFF;
}

#header{
   background-image:url(../images/main_bg.jpg);
   background-position:top;
   background-repeat:no-repeat;
   height:440px;
   }
   
#hea1{
   background-image:url(../images/hea1.jpg);
   background-position:top;
   background-repeat:no-repeat;
   height:160px;
   }
   
   
#inner{
   background-image:url(../images/inner.jpg);
   background-position:top;
   background-repeat:no-repeat;
   height:110px;
   }   

#inbg{
   background-image:url(../images/innerbg.jpg);
   background-repeat:repeat-y;
   background-position:top center;
   
   }  


#footer{
   background-image:url(../images/footer.jpg);
   background-repeat: no-repeat;
   background-position:top center;
   height:50px;
   
   }  



a:link {
	color: #ffdebb;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffdebb;
}
a:hover {
	text-decoration: none;
	color: #bb6e1b;
}


h3{
font-size:18px;
}

.boxtex{
	font-size:12px;
	color:#FFFFFF;
	padding:15px;
	font-weight: normal;
}

.d:link {
	color: #FFFFFF;
	text-decoration:underline;
}
.d:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
.d:hover {
	color: #ffdebb;
	text-decoration:underline;
}
.d:active {
	color: #FFFFFF;
	text-decoration:underline;
}

