/* CSS Document */
body {
margin-top: 0px;
margin-bottom: 20px;
margin-right: 0px;
margin-left: 0px;
background-image: url("http://www.keenevalleylodge.com/new/images/BackgroundTan.jpg");
}


/*Bodytext*/



.text p, li, td{
	font-family: arial;
	font-size: 14px;
    line-height: 120%;
	color: #3c2e1d;
	text-align: left;
}

.text a{
	font-family: arial;
	font-size: 14px;
	text-decoration: underline;
	line-height: 120%;
	color: #682923;
}

.text a:hover{
	text-decoration: underline;
	line-height: 120%;
	color: #39100c;
}


.smalltext {
	font-family: arial;
	font-size: 12px;
    line-height: 130%;
	color: #3c2e1d;
	text-align: left;

}

.smalltext a{
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	line-height: 130%;
	color: #682923;
}

.smalltext a:hover{
	text-decoration: underline;
	line-height: 130%;
	color: #39100c;
}




.lightbox{
	border: 0px;
}






/*H1-Sub Headers*/


h1{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 110%;
	color: #3C2E1D;
	text-align: left;
}

h2{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #3C2E1D;
	text-align: left;
}



/*Footer Navigation-Text*/


.footertext{
	font-family: arial;
	font-size: 12px;
	line-height: 140%;
	color: #af865a;
	text-align: left;
}

.footertext a{
	font-family: arial;
	font-size: 12px;
	line-height: 140%;
	text-decoration: underline;
	font-weight: none;
	color: #f1d7ac;
	text-align: left;
}

.footertext a:hover{
	text-decoration: underline;
	line-height: 140%;
	font-weight: none;
	color: #af865a;
	text-align: left;
}



/*Table*/

#TBL1{
padding: 0px;
width:100%;

}

#TBL1 td {
padding:0px;
}

#TBL1 .td_green {
background-image: url("http://www.keenevalleylodge.com/new/images/HeadingGreen.jpg");

}

#TBL1 .td_brown {
background-image: url("http://www.keenevalleylodge.com/new/images/NavigationBrown.jpg");

}

#TBL1 .td_tan {
background-image: url("http://www.keenevalleylodge.com/new/images/BackgroundTan.jpg");

}

#TBL1 .td_brownbar {
background-image: url("http://www.keenevalleylodge.com/new/images/BrownFooterBar.jpg");

}


#TBL2{
padding: 0px;
width:950px;
vertical-align:middle;
}

#TBL2 td {
padding:7px;
vertical-align:center;
}

#TBL2 .td_texture {
background-image: url("http://www.keenevalleylodge.com/new/images/sidebartexture.jpg");

}

#TBL2 .td_lighttan {
	background-color:#F6E9CD;
}


