@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CFEAFD;
}

#container {
	width: 950px;
	margin: 0 auto;
	background-color: #feefd1;
}

#footerclear {
	clear: both;
}

#footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	height: 173px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #FFF;
}

.updatetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding-left: 10px;
}

.sitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.updatetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left: 10px;
}
