html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
}
body {
	background: #7f7f7f url(/images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#logoContainer {
	width: 800px; /* 796 + 4 for borders*/
	min-height: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
}
#maincontainer {
	width: 800px; /* 796 + 4 for borders*/
	min-height: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	border-left: solid 2px #333333;
	border-right: solid 2px #333333;
}
.innertube {
	position: relative;
}
#nav {
	width: 100px;
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	background-color: #D1AB5E;
	background-image: url(/images/leftcol-bg.jpg);
	background-repeat: repeat-y;
}
#nav ul, #nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul {
	top: 104px;
	left: 0;
	font-size: 11px;
	position: absolute;
	z-index: 100;
}
#nav ul li {
	width: 90px;
	text-align: right;
	margin-bottom: .8em;
	font-weight: bold;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#topleftcorner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#logo {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 10;
}
#nav .innertube {
	background-image: url(/images/leftcol-botom-bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
	min-height: 100%;
	background-position: bottom left;
}
#content {
	vertical-align: top;
	width: 696px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	min-height: 100%;
}
#header {
	width: 100%;
	height: 124px;
	position: relative;
	background-image: url(/images/header-bg2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#header h1 {
	font-size: 1px;
	margin: 0 0 0 55px;
	padding: 0;
	background-image: url(/images/title.jpg);
	background-repeat: no-repeat;
	width: 312px;
	height: 48px;
}
#header h1, #header h1 span {
	text-indent: -2000px;
	display: block;
}
#header img {
	position: absolute;
	bottom: 0;
	left: 0px;
}
#content .innertube {
	height: 100%;
	min-height: 100%;
}
#content #innertube1 {
	background-image: url(/images/footer-edge.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#content #innertube2 {
	background: url(/images/bottom-left-curve.gif) bottom left no-repeat;
}
#content #innertube3 {
	padding: 0 0 28px 10px;
	position: relative;
	top: -40px;
}
#footer {
	background-color: #7896AB;
	width: 100%;
	font-size: 12px;
	font-style: oblique;
	color: #333;
}
#footer .innertube {
/*	padding: 5px 5px 5px 120px;*/
  text-align: center;
}
#footer .innertube p {margin-bottom: 0; margin-top: 5px;}
#footer .innertube p:first-child {margin-top: 0;}
#footer #date {font-weight: normal;}
#footer a {text-decoration: none; }
a:hover {
	color: #990033 !important;
}
