#container {
float: center;
width: 810px;
height: 100%;
margin-top: 20px;
background: #CC9966;
border: 20px solid #663300;
}

#header {
background: url('../images/PBHredorangeHEADERsmall.jpg') 100% 0 no-repeat;
width: 780px;
height: 170px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom:5px;
}

#headerLeft {
float: left;
width: 355px;
height: 150px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 25px;
margin-right: 0px;}

#headerRight {
float: right;
width: 355px;
height: 150px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 0px;
margin-right: 25px;
}

#bar {
float: center;
width: 780px;
height: 45px;
margin-left: 10px;
margin-bottom: 25px;
}


#button1{
float: left;
width: 84px;
height: 35px;
margin-left: 5px;
margin-right: 15px;
background: #993333;
border: 3px solid #663300;
text-align: center;
}

#button2{
float: left;
width: 92px;
height: 36px;
margin-left: 5px;
margin-right: 15px;
background: #993333;
border: 3px solid #663300;
text-align: center;
}


#topBox {
float: right;
width: 140px;
height: 75px;
margin-left: 0px;
margin-right: 15px;
margin-top: 0px;
background: #D4BC89;
text-align: center;
}

#body {
	float: left;
	width: 585px;
	min-height: 555px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 10px;
	background: #E7DAA7;
	left: 8px;
	padding-left: 10px;
}

#navibar {
float: right;
width: 140px;
height: 495px;
margin-top: 0px;
margin-left: 0px;
margin-right: 15px;
margin-bottom: 10px;
background: #D4BC89;
}

#footer {
background: #993333;
border: 3px solid #663300;
float: left;
width: 780px;
height: 85px;
margin-top: 0px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px;
}

