html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	background-color: #525252;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;	
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFCC33;
}
a:active {
	color: #FFCC66;
}
#displayArea {
	background: #666666;
	border: 1px solid #242424;
	height: 90%;
	_height: expression(document.body.offsetHeight < 460? '420px': '90%' );
	min-height: 420px;
	width: 600px;
	position: relative;
	overflow: hidden;
	top: 5px;
}
h1 {
	background: url(../img/logo.gif) no-repeat left top;
	height: 120px;
	width: 220px;
	float: right;
	margin: 0px 0px 0px 0px;
}
h1 span {
	display: none;
}
h2 {
	background: url(../img/strap.gif);
	height: 30px;
	width: 260px;
	position: absolute;
	top: 36px;
	left: 20px;
}
h2 span {

	display: none;
}
#mainNav {
	float: left;
	width: 130px;
	list-style: none;
	margin: 100px 30px 0px 10px;
	padding: 0px 0px 0px 0px;
}
#picDisplay {
	padding: 4px;
	float: left;
	margin: 10px 0px 0px 0px;
	width: 390px;
	height: 62%;
	_height: expression(document.body.offsetHeight * 90 /100 - 170 + "px");
/*		_height: expression(document.body.offsetHeight < 460? '420px': '90%' );
_*/
	background: #242424;
	border: 1px solid #cfcfcf;
	-moz-border-radius:4px;
	overflow: auto;
	scrollbar-base-color: #999999;
}
.welcomebg {
	background: #242424 url(../img/welcomebg.jpg) no-repeat right bottom !important;
}
#picDisplay h3 {
	text-align: left;
	font-family: Papyrus, Verdana, sans-serif;
	color: #CCCCCC;
	margin: 0px 0px 0px 0px;
}
#contactInfo {
	position: relative;
	float: right;
	text-align: right;
	margin: 10px 30px 0px 0px;
	padding: 0px 3px 5px 0px;
	color: #DDDDDD;
}
.imgSection {
	display: block;
	clear: both;
	margin: 10px 0px 0px 0px;
}
.imgHolder {
	padding: 2px;
	display: inline;
	float: left;
}
.imgHolder img {
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
.imgSection p {
	margin: 0px;
	padding: 2px 0px 0px;
	text-align: center;
}
.sectionBreak {
	margin: 10px 0px 0px 0px;
	clear: both;
}
p {
	text-align: left;
}
