html, body, #wrapper {
	margin: 0;
	padding: 0;
	background-color:#333333;
	background-repeat:repeat-x;
	margin: 0 auto;
	vertical-align: middle;
}

p	{
	font-size: 16px;	
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 10px;
	font-family: 'Goudy Bookletter 1911', serif;
	font-weight: normal;
	color: #999999;	
	}

h1 {
	font-size: 22px;
	font-family: 'Goudy Bookletter 1911', serif;
	margin-top: 5px;	
	margin-left: 12px;
	margin-right: 12px;
	font-weight: normal;
	color: #999999;
	}
h2 {
	font-size: 20px;
	font-family: 'Goudy Bookletter 1911', serif;
	margin-left: 12px;
	margin-right: 12px;
	font-weight: normal;
	color: #999999;
	}
h3 {
	font-size: 18px;
	font-family: 'Goudy Bookletter 1911', serif;
	margin-left: 12px;
	margin-right: 12px;
	font-weight: normal;
	color: #999999;
	}
h4 {
	font-size: 12px;
	font-family: 'Goudy Bookletter 1911', serif;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 10px;
	font-weight: normal;
	color: #000000;
	}
h5 {font-size: 14px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 0px;
	font-family: 'Goudy Bookletter 1911', serif;
	font-weight: normal;
	color: #999999;	
	}
h6 {font-size: 14px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 0px;
	font-family: 'Goudy Bookletter 1911', serif;
	font-weight: normal;
	color: #999999;	
	}

li
{
	font-size: 16px;
	margin-left: 20px;
	line-height: 0px;
	font-family: 'Goudy Bookletter 1911', serif;
	font-weight: normal;
	color: #999999;	
}

a:link    { color: #EAEAE2; font-size: 16px; font-family: 'Goudy Bookletter 1911', serif; text-decoration: none }
a:visited  { color: #EAEAE2; font-size: 16px; font-family: 'Goudy Bookletter 1911', serif; text-decoration: none }
a:hover    { color: #999999; font-size: 16px; font-family: 'Goudy Bookletter 1911', serif; text-decoration: none }

.table1 {
	background-color:#2E2E2E2E;
}

/*.navtxtboxone  { background-color: #5c5c5c; border: solid 1px #333333}
.navtxtboxonone  { background-color: #000000; border: solid 1px #333333 }
.navtxtboxdownone { background-color: #000000; border: solid 1px #333333 }

a.one:link    { color: #333333; font-size: 12px; font-family: 'Goudy Bookletter 1911', serif; text-decoration: none }
a.one:visited  { color: #333333; font-size: 12px; font-family: 'Goudy Bookletter 1911', serif; text-decoration: none }
a.one:hover    { color: #333333; font-size: 12px; font-family: 'Goudy Bookletter 1911', serif; text-decoration: none }
*/

.header {
	width:100%;
	height:62px;
	left:0;
	bottom:0;
	background-color:#2E2E2E2E;
}

.footer {
	width:100%;
	height:30px;
	left:0;
	bottom:0;
	background-color:#2E2E2E2E;
}

.leftimage{
float: left;
margin: 0 10px 10px 0;
}

.rightimage{
float: right;
margin: 0 0 10px 10px;
}

.midimage{
margin-top: 15px;
margin-bottom: 15px;
margin-right: 12px;
border: solid 3px #999999;
}

