@charset "UTF-8";
/* CSS Document */

#wrapper {
	background-color: #0FF;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head {
	background-image: url(../source/snredlogo.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 800px;
}
#main {
	background-color: #FFFFCC;
	height: 600px;
	width: 800px;
}
#bottomnav {
	background-color: #870007;
	height: 20px;
	width: 800px;
}
#footer {
	background-color: #999;
	height: 15px;
	width: 800px;
	font-size: x-small;
	color: #870007;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	word-spacing: 0em;
	padding-top: 5px;
	text-align: center;
}

