html {
	
}
body{
	background:#77694C url('images/bg.jpg') no-repeat 50% 0;
	text-align:center;
	width: 100%;
}
h1{
	display:none;
}
.toplevelcontainer{
	margin:0 auto;
	text-align:left;  
	width:940px;
}
#header #logo{
	position:absolute;
	top:114px;
}
#header{
	position:relative;
	width:940px;
	height:279px;
	background:transparent url('images/header.jpg') top left no-repeat;
}
#header ul{
	position:absolute;
	bottom:0;
	height:27px;
	padding-left:21px;
	padding-top:3px;
	width:919px;
	background-color:#000;
}
#header ul li{
	display:inline;
	list-style-type:none;
	margin-right:46px;
}
#header ul li a:link,
#header ul li a:visited,
#header ul li a:active{
	font-family:"Times New Roman";
	font-size:20px;
	color:#c8c175;
	text-transform:uppercase;
}
#content{
	float:left;
	width:575px;
	padding:10px;
}
#sidebar{
	float:left;
	margin-left:7px;
	width:332px;
}
#clearing {
  height: 0;
  clear: both;
}
#loginbox{
	position:absolute;
	top:8px;
	left:740px;
	text-align:left;
}
#loginbox p a:link,
#loginbox p a:visited,
#loginbox p a:active{
	color:#c8c175;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}