* {
    padding: 0px;
    margin: 0px;
}

body {
    	text-align:center;
	background-color:#2c090d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#c0b6b7;
}

a img { border:none; }

hr { border:0; color:#976e34; background-color:#976e34; height:1px; margin:12px 0px 12px 0px; }

#container {
	background-image:url(images/bknd_content.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

#containerINT {
	background-image:url(images/bknd_interior.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

#wrapper {
	text-align:center;
	overflow:hidden;
	width:902px;
	margin:auto;
	padding:0px;
}
/****************** navigation *************/

#navigation {
	float:none;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	line-height:22px;
	color:#000000;
	padding:34px 8px 5px 0px;

}
#navigation A:link, #navigation A:visited {
  	text-decoration: none;
  	color:#000000;
}

#navigation A:hover,#navigation A:active {
  	text-decoration: underline;
  	color:#ffffff;
}

/****************** interior shadded box *************/
#shading {
	background-image:url(images/bknd_interiorcontent.jpg);
	background-repeat:repeat-y;
	width:902px;
	margin:auto;
	padding:0px;
	overflow:hidden;
}

/****************** interior left column *************/
#LTinterior {
	width:325;
	float:left;
	margin:auto;
	padding:20px 0px 15px 20px;
}
/****************** interior text blocks *************/
#interiortext{
    	padding: 40px 20px 20px 0px;
	margin: 0px auto;
	text-align:left;
    	width: 520px;
	float:right;
	color:#b8abac;
}

#interiortext A:link, #interiortext A:visited {
  text-decoration: underline;
  color:#b8abac;
}

#interiortext A:hover,#interiortext A:active {
  text-decoration: none;
  color:#a17439;
}

#interiortext H1 {
    font-size: 24px;
    font-weight: bold;
    color: #a17439;
    margin-bottom:8px;
    font-family: Maiandra GD;
}

#interiortext p {
    margin-bottom:15px;
}

#interiortext strong {
	font-family: Maiandra GD; 
	font-weight: bold;
	font-size:18px;
	padding-top:12px;
	line-height:22px;
}

#interiortext UL {
    list-style:square;
    padding: 0px 10px 0px 30px;
}

/****************** homepage left column *************/
#LTcolumn {
	width:450;
	float:left;
	margin:auto;
	padding:0px 0px 0px 15px;
}

/****************** homepage right column *************/
#RTcolumn {
	width:450;
	float:right
}

/****************** body content *************/
#homepage{
    	padding: 20px 0px 10px 0px;
	margin: 0px auto;
	text-align:right;
    	width: 900px;
	color:#b8abac;
}

#homepage A:link, #homepage A:visited {
  text-decoration: underline;
  color:#3c2d10;
}

#homepage A:hover,#homepage A:active {
  text-decoration: none;
  color:#4a301f;
}

#homepage H1 {
    font-size: 14px;
    font-weight: bold;
    color: #b8abac;
}

/****************** footer *************/
#footer {
	width:900px;
	padding:0px 0px 10px 0px;
	margin:auto;
	text-align:right;
	color:#9d6830;
}
#footer strong {
	font-size:15px;

}
#footer A:link, #footer A:visited {
  text-decoration: underline;
  color:#9d6830;
}

#footer A:hover,#footer A:active {
  text-decoration: none;
  color:#9d6830;
}

/****************** form styles *************/
.inputFormButton { color: #fff; background-color:#2c090d; }