#container {
	height: 100%;
	width: 100%;
}

#colleft {
	background-attachment: scroll;
	background-image: url(../images/scroll.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 500px;
	width: 9%;
	float: left;
}

#colright {
	float: right;
	width: 89%;
	min-height: 500px;
}

#hed {
	background-image: url(../images/npryor.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 90%;
}

#navcontainer {
	background-image: url(../images/scrolbox.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 325px;
	width: 100%;
	padding-top: 16px;
	float: right;
}

.clearfooter {
	height: 110px;
	clear: both;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	width: 100%;
	height: 35px;
	float: left;
	position: relative;
	text-align: left;
	line-height: 11pt;
}
.warning {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 19px;
	color: #FFFFFF;
	text-align: center;
}
