#header {
	background-attachment: scroll;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 202px;
	width: 1206px;
}
#middle {
	background-attachment: scroll;
	background-image: url(../images/middle.png);
	background-repeat: repeat;
	width: 1206px;
}
#footer {
	background-attachment: scroll;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 88px;
	width: 1206px;
}
#righty {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-top: 5px;
	padding-right: 150px;
	padding-bottom: 5px;
	padding-left: 50px;
}
.small_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #000;
}
.red_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A8000B;
}
#lefty {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	width: 235px;
	padding-left: 125px;
	padding-top: 5px;
	padding-right: 5px;
}
#imga {
	border: 1px solid #000;
}

