@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
#container{
	height:auto;
	width: 700px;
	margin: auto;
	border: solid #000 1px;
}
#main{
	height:auto;
	overflow: hidden;
}
#header{
	height:76px;
	background-image: url(images/header.gif);
}
#left{
	height:545px;
	width: 447px;
	float: left;
	background-image: url(images/page_bg.gif);
	background-position: bottom;
}
#right{
	height:543px;
	float: right;
	width: 252px;
	background-image: url(images/middle_right.gif);
}
#navigation{
	height:200px;
}

.rollover a {
	display:block;
	color: #FFF;
	background-image: url(images/navigation_bar.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 40px;
	padding-top: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.rollover a:hover {
	background-image: url(images/navigation_bar2.gif);
	text-decoration:none
}
#banner{
	background-image:url(images/banner.gif);
	height:159px;
	width:448px;
}
#content{
	height:auto;
	padding-left: 20px;
	padding-right: 10px;
}

#info_bar{
	height: 61px;
	float: left;
	display: inline;
}

#footer{
	height:83px;
	background-image: url(images/footer.gif);
	width: 700px;
}
.span1 {
	height:33px;
	padding-left: 10px;
	font-size: 15px;
	color: #644241;
}
.span2 {
	height:33px;
	padding-left: 10px;
	font-size: 10px;
	float: right;
	text-align: right;
	font-weight: lighter;
}
.span3 {
	height:33px;
	padding-left: 10px;
	font-size: 12px;
	float: right;
	text-align: right;
	font-weight: lighter;
}
.b1 {
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.black {
	color: #000;
}
