*
{ margin: 0; padding: 0; }
html 
{ height: 100%; }
body
{  font: 100% Helvetica, sans-serif; background-color: #31322c; height: 100%; }
#header
{ background: #31322c url(images/header_bg.png) repeat-x bottom; height: 200px; }
img.logo { margin: auto; display:block; padding-top: 50px; }
#page-wrap
{ position: relative; background-color: #d3d0c0 }
#content
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	min-height: 400px;
	padding-top:40px;
	text-align: center;
}
#content h1{color:#31322c;}
#content p{
	font: 0.8em Arial, Helvetica, sans-serif;
	color:#333;
	margin: 10px 0 0 0;;
}
#slider {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
.scroll {
  height: 400px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #e6e4da url(images/scroll_gradient.gif) repeat-x left bottom;
}
.scrollContainer div.panel {
  padding: 20px;
  height: 360px;
  width: 760px; /* change to 560px if not using JS to remove rh.scroll */
}
#shade {
    background: #d3d0c0 url(images/slider_shade.gif) no-repeat center bottom;
    height: 70px;
}
ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
	/*background: #dddacd url(images/nav_bg.png) repeat-x bottom;*/
}
ul.navigation li {
    display: inline;
    margin-right: 0px;
}
ul.navigation a {
    padding: 10px;
    color: #31322c;
    text-decoration: none;
	font-size:0.85em;
	font-weight:bold;
}
ul.navigation a:hover {
    background-color: #f6f6f6;
}
ul.navigation a.selected {
    background-color: #e6e4da;
}
ul.navigation a:focus {
    outline: none;
}
.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}
.scrollButtons.left 
{ left: -20px;}
.scrollButtons.right 
{ right: -20px;}
.georgia 
{ font: 2em Georgia, "Times New Roman", Times, serif  ; color: #C00;}
#footer 
{  background: #31322c url(images/footer_bg.png) repeat-x top; position: relative; min-height: 150px; width:100%}
.hide {display: none;}

