html {
	height: 100%;
	}
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #fff url(../images/bg.jpg) 0 0 repeat-x;
	font: 12px Verdana;
	color: #a89a89;
	}
#containerBg {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../images/bg_shadow.png) center top repeat-y;
	}
#container {
	display: block;
  position: relative;
  width: 985px;
  min-height: 100%;
  margin: 0 auto;
	}
* html #container {
  height: 100%;
	}
#header {
  display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 985px;
	height: 183px;		
	background: url(../images/bg_header.jpg) 0 0 no-repeat;
	}
#leftcol {
	display: block;
	float: left;
	width: 234px;
	height: 486px;
	margin: 0;
	padding: 0;
	background: url(../images/bg_nav.jpg) 0 0 no-repeat;
	}
#leftcol ul {
	display: block;
	position: relative;
	top: 40px;
	list-style-type: none;
	}
#leftcol ul li {
	margin: 6px 41px 4px 0;
	text-align: right;
	}
#content {
	display: block;
	float: left;
	width: 604px;
	height: auto;
	margin: 20px auto 0 25px;
  padding: 0 0 25px 0;
	font: 12px Verdana;
	color: #b2a698;
	}
div.clr {
	display: block;
	clear: both;
  padding: 0 0 35px 0;
}
div.title {
	display: block;
	position: relative;
	width: 598px;
	height: 32px;
	margin: 27px 0 10px 0;
	border-bottom: 1px dashed #996666;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
#cards {
	display: block;
	float: left;
	width: 605px;
	height: 359px;
	background: url(../images/card_pic.jpg) 0 0 no-repeat;
	}
#footer {
	display: block;
  position: relative;
  width: 985px;
	height: 41px;
	margin: -41px auto 0 auto;
	background: #fff url(../images/bg_footer.gif) 0 0 no-repeat;
	}
* html #footer { margin-top: -38px; }
	
#footer p {
	margin: 14px 0 0 20px;
	font: 11px Verdana;
	color: #a89a89;
	}
#footer p a:active,
#footer p a:link,
#footer p a:visited {
	margin-right: 10px;
	text-decoration: none;
	color: #a89a89;
	}
#footer p a:hover {
	text-decoration: underline;
	}

div.contentBox {
	display: block;
	position: relative;
	width: 598px;
	margin: 7px 0 10px 0;
	padding: 10px 0 5px 0;
	border-top: 1px dashed #996666;
	}

h1 {
	font: normal 30px Verdana;
	margin: 5px 0 10px 0;
	padding: 0;
	color: #774b48;
	}
h2 {
	font: normal 20px Verdana;
	line-height: 24px;
	margin: 5px 0 7px 0;
	padding: 0;
	color: #774b48;
	}
h2.brown {
	font: normal 16px Verdana;
	line-height: 22px;
	margin: 3px 0 7px 0;
	padding: 0;
	color: #8b7f71;
	}
h3 {
	font: normal 15px Verdana;
	line-height: 18px;
	margin: 5px 0 7px 0;
	padding: 0;
	color: #966860;
	}
	

p {
	margin: 7px 0 7px 0;
	line-height: 20px;
	color: #93877a;
	}
ul.compact {
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
}
ul.compact li {
	margin: 0;
	padding: 0;
}
	
a,
a:active,
a:link,
a:visited {
	color: #a89a89;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a.pdfLink {
	display: block;
	width: auto;
	height: 39px;
	margin: 10px 0 0 0;
	font: normal 12px Verdana;
	color: #93877a;
	text-decoration: none;
	}
a.pdfLink img {
	float: left;
	}
a.pdfLink h2 {
	float: left;
	margin: 6px 0 0 15px;
	}
a.pdfLink span {
	float: left;
	margin: 12px 0 0 10px;
	}
a.pdfLink h2:hover,
a.pdfLink span:hover {
	text-decoration: underline;
	}

img { border: 0; }

.main { font: normal 14px Verdana; }
.small { font-size: 11px; }
p.small { line-height: 15px; }
.red, a.red { color: #aa7170; }

