body {
	align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #cfe4ce;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#contentBox {
	width: 886px;
	position: relative;
	margin-top: 40px;
	align: left;
	margin-right: auto;
	margin-left: auto;
	background: url(images/contentBox_mid.gif) repeat-y;
}
#content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentBox #top {
	position: absolute;
	top: -15px;
}
#contentBox #bot {
	position: absolute;
	bottom: -30px;
}
#bottom {
	botton: 0px;
	position: relative;
/*	position: absolute;
	bottom: -30px;*/
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #f26522;
	text-decoration: underline;
}
#sep {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
	height: 20px;
	margin-left: 9px;
	margin-right: 5px;
}
#footer {
	clear: both;
	width: 886px;
	font-size: 12px;
	color: #999;
	text-align: center;
	margin: 33px auto 20px;
}


