@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	background-color:#5E2605;/* brown */
	font-family: 'orbitronbold';
}
html {
	overflow-y: scroll;
}
.container {
	width: 100%;
	overflow:hidden;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top: 110px;
}
.roof {
	width: 100%;
	top: 0;
	left: 0;
	background-image: url(../Little%20House%20Woodcarving/Shingles.jpg);
	background-repeat: repeat-x;
	height:120px;
	z-index:35;
	background-attachment: fixed;
	background-position: top;
	position: fixed;
}
.sub {
	position:absolute;
	top:0;
	bottom:0;
	width: inherit;
	min-height: 500px;
}
.sub.leftcontent {
	left:0;
	background-image: url(../Little%20House%20Woodcarving/wooden-boards-1.jpg);
	background-repeat: repeat-y;
	background-position: right;
	z-index:1;
}
.sub.rightcontent {
	right:0;
	background-image: url(../Little%20House%20Woodcarving/wooden-boards-1.jpg);
	background-repeat: repeat-y;
	background-position: left;
	z-index:1;
}
.centercontent {
	width: 1000px;
	position:relative;
	overflow:hidden;
	background-color:#FFF; /* white */
	margin-left: auto;
	margin-right: auto;
	border-right:2px solid #5E2605;/* brown */
	border-left:2px solid #5E2605;/* brown */
	z-index:3;
}
.centertable {
	width: 1000px;
	position:relative;
	overflow:hidden;
	background-color:#FFF; /* white */
	margin-left: auto;
	margin-right: auto;
}
select {
	border: 1px double #5E2605;/* brown */
	background:#FCC165;/*tan */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width: auto;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-right:2em;
	margin-left:2em;
}
p.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #5E2605;/* brown */
	font-weight:bold;
	padding-top: 15px;
	text-shadow: 2px 2px 2px #999;
	text-align: center;
	margin: .6em 0 .8em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #5E2605;/* brown */
	font-weight:bold;
	text-shadow: 2px 2px 2px #999;
	text-align: center;
	margin: .6em 0 .8em;
	display:block;
}
.header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #5E2605;/* brown */
	font-weight:bold;
	text-shadow: 2px 2px 2px #999;
	margin: .6em 0 .8em;
	margin-right: 2.2em;
	margin-left: 2.2em;
	margin-bottom: 1.5em;
}
.header-text-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5E2605;/* brown */
	font-weight:bold;
	text-align: center;
	text-shadow: 2px 2px 2px #999;
	margin: .6em 0 .8em;
	
}
.img_frame {
	margin-left: 1em;
	border: 1px solid #000;
	padding: 5px;
}
.clearboth {
	clear: both;
}
.floatright {
	float: right;
	margin-right: 2em;
}
.floatleft {
	float: left;
	margin-left: 2em;
	margin-right: 2em;
}
.float_left {
	float: left;
	margin-right: 2em;
	margin-left: 2em;
	clear: both;
}
.float_right {
	float: right;
	margin-left: 2em;
	margin-right: 2em;
	clear: both;
}
.column_left {
	float: left;
	width: 50%;
}
.column_right {
	float: right;
	with: 50%;
}
.split_container_left {
	display: inline;
	width:50%;
	clear: left;
	float: left;
}
.split_container_right {
	display: inline;
	width:50%;
	clear: right;
	float: right;
}
.buffer {
	padding: 4px;
	background-color:#5E2605;/* brown */
	margin-bottom:20px;
}
img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto/* to center an image */
}
.thumbnail {
	float: left;
	width: 130px;
	height: 128px;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
	background-color:#FCC165;/*tan */
	border: 2px solid #5E2605;/* brown */
}
.thumbnail:hover {
	color:#000;
	background-color:#5E2605;/* brown */
	border: 2px solid #FCC165;/*tan */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
}
p.right {
	text-align: right;
	font-style: italic;
}
/*Navagation link
------------------------------------------*/

.cssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	display: block;
	height: 40px;
	text-transform: uppercase;
	font-size: 13px;
	background-color: #FCC165;/*tan */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width: auto;
}
.cssmenu li {
	display: block;
	float: left;
	margin: 0;
	pading: 0;
	border-right: 3px solid #ffffff;/* white */
}
.cssmenu li a {
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	padding: 12px 20px 0 25px;
	height: 40px;
}
.cssmenu li a:hover {
	color: #FFF;
	background-color:#5E2605;/* brown */
}
.dropcap {
	float: left;
	width: 0.8em;
	font-size: 3em;
	line-height: 100%;
	color: #5E2605;/* brown */
	background-color: #FCC165;/*tan */
	font-family: 'KingthingsCalligraphica2Rg', Arial, sans-serif;
	clear:left;
	margin-right:5px;
	text-align:center;
	border: 1px solid #5E2605;/* brown */
}
.footer {
	width: 100%;
	height: 200px;
	bottom: 0;
	background-color:#5E2605;/* brown */
}
@font-face {
 font-family: 'KingthingsCalligraphicaLight';
 src: url('Kingthings_Calligraphica_Light-webfont.eot');
 src: url('Kingthings_Calligraphica_Light-webfont.eot?#iefix') format('embedded-opentype'), url('Kingthings_Calligraphica_Light-webfont.woff') format('woff'), url('Kingthings_Calligraphica_Light-webfont.ttf') format('truetype'), url('Kingthings_Calligraphica_Light-webfont.svg#KingthingsCalligraphicaLight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'KingthingsCalligraphica2Rg';
 src: url('Kingthings_Calligraphica_2-webfont.eot');
 src: url('Kingthings_Calligraphica_2-webfont.eot?#iefix') format('embedded-opentype'), url('Kingthings_Calligraphica_2-webfont.woff') format('woff'), url('Kingthings_Calligraphica_2-webfont.ttf') format('truetype'), url('Kingthings_Calligraphica_2-webfont.svg#KingthingsCalligraphica2Rg') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'KingthingsCalligCalligraphica';
 src: url('Kingthings_Calligraphica_Italic-webfont.eot');
 src: url('Kingthings_Calligraphica_Italic-webfont.eot?#iefix') format('embedded-opentype'), url(fonts/'Kingthings_Calligraphica_Italic-webfont.woff') format('woff'), url(fonts/'Kingthings_Calligraphica_Italic-webfont.ttf') format('truetype'), url(fonts/'Kingthings_Calligraphica_Italic-webfont.svg#KingthingsCalligCalligraphica') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'orbitronbold';
 src: url('orbitron-bold-webfont.eot');
 src: url('orbitron-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('orbitron-bold-webfont.woff') format('woff'),  url('orbitron-bold-webfont.ttf') format('truetype'),  url('orbitron-bold-webfont.svg#orbitronbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'orbitronlight';
 src: url('orbitron-light-webfont.eot');
 src: url('orbitron-light-webfont.eot?#iefix') format('embedded-opentype'),  url('orbitron-light-webfont.woff') format('woff'),  url('orbitron-light-webfont.ttf') format('truetype'),  url('orbitron-light-webfont.svg#orbitronlight') format('svg');
 font-weight: normal;
 font-style: normal;
}
#footer-wrap {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:2;
}
#footer-container {
	height: 20px;
	background-color: #5E2605;/* brown */
	padding-top: 5px;
}
#footer {
	margin: 0 auto;
	position: relative;
}
p.style2 {
	font-family: 'Orbitron', Arial, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: 500;
	padding-right: 20px;
	text-align: right;
	text-decoration:none;
	color: #999;
}
p.style2 a:link {
	text-align: right;
	font-family: 'Orbitron', Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding-right: 20px;
	text-decoration:none;
	color: #999;
}
p.style2 a:active {
	font-family: 'Orbitron', Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding-right: 20px;
	text-decoration:none;
	color: #FCC165;/*tan */
}
p.style2 a:hover {
	font-family: 'Orbitron', Arial, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	font-weight: 500;
	text-decoration:none;
	color: #FCC165;/*tan */
	text-shadow: 3px 3px 3px #000;
}
