* {
	padding:0;
	margin:0;
}
body {
	width:100%;
	background-image: url(images/page-background.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
A {
	text-decoration: underline;
	font-weight: bold;
}
A:link {
	color: #990000;
	text-decoration: underline;
}
A:visited {
	color: #990000;
	text-decoration: underline;
}
A:hover {
	color: #990000;
	text-decoration: underline;
}
#header {
	background-image: url(images/background.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color:#999966;
	height: 60px;
	margin: auto;
	padding: 0px;
	overflow: hidden;
	white-space: nowrap;
}
#header h1 {
	font-size:24px;
	color: #663333;
	text-align: left;
	padding-left: 140px;
	padding-top: 18px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1em;
}
.headertag {
	font-size:16px;
	color: #666633;
	text-transform: uppercase;
	font-weight: normal;
}
.herocontainer {
	margin: 0 auto;
	text-align:center;
}
.herobackground {
	background-color:#663333;
	margin: 0 auto;
	text-align:center;
	padding: 10px 0 10px 0;
}
.herobackground h1 {
	font-size:24px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1em;
	padding: 0;
	margin: 0;
	text-align:center;
}

.herotag {
	font-size:18px;
	color: #ccc;
	text-transform: uppercase;
	font-weight: normal;
}

#nav {
	background-color: #fff;
	height: 40px;
	margin: auto;
	text-align:left;
	padding-left: 131px;
	padding-top: 6px;
	white-space: nowrap;
	overflow:hidden;
}
#nav li {
	display: inline;
	list-style-type: none;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
#nav a, #nav a:visited {
	padding: 1px 5px 0px 21px;
	background-image:  url(images/navbut_off.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #999966;
	text-decoration: none;
}
#nav a:hover {
	background-image:  url(images/navbut_on.gif);
	color: #663333;
}
#selected a:link, #selected a:visited, #selected a:hover {
	background-image: url(images/navbut_on.gif);
	color: #663333;
}
#main {
	padding-left: 140px;
	padding-right: 150px;
	padding-bottom: 40px;
	padding-top: 0px;
	margin: 0 auto;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	font-size: 12px;
	color: #000;
	vertical-align: top;
	margin: 0px;
	text-align: left;
	line-height: 1.4em;
}
#main ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	list-style: square outside;
	padding-left: 25px;
	text-align: left;
	line-height: 1.4em;
}
#main li {
	padding-top: 8px;	
}
h1 {
	font-size: 21px;
	color: #663333;
	text-align: left;
	padding-top: 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 1em;
}
h2 {
	font-size: 16px;
	color: #663333;
	text-align: left;
	padding-top: 8px;
	margin: 0px;
	line-height: 1.6em;
}
h3 {
	padding-top: 8px;
	font-size: 14px;
	color: #663333;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	line-height: 1.6em;
}
#footer {
	background-image: url(images/background.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color:#999966;
	height: 40px;
	margin: auto;
	padding: 0;
}
#footer p {
	color:#666633;
	font-size: 10px;
	margin-left: 140px;
}
#footer a:link {
	color: #663333;
	text-decoration: underline;
}
#footer a:visited {
	color: #663333;
	text-decoration: underline;
}
#footer a:hover {
	color: #663333;
	text-decoration: underline;
}
.fineprint {
	font-size: 10px;
	margin-bottom: 0px;
}
.floatright {
	float: right;
	clear: none;
	margin-left: 10px;
}
.floatleft {
	float: left;
	clear: none;
	margin-right: 10px;
}
#sidephoto {
	width: 140px;
	height: 140px;
	position: absolute;
	top: 60px;
	right: 0px;
}
.thumbnails {
	float: left;
	padding: 5px 5px 5px 65px;
	font-size: 10px;
	color: #333;
}
.floatingboxescontainer {
	width: 370px ; margin-left: auto ; margin-right: auto ;
}
.floatingboxes {
	float: left;
	margin-right: 20px;
}

.floatingboxes li {
	padding-top: 8px;
	font-size: 14px;
	color: #663333;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	line-height: 1.6em;
}

.thumbnailsclearboth {
	clear: both;
}
.center {
	text-align: center;
}
.axsencallout {
	color: #fff;
	background-color: #663333;
	padding: 5px;
	margin-left: 220px;
	margin-right: 220px;
	margin-top: 8px;
}
