/* CSS Document LorDel Style 01 */

#wrapper {
	margin:auto;
	width:901px;
	border:1px solid #898989;
	background-color:#ffffff;
	}
#header {
	width:900px;
	height:85px;
	border:px solid #000000;
	background-image:url('images/header.jpg');
	}
#search {
	float:right;
	margin-top:20px;
	margin-right:10px;
	}
#horizontalnav {
	width:900px;
	border:1px solid #898989;
	backround-color:#ffffff;
	}
#horizontalnav ul {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border-bottom:1px solid #898989;
	background:#ffffff;
	}
#horizontalnav a {
	float:left;
	width:6em;
	text-decoration:none;
	color:#000000;
	background-color:#ffffff;
	padding:0.2em 0.6em;
	}
#horizontalnav a:hover {
	color:#898989;
	}
#horizontalnav li {
	display:inline
	}
#content {
	width:900px;
	border-top:0px solid #898989;
	border-bottom:1px solid #898989;
	}
#spotlight {
	}
#stage {
	float:left;
	width:210px;
	height:150px;
	margin:7px;
	background-color:#B5BE84;
	}
#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #000000;
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
	background-color:#DEE7B5;
	}
#footer a {
	color: #555555;
	text-decoration: none;
	}
#footer a:hover {
	color: #000000;
	}
#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
	}