/* CSS Document */


a:link, a:visited {
	color: #5B4A31;
}

a:hover, a:active  {
	color: #847A49;
}

.aboutphoto {
	float: left;
	margin: 15px;
	border: solid 2px #3D2918;


}

body {
	background-image: url(images/wallpaper.gif);
	background-repeat: repeat;
	text-align: center;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3D2918;
	line-height: 1.6em;
}

#columnleft {
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-right: inherit;
	padding-bottom: inherit;

}


#columnright {
	float: left;
	width: 410px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 60px;
	margin-left: 90px;
	text-align: justify;
	
}
	

#container  {
	width: 799px;
	text-align: left;
	margin: 0 auto;
	border: solid 4px #3F150F;
	background-color: #F2EFE4;

}

#contact {
	margin-left: 100px;

}

#content {
	background-color: #F2EFE4;
	width: 799px;
	height:auto !important;
	height:615px;

}

#footer {
	clear: both;
	text-align: center;

}

#go {
	font-size: 9px;
	text-align: center;
	margin: 5px 0 12px 0;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #6f1a20;
	text-align: center;
	padding: 10px 0 0 0;

}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #6f1a20;
	text-align: left;

}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #3D2918;
	text-align: left;

}

#headertop {
	text-align: center;
	padding-top: 12px;

}

.photo {
	border: solid 2px #3D2918;

}

#hometable {
	text-align: center;
	margin-left: 70px;
	/*padding-top: 10px;*/

}

hr{
	border: dotted 1px #6F1A20;
}

#illustration {
	text-align: center;

}

#masthead {
	background: url(images/kkbanner.jpg);
	width: 799px;
	height: 135px;
	border-bottom: solid 4px #3F150F;
	
}

#quote {
	font-style: italic;
	text-align: center;
}

table#pictureshow{
 	/*padding: 10px;*/
	text-align: center;

}


ul#contentbullet {
	
	margin-right: 20px;
	/*list-style-image: url('images/bulletpaw.gif');*/
	
}

ul#contentbullet li {
	list-style-type: none;
	padding: 0 13px 13px 23px;
	background: url(images/bulletpaw.gif) no-repeat 0px -1px;
}

ul#navlinks {
	padding: 12px 0;
	width: inherit;
	margin: 0 0 10px 10px;
}


ul#navlinks li {
	display: inline;
	list-style-type: none;
	width: 800px;
	margin: 0;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 12px;
}

ul#navlinks li a {
	
	text-decoration: none;
	padding: .6em .4em .4em 1.2em;
}

