#page{
	width:775px;
	min-width:775px;
	max-width:775px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 0 0 0;
	margin-top: 5px;
	margin-bottom:5px;
	position:relative;
}

#banner {
	width:100%;
	height:85px;
	background-image:URL(imgs/header2b.gif);
	background-color:#ffffff;
	background-repeat: no-repeat;
}
#footer {
	width:775px;
	height:49px;
	background-image:URL(imgs/footer.gif);
	background-repeat: no-repeat;
	background-position:center;
	font-size:.95em;
}
#content {
	width:100%;
	text-align:left;
	min-height:450px;
	border-bottom:1px solid #CCCCCC;
	background-color:#ffffff;
	overflow:auto;
}
#LeftImages {
	width:154px;
	text-align:left;
	float:left;
	overflow:auto;
	height:450px;
	margin-top:0px;
	margin-bottom:0px;
}
#MainData {
	width:610px;
	padding-left:5px;
	padding-right:5px;
	float:right;
	text-align:left;
	height:auto;
	min-height:450px;
	border-left: 1px dotted #999;
}
#menu {
	width:100%;
	height:28px;
	text-align:left;
	background-color:#990000;
	background-color:#ffffff;
}