.header-wrap {
	border-bottom:1px solid white;
	height:165px;
	position:relative;
	width:auto;
}
.header-banner {
background-image:url(../images/banner.png);
background-position:right top;
float:right;
height:165px;
position:relative;
right:0;
top:0;
width:950px;
z-index:1;
}
.header-logo {
background-color:transparent;
height:140px;
left:10px;
position:absolute;
top:10px;
width:224px;
z-index:2;
}
.header-bar {
background-color:#A88C1E;
background-image:url(../images/headerBar.png);
background-repeat:no-repeat;
height:11px;
left:0;
position:absolute;
top:166px;
width:100%;
z-index:3;
}
.sidebar-a{
	top:165px;
	position:absolute;
}
.sidebar-a li{
	margin:0;
	text-align:center;
	color:white;
	background-color:#54450F;
	width:279px;
	height:35px;
	padding:0;
}
.sidebar-a li:hover{
	background-color:#A88C1E;
}
.sidebar-a a{
	color:white;
}
.main-content{
	position:absolute;
	left:400px;
	top:200px;
}	
