* {
    padding: 0px;
    margin: 0px;
}

body {
    	text-align:center;
    	background-image:url(images/bknd_content.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#d2c8aa;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:18px;
}

a img { border:none; }

hr { border:0; color:#a03c28; background-color:#a03c28; height:1px; margin:20px; }


/****************** navigation *************/
#navigation {
	height:47px;
	background-image:url(images/bknd_nav.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	padding-top:8px;
	margin:auto;
	text-align:center;
	color:#3c2d10;
}

#navigation a:link, #navigation a:visited {
    	color: #3c2d10;
	text-decoration: none;
	margin:0px;
	padding:0px 6px 20px 6px;
}
#navigation a:hover, #navigation a:active {
	color: #ffffff;
	background-image:url(images/bknd_navON.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px 6px 30px 6px;
}

#container {
	text-align:center;
	width:790px;
	float:none;
	margin:auto;
	padding:20px 0px 0px 0px;

}

/****************** body content *************/
#body-text{
    	padding: 0px;
	margin: 0px auto;
    	float: left;
	text-align:left;
    	width: 470px;
	color:#3c2d10;
}

#body-text UL {
    list-style:square;
    padding: 5px 10px 5px 0px;
}

#body-text LI {
    padding-bottom:5px;
}

#body-text A:link, #body-text A:visited {
  text-decoration: underline;
  color:#3c2d10;
}

#body-text A:hover,#body-text A:active {
  text-decoration: none;
  color:#a03c28;
}

#body-text H1 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #a03c28;
    margin-bottom: 15px;
}

#body-text H2 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: bold;
    color: #a03c28;
}

#body-text P {
    margin-bottom: 15px;
}

#body-text TD {
	padding: 8px;
	border-bottom: 1px solid #a03c28;

}


/****************** LTcolumn *************/

#LTcolumn {
	padding:0px;
	margin:0px 18px 10px 0px;
    	float: left;
	text-align:left;
    	width: 292px;
	font-size:13px;
	line-height:18px;
	color:#3c2d10;
}

#LTcolumn H2 {
    	font-size: 14px;
    	font-weight: bold;
    	color: #a03c28;
	padding-bottom:12px;
}

#LTcolumn A:link, #LTcolumn A:visited {
  text-decoration: underline;
  color:#3c2d10;
}

#LTcolumn A:hover,#LTcolumn A:active {
  text-decoration: none;
  color:#a03c28;
}

/****************** footer *************/
#footer {
	width:790px;
	padding:0px;
	margin:auto;
	text-align:left;
	color:#3c2d10;
	line-height:16px;
	font-size:12px;
}
#footer A:link, #footer A:visited {
  text-decoration: underline;
  color:#3c2d10;
}

#footer A:hover,#footer A:active {
  text-decoration: none;
  color:#a03c28;
}