body{ 
  	background: #ffffff;
	margin: 0; 
  	padding: 0 0px; 
  	font: 1em "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 85%;
}
a{
	text-decoration: none;
  	color:#000
}
p{
	font-size:100%;
}
h2{
	font-size:100%;
	font-weight:normal;
}
.pageshare{
  	margin: 0;
	color:white;
	float:right;
	padding: 10px;
}

.slider{ 
	height: 14px;
	width:50%;
	margin:0 auto;
}

#container {
	background-color: #fff;
	margin:20px 0;
	width:100%;
	float:left;
}

.gallery {
	font: 1em "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 8pt;
	overflow: hidden;
  	position: relative;
  	height: 550px;
	padding:20px;
	 /*cursor: -moz-grab !important;*/ /* should this be applied with JS? */

}
.gallery ul {
   position: absolute;
   list-style: none;
   white-space: nowrap;
   padding: 0;
   margin: 0;
}
.gallery ul li {
	float:left;
  	margin:0px 5px;
}
.gallery ul li img{
	height:500px;
}

#header {
	height:39px;
	width:100%;
	background-color:#000;
	background-image: url(../graphics/title.jpg);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}
#footer {
	margin: 20px auto;
	background-color: #ffffff;
    font-size: 70%;
	color: #666666;
	text-align:center;
	clear:both;
}

#sidebar{
	margin-top:20px;
	float:left;
	height:500px;
	background-color: #ffffff;
}

li.drawer ul li{
	font-size:8pt;
	}

li.drawer ul {
	margin:0;
	padding:5px;
	list-style: none;
}

ul.drawers {
   	list-style: none;
    margin: 0;
    padding: 5px;
    width: 175px;
}

.drawer-handle {
    margin: 0;
    padding: 5px;
    background-color: #ffffff;
    cursor: pointer;
}

.drawer-handle.open {
  	text-decoration: underline;
	background-color: #ffffff;
}

#superbox .close
{
  float:right;
  cursor: pointer;
}
#superbox
{
  	background-image: none;
  	background-position: bottom left;
	background-repeat: no-repeat;
}
#tandc
{
  	margin-left:20px;
  	margin-top:20px;
  	margin-right:20px;
  	margin-bottom:20px;
  	font-size: 80%;
}
