#containerOne {
	width:830px;
	margin-left:auto;
	margin-right:auto;
	margin-top:16px;
	margin-bottom:16px;
	background:#fff;
	color:#333333;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content {
	margin-left:21px;
	margin-right:21px;
	margin-top:16px;
	margin-bottom:16px;
}


/* margin-bottom: 15px; */
}

#copyright {
	text-align:center;
	margin-top:16px;
	margin-bottom:16px;
	font-size:10px;
	color:#999999;
}

#copyright a {
	color:#666666;
}

#copyright a:hover {
	color:#333333;
}


#footer {
	text-align:center;
	font-weight:normal;
	margin-top:31px;
	font-size:13px;
	border: 1px solid #8E8B54;
	border-left-width: 0;
	border-right-width: 0;
	padding: 4px;
	background: #BDBA70;
}

#footer a {
	text-decoration:none;
	color:	#000000;
}

#footer a:hover{
	color:#5E5D38;
}

#footer a.selected {
	color:#5E5D38;
}


