#outercontainer {
	margin-left: -450px;
	position: absolute;
	left: 50%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	width: 900px;
	background-color: #FFFFFF;
	height: auto;
}
.left {
	height: auto;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	float:left;	
}
.right {
	height: auto;
	width: 630px;
	padding-right: 15px;
	padding-left: 15px;
}
#header {
	background-image: url(graphics/header.jpg);
	height: 115px;
	width: 900px;
}
#footer {
	background-image: url(graphics/footer.jpg);
	height: 44px;
	width: 900px;
	margin-top: -12px;
}
#innercontainer {
	height: auto;
	width: 898px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: -12px;
}
.cellborder {
	border:solid;
	border-style:solid;
	border-color:#900;
	border-width:2px;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
