@charset "UTF-8";
p {
}
html, body
{
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/new-carpet-pattern.jpg);
	background-repeat: repeat;
}
#wrapper
{
	height: 100%;
	min-height: 100%;
	background-attachment: fixed;
	background-image: url(images/new-carpet-pattern.jpg);
	background-repeat: repeat;
}
#header
{
	height: 45px;
	background-color: #006633;
}
#content
{
	height: 100%;
	min-height: 100%;
	max-width: 1440px;
	background-color: #142025;
	background-attachment: fixed;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1F3540;
	border-left-color: #1F3540;
	background-image: url(images/new-carpet-pattern2.jpg);
	background-repeat: repeat;
}
#flash
{
	height: 100%;
	min-height: 100%;
	max-width: 1440px;
	width:expression(document.body.clientWidth > 1440? "1440px": "auto" );
	padding-top: 40px;
	z-index: 0;
}
.floatingNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	height: 34px;
	width: 1070px;
	position: absolute;
	left: 0px;
	top: 8px;
	text-align: left;
	background-image;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.hidden-gallery-links {
	visibility: hidden;
	position: absolute;
	width: 99%;
	font-size: 9px;
}

.footerDIV {
	max-width: 1440px;
	width:expression(document.body.clientWidth > 1440? "1440px": "auto" );
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-top: 10px;
	height: 35px;
}