body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#993300;
	margin:10px;
}
#wrapper {
	position: relative;
	width: 740px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #FEF2E0;
	background-color:#660000;
	background-image:url(images/background.gif);
}
#top {
	height: 100px;
}
#navigation {
	height: 230px;
	position:relative;	
	border-top: 2px solid #FEF2E0;
	border-bottom: 2px solid #FEF2E0;
}
#pageBox {
	position: absolute;
	width: 250px;
	height: 200px;
	left: 230px;
	right: 230px;
	background-color: #FF6600;
	text-align: center;
	padding: 15px;
	color:#FEF2E0;

}
#content {
	width: 100%-20px;
	height:auto;
	padding: 10px;
}
#content b, #content strong{
	font-weight:bold;
	color:#FF6600;
}
#footer {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	background-color:#FF6600;
	text-align:center;
	border-top: 2px solid #FEF2E0;
}
a:link, a:visited, a:active {
	color:#FF0000;
}
a:hover {
	color:#FFFFFF;
}
