body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background5.gif);
	background-color: #D9D8D6;
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	height: auto;
	width: 980px;
}
#left_panel {
	background-color: #990033;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 220px;
}
#right_panel {
	margin-left: 221px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#content {
	padding: 0px 15px;
	margin: 0px;
}

#billboard {
	background-color: #990033;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #FF9A00;
	padding-bottom: 20px;
	background-image: url(images/stripes_red.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#imgtable {
	margin-left: -3px;
}


#state_head {
	background-image: url(images/stripes_red.gif);
	background-repeat: repeat-x;
	background-position: 0px 130px;
	margin: 0px;
	padding: 0px;
	width: 220px;
	text-align: center;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990033;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-top: 10px;
	margin-top: 50px;
}
