/**
 * 100% height layout with header and footer
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: black;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}

a {
	color: #CCCCCC;
}

p { 

	text-align: justify;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */

	background:#000000;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding: 1px 0 0 0;
	background-image: url(images/wood9.jpg);
	background-color:#FFFFFF;
	text-align: center;
}

#header h1 {
	color:#FFFFFF;
	margin: .3em 0 .25em 0;

}
#header h2 {
	color:#FFFFFF;
	margin: .25em;
}
#header_home {
	text-align: center;
	margin: 0 0 12px 0;
	padding: 1px 0 0 0;
	height: 140px;
	background: center repeat-x	url(images/wood13.jpg);
}
#header_home h1 {
	color:#FFFFFF;
	margin-bottom: .25em;
	padding-top: .4em;
}
#header_home h2 {
	color:#FFFFFF;
	margin-top: .25em;
}
#nav {
	background-image: url(images/wood11.jpg);
	text-align: center;
	margin: 0;
	padding: 0 5px;
	line-height: 200%;
}
#nav p {
	text-align: center; 
	vertical-align: middle;
}
#nav a {
	padding: 0 1em;
	color:#663300;
	font-weight: bold;
}

div#content {
	padding: 0 1em 5em 1em; /* bottom padding for footer */
}
	div#content p {
		padding:0 1em;
	}

div#footer {
	clear: both;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background: center repeat-x	url(images/wood1.jpg);	
	color: #FFF3E8;
	text-align: center;
	font-size: 80%;
}
	div#footer p {
		padding: 1em;
		margin:0;
		text-align: center;
	}
	div#footer a{
	color: #FFF3E8;
}

img.left {
	float: left;
	margin: .5em; 
}
img.right {
	float: right;
	margin: .5em;
}
.center {
	text-align: center;
	margin: auto;
}
.text-right {
	text-align: right;
}
img {
	margin: .5em;
	border: thin inset;
}
table {
	margin: auto;
}
tr {
	vertical-align: top;
}
td {
	padding: .3em; 
}
table#control {
	height: 100%;
	margin: 0;
	padding: 0;
}
table#control td {
	margin:0;
	padding: 0;
}
div#tablefooter {
	width:100%;
	background: center repeat-x	url(images/wood1.jpg);	
	color: #FFF3E8;
	text-align: center;
	font-size: 80%;
	clear: both;
}
	div#tablefooter p {
		padding: 1em;
		margin:0;
		text-align: center;
	}
	div#tablefooter a{
	color: #FFF3E8;
}
.photo {
	font-size: 75%;
}
div.indent {
	margin-left: 450px;}
.indent  p {
	margin: 0 0 0 20px;
  text-indent: -35px;
  text-align: left;
}

