body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

#sun {
	position: absolute;
	top: 0px;
	left: -1px;
	background-color: transparent;
	z-index: 52;
}

#header {
	position: absolute;
	top: -2px;
	left: 0px;
	padding-top: 12px;
	padding-left: 283px;
	padding-right: 66px;
	padding-bottom: 10px;
	z-index: 50;
	white-space: nowrap;
	width: 800;
	height: 151px;




}

#navbar {
	position: absolute;
	background-color: #FF3300;
	top: 280px;
	left: 0px;
	width: 160px;
	height: 1828px;


}

#content {
	position: absolute;
	top: 152px;
	left: 190px;
	width: 583px;
	margin-left: 10px;
	margin-top: 70px;
	height: 951px;
	z-index: 4;


}

#footer, #footer a {
	position: relative;
	width: 723px;
	margin-left: 0px;
	margin-top: 10px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	left: -60px;
	top: 794px;
	height: 124px;



}

#footer {
	border-top: solid 2px #f30;
	padding-top: 10px;
}

#footer a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.exclamation {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
}

