a {
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

img {
	border: none;
}

html {
	background-image:url(../graphics/wood.jpg);
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
}

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

td.header {
	height: 100px;
	width: 960px;
	background-image:url(../graphics/header3.png);
}

td.footer {
	height: 48px;
	width: 960px;
	font: 10pt Verdana;
	color: white;
	background-color: #000;
	text-align: center;
}

table.content {
	width: 960px;
	height: 100%;
	background-color: #FFFFFF;
}

td.content {
	margin: 0px;
	padding: 20px;
	font: 10pt Verdana;
	width: 960px;
}

.title {
	font-weight: bold;
	font: 20pt Verdana;
	color: #bb4400;
	padding-bottom: 3px;
}

.subtitle {
	color: #444444;
	font-size: 10px;
}

td.header_navbar{
	height: 33px;
	background-image:url(../graphics/bar.png);
	background-repeat:repeat-x;
	width: 960px;
}
	
ul.header_navbar {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	list-style-position:outside;
}
	
li.header_navbar_navbutton {
	display: inline;
	height: 0px;
	margin: 0px;
	padding: 0px;
	width: 0px;
	text-align: center;
}

a.header_navbar_navbutton {
	background-image: url(../graphics/bar.png);
	background-repeat: no-repeat;
	background-size: 85px 33px;
	display: block;
	float: left;
	height: 33px;
	margin: 0px;
	padding: 0px;
	width: 100px;
	text-align: center;
	font: 8pt Verdana;	
	line-height: 33px;
	color: #898989;
	overflow: hidden;
}
