#navcontainer {
	position:absolute; width: 200px; height:320px; z-index:10; left: 0px; top: 125px; background-color: #B20000;
}

#nav {position:absolute; width:165px; height:170px; z-index:10; left: 19px; top: 75px;
}

#imagesidebar {position:absolute; height:125px; width: 303px; z-index:20; left: 200px; top: 0px;  background-color: #fff2ce;
}


#container {
position:absolute; width:99%; z-index:1; left:0px; top: 125px; background-color: #FFFBEA; border-right: 1px solid #663300;  border-bottom: 1px solid #663300; min-height: 300px; background-image:url(../images/bkg_home_bar.gif); background-repeat:repeat-y;
}

#leftspacer {
	width: 200px;
	float: left;
	background-color:#ffe6a9;
}

#leftsidebar {
	width: 304px;
	float: left;
	
	height: 100%;
	margin: 0px
}

#content {
margin-left: 519px;
margin-right: 60px;
overflow: visible;
background-color: #FFFBEA;
}

#rightsidebar {
	width: 60px;
	float: right;
	height: 320px;
	background-color:#b20000;
	clear:right;
	margin-left: 15px
}
#rightsidebar2 {
	width: 60px;
	float: right;
	height: 320px;
	background-color:#ffe6a9;
	clear:right;
	margin-left: 15px
}
