#logo {
	background-position: left top;
	position: absolute;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#header {
	height: 100px;
	width: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 0;
	position: absolute;
	background-image: url(Images/headerfill.gif);
	background-repeat: repeat-x;
	width: 100%;
	z-index: 1;
}

#nav {
	padding: 0px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 100px;
	bottom: 0px;
	background-image: url(Images/navfill.gif);
	background-position: right;
}

* html #nav {
height: 504px; /* Fixes IE */
}

/* begin navigation styles */

#nav ul	{
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;

}

#navlist {
	padding-left: 0;
	margin-left: 0;
	width: 225px;
}

#navlist li {
	margin: 0;
	padding: 5px;
	text-align: left;
}

#navlist li a {
}

#footer {
	left: 0 px;
	bottom: 10px;
	position: absolute;
	padding: 10px;
}	

#content {
	left: 294px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	position: absolute;
	height: auto;
	width: auto;
	top: 148px;
	right: 200px;
	font-weight: bold;
}

#imagecolumn {
	left: 0px;
	position: absolute;
	padding: 5px;
	top: 75px;
}

#textcolumn {
	left: 125px;
	top: 0px;
	position: relative;
	padding: 5px;
	right: auto;
}

#navbottom {
	padding: 0px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 608px;
	bottom: 0px;
	height: auto;
	min-height: 100%;
	z-index: 1;
}

