@charset "utf-8";
#header {
	width: 995px;
}
body, html {
	height: 100%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	color: #000;
	line-height: 20px;
}
#content {
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px;
}
#container {
	width: 995px;
	margin: 0px auto;
}

#footer {
	background-image: url(../images/footer.gif);
	width: 995px;
	font-size: 0.9em;
	color: #CCCCCC;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	height: 100px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.redItalicBold {
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}

