body {
	width: 837px;
	background-color: #dedad5;
}
#Banner {
	position: absolute;
	left:0px;
	top:0px;
	background: url(images/bannerbg2.PNG);
	width: 837px;
	height: 144px;
}
#columnsContainer{
	position: relative;
	top: 140px;
	left: 29px;
	background-color:#FFFFFF;
	font-size: 14px;
	width: 780px;
	height: 500px;
	border: 0px solid red;	
}
#columnLeft {
	position: relative;
	float: left;
	margin-top: 10px; 
	margin-left: 10px; 
	width: 370px; 
	height:450px;
	padding-right: 2px; 
	border:  0px solid gray;
}
#divider{
	position: relative;
	float: left;
	margin-left: 5px; 
	margin-top: 20px; 
	width: 2px; 
	height: 410px;
	background-color:#999999; 
}
#columnRight {
	position: relative;
	float: right;
	margin-top: 10px; 
	margin-left: 5px;
	margin-right: 10px; 
	width: 370px; 
	height:450px; 
	border: 0px solid blue;
}
#columnsContainer a:hover{
	background-color: #5D422C; 
	color: #fff; 
}
#bottomMenuBar {
	width:  780px;
	height: 30px;
	margin-bottom:0px;
	padding:0;
	text-align: center;
	background-color: #1a3838;
	color:#999999;
	border:0px solid #E69623;
}
#bottomMenuBarLinks{
	line-height: 1.6em;
	font-size: 14px;
	color:#999999;
	padding-right:10px;
	padding-left:10px;
}
#spacing{
}
p {
	color: #333333;
	letter-spacing:1px;
}
/* FX.Slide Vertical & Horizontal */
h3.section {
  margin-top: 1em;
}

#vertical_slide, #horizontal_slide p{
  background: #515656;
  color: #ffffff;
  padding: 10px;
  border: 0px solid #fff;
}

div.marginbottom {
  /* Since the Fx.Slide element resets margins, we set a margin on the above element */
  margin-bottom: 10px;
}

/* David Weslh: image slide show related */
#slideshow-container {
  width:53px; 
  height:53px; 
  position:relative;
}
#slideshow-container img { 
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:1; 
}