@charset "utf-8";
body {
	background-color: #ba4f07;
	background-image: url(../images/top-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	color: #660000;
}
#wrap {
	margin: 0px;
	width: 900px;
	margin:0 auto;
}
#top {
	width: 900px;
}
#bottom {
	width: 900px;
}
#footer {
	width: 900px;
}
.bullettext {
	margin-right: 0px;
	margin-left: 20px;
	text-indent: -10px;
}

#middle {
	width: 900px;
	background-image: url(../images/middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
}
#text-left {
	width: 350px;
	margin: 0px 10px 0px 80px;
	float: left;
	padding: 0px 10px 0px 0px;
	display:inline;
}
#text-right {
	float: right;
	width: 350px;
	margin: 0px 70px 0px 0px;
	padding: 0px 0px 0px 0px;
	display:inline;
}
#left-table {
	width: 140px;
	margin: 10px 5px 0px 30px;
	float: left;
	font: Verdana;
	font-size: 11px;
	display:inline;
}
#right-table {
	width: 140px;
	margin: 10px 30px 20px 0px;
	float: left;
	font: Verdana;
	font-size: 11px;
	display:inline;
}
