/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	font-size:small;
	color:#393733;
	background-color: black;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top:0px;
	margin-right:auto;
	margin-bottom: 0px;
	margin-left:auto;
}

h2 {
	font-family: verdana, helvetica, arial, serif;
	font-size: 1em;
	margin-top: 0.1em;
	margin-right: 0px;
	margin-bottom: 0.1em;
	margin-left: 0.2em;
}
a:link {
	color: #303030;
	text-decoration: none;
}


h1 {
	font-family: verdana, helvetica, arial, serif;
	font-size: 1em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
.content_img {
	border: medium double #706C63;
}

	h2 {
		color:#C62F09;
	}
	h1 {
		color:#E3B002;
	}

p { 
	line-height:1; 
	margin:0 0 1em;
}
.std_text {
	padding: 5px;
}


div#container {
	position:absolute;
	left:50%;
	width:754px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #b2ab9e;
	border-right-style: ridge;
	border-left-style: groove;
	border-right-color: #a45000;
	border-left-color: #a45000;
	border-right-width: 3px;
	border-left-width: 3px; /* center, not in IE5 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: -377px;
}

div#header {
	background-color: #303030;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 123px;
	padding-bottom: 10px;
	text-align: right;
	vertical-align: bottom;
}
.navmenu {
	margin-top: 48px;
}
.cellpadding {
	margin: 2px;
	padding: 8px;
}
.oldphoto_pad {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}



	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0px;
	border-top:3px double gray;
	background-color: #968C7A;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
#copy, #copy TD	{	color: #D3D0CB; font-size:9px;	}

#copy A	{ text-decoration : none ;  color: #FFC18A; }
#copy A:hover	{ text-decoration : none ; color: #706C63; }

#download a:link {
	font-weight: bold;
	color: #303030;
	text-decoration: none;
	font-size: 9px;
}

#download a:hover {
	font-weight: bold;
	color: #FF4C00;
	text-decoration: none;
	font-size: 9px;
}

#download a:visited {
	font-weight: bold;
	color: #303030;
	text-decoration: none;
	font-size: 9px;
}
a:hover {
	color: #FF4C00;
	text-decoration: none;
}
a:visited {

	color: #303030;
	text-decoration: none;
}
#download a {

	font-weight: bold;
	color: #303030;
	text-decoration: none;
	font-size: 9px;
}
#history a {
	font-size: 11px;
	font-weight: bold;
}
