/*CSS Document*/

@font-face {  
  font-family: Zapfino;  
  src: url(http://www.katie-chris.thisisja.net/fonts/Zapfino.dfont);  
} 

body#body{
	font-family:Georgia;
	background-color:#7F5C32;
	text-align:center;
}
div.contentArea{
	margin:30px 0 0 0;
	width:660px;
	/*border: 5px solid #6C8F3D;*/
	border: 5px solid #3D2C18;
	color: #333333;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFAE9;
}
div.mainContent{
	width:650px;
	color: #333333;
	margin:8px 8px 8px 8px;
}

div.mainContent p{
	font-size:.9em;
	text-align:left;
}
div.float{
	margin:10px;
	float:left;
	width:200px;
	height:200px;
}

div.imgBoots, div.imgKC, div.imgKH{
	border-top: 5px solid #3D2C18;
	background-color:#3D2C18;
}

div.imgKH{
	margin:0 0 -4px 0;
}
div.imgKH img{
	margin:0;
	border:0;
}
div.title{
	width:670px;
	color:#ffffff;
	/*line-height:40px;*/
	padding:7px 0 7px 0;
	/*background-color:#FFFAE9;*/
	background-color:#3D2C18;
	font-family:Zapfino, cursive;
	font-size:1.6em;
	margin:-40px 0px 0px -5px;
}
div.title p{
	color:#ffffff;
	font-family: Garamond;
	font-size: 1em;
	text-align:center;
	margin:-11px 15px 0px 0px;
}
div.footer{
	width:660px;
	text-align:center;
	font-family:Georgia;
	font-size:12px;
	line-height:20px;
	vertical-align:middle;
	color:#ffffff;
	background-color:#7F5C32;
	margin-left:auto;
	margin-right:auto;
}

/****************Navigation Styles*****************/
div#nav1{
	/*float:right;*/
	width:100%;
	vertical-align:top;
	text-align:center;
	/*margin-top:-150px;*/
	padding-right:0px;
	font-family:Georgia;
	font-size:14px;
	border-top:1px solid #3D2C18;
	border-bottom:1px solid #3D2C18;
}
div#nav1.green{
	background-color: #6C8F3D;
}
div#nav1.purple{
	background-color:#8A6D8F;
}
div#nav1.orange{
	background-color:#D98854;
}
div#nav1.blue{
	background-color:#75AED9;
}
div#nav1.grey{
	background-color:#707070;
}
div#nav1 a {
	font-weight: bold;
	text-decoration:none;
	padding: 4px;
	color:#2B2D30;
	/*vertical-align:bottom;*/
	line-height:23px;
}
div#nav1 a:hover{
	font-weight: bold;
	text-decoration:none;
	padding:4px;
	color:#FFFFFF;
	border-bottom: 4px solid #3D2C18;
border-top: 4px solid #3D2C18;
	line-height:23px;
}


/**** Headers ****/
h1{
	width:645px;
	color:#333333;
	line-height:40px;
	background-color:#FFFAE9;
	font-family:"Zapf Chancery", cursive;
	font-size:1.5em;
	margin:10px 4px 10px 4px;
	text-align:center;
}
h2{
	width:645px;
	color:#333333;
	line-height:40px;
	background-color:#FFFAE9;
	font-family:"Zapf Chancery", cursive;
	font-size:1em;
	margin:4px 4px 8px 4px;
	text-align:left;
	text-decoration:underline;
}
h3{
	width:645px;
	color:#333333;
	line-height:40px;
	background-color:#FFFAE9;
	font-family:"Zapf Chancery", cursive;
	font-size:1em;
	margin:10px 4px 10px 4px;
	text-align:center;
}
div ul li{
text-align:left;
font-size:.9em;
}	
div.header{
	background-color:#3D2C18;
}