html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0 auto;
	background: #474747 url('pics/bg.jpg') repeat-y fixed center top;
    color: #525252;
	width:775px;
    font-family: calibri, verdana;
	font-size: 12px;  
}

p {
	padding: 5px 20px 5px 20px;
}

h1 {
	padding: 0 0 0 20px;
	color: #b47607;
}

h2 {
	color: #f2b00a;
	padding: 0 0 0 25px;
}

td {
	background-color: f2b00a;
}
a.td:hover {border-style: inset;}

div#container {
	position: relative; 
	height: auto !important;
	height: 100%;
	min-height: 100%;
    width: 775px;
	background-color:#fff9e4;
	color:#000000;
	border: 0px;
}

.table {
	z-index: 2;     
	text-align:right;
	width: 775px;
	position: relative;
	top: 290px;
}

#logo {
	border: none;
	background-color:#7a776e;     
	text-align:center;
}

.floatright {
	float:right;
}

.leftpic{
	padding: 20px 16px 20px 0;
	position: relative;
}

.centerpic {
	padding: 20px 0 20px 0;
	position: relative;
}

.rightpic {
	padding:20px 0 20px 16px;
	position: relative;
}

.lefttext {
	text-align: left;
	z-index: 3;
	position: relative;
}

.centertext {
	text-align: center;
	z-index: 2;
	position: relative;
}

.righttext {
	text-align: right;
	z-index: 1;
	position: relative;
}

.subpagenav {
	position: relative;
	bottom: 10px;
	text-align: center;
	font-size: 12px;
	padding: 3px 0 3px 0;
}

.picturetable {
	position: relative;
	padding: 20px 16px 20px 16px;
	text-align: center;
	border: 0px;
}

.lcolumn {
	width: 377.5px;
	vertical-align: top;
}

.rcolumn {
	width: 377.5px;
	vertical-align: top;
}

.column {
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 0px;
}

#footer {
	border-top:2px double #000000;
	padding: 20px 0 20px 0; 
	background-color:#fff9e4;
	color:#000000;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}