@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
}
body{
	margin:0;
	padding:0;
	text-align:center;
	font:Helvetica, Arial, sans-serif;
	background-color:#D7D9DA;
	height:100%;
}

div#mainWrapper{
	margin:0 auto;
	text-align:center;
	width:830px;
	background-image:url(shadow.png);
	background-repeat:repeat-y;
	position:relative;
	min-height:100%;
}
* html .mainWrapper{
	height:100%;
}
div#sideSpace{
	width:15px;
	height:200px;
	float:left;
}
div#header{
	width:800px;
	height:150px;
	background-image:url(header.gif);
	background-repeat:no-repeat;
	float:left;
}
div#mainNav{
	width:800px;
	height:30px;
	float:left;
	
}
div#mainNav ul{
	display:table;
	padding:0;
	margin:15px auto;
	list-style-type:none;
}
* html .mainNav ul {
  display:inline-block;    /* for IE only */
  width:1px;               /* IE will expand 1px width to fit menu width */
  padding:0 2px;           /* fix bug in IE to get border spacing correct */
  }
div#mainNav li{
	border-left:2px solid #FCB321;
	text-align:center;
	float:left;
	padding:0 16px;
}
div#mainNav li:first-child{
	border:none;
}
div#mainNav a{
	color:#000;
	font:9pt Helvetica, Arial, sans-serif;
	font-weight:bolder;
	text-decoration:none;
	display:block;
	text-align:center;
}
* html .mainNav a {
  display:inline-block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */
}
div#mainNav a:hover{
	color:#BD6F56;
}
div#emptySpace{
	width:800px;
	height:40px;
	float:left;
}
div#image{
	width:490px;
	height:615px;
	float:left;
	margin-left:45px;
	margin-bottom:35px;
	background-repeat:no-repeat;
	text-align:left;
}
div#textBlock{
	width:220px;
	float:left;
	padding:0 20px 35px 25px;
	text-align:left;
}
.firstWord{
	color:#720000;
	font:11pt Helvetica, Arial, sans-serif;
	font-weight:bold;
}
div#textBlock,div#image,div#footer {
	font:10pt/14pt Helvetica, Arial, sans-serif;
	color:#000;
}
div#textBlock p{
	margin:-3px 0 0 0;
	padding:0;
	padding-bottom:1em;
}
div#image p{
	margin:-3px 0 15px 0;
}
div#footerWrapper{
	margin:0 auto;
	text-align:center;
	width:830px;
}
div#footer{
	width:800px;
	height:20px;
	margin-left:15px;
	
	background-color:#BD6F56;
	top:-20px;
	position:relative;
}

.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}

