body {
	background-color: #004b9e;
	font-family: Arial;
	font-size: 13px;
}

#wrapper {
	width: 834px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background-image: url('/static/images/backgr.jpg'); 
	font-family: Times; 
	font-size: 14px;
}

#buttons {
	width: 250px; 
	float: right;
	height: 349px; 
	margin-right: -10px;
	background-image:url('/static/images/sidepanel_bg.png'); 
	background-repeat: no-repeat;
}



/* This is the old stuff from Sean */

#container {
	width:834px;
	height:31px;
	padding:0px;
}
ul#navbar {
	background:url(/static/images/backgr.jpg) repeat-x left top;
	margin:0;
	list-style-type:none;
	height:31px;
	
}
ul#navbar li {
	float:left;
}
ul#navbar li a {
	display:block;
	padding:5px 10px 5px;
	font:bold 15px "Times";
	font-stretch:condensed;
	text-decoration:none;
	color:#ffffff;
	letter-spacing: 0;
}
ul#navbar li a:hover {
	color:#d4a017;
}
ul#navbar li a#current {
	background:url(/static/images/current.gif) no-repeat center bottom;
	color:#d4a017;
}

#footer {
	background:url(/static/images/backgr2.jpg);
	font-family: Times;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 0px;
	width: 834px;
}

#pagecontainer {
	background-color: white;
	width: 834px;
}


