html, body {
	background:url('/images/bg.jpg') fixed top left #fff;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Garamond, Times New Roman, Helvetica, Arial;
}

#wrap { 
	background:#fff;	
	border:5px solid #fff;
	margin:0px auto;
	padding:0px;
	position:relative;
	text-align:left;
	width:1014px;		
}

#innerborder {
	border:1px solid #000;
}

#header {
	background:url('/images/logo.jpg') top left no-repeat #fff;	
	height:100px;
	position:relative;
	width:1012px;
}

#content {
	padding:20px;
	position:relative;
}

#footer {
	background:#666666;	
	border-top:1px solid #000;
	color:#FFF;	
	margin:0px;
	text-align:left;
	padding:0px;
	height:100px;
}

.gallery{
width:800px;
}

.galleryThumb img{
	border: 2px solid #000;	
	height:150px;
	margin:10px;
	width:200px;
}

.galleryThumb:hover img{
	border: 2px dotted #000;
}

.galleryThumb:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}

a, a:visited, a:hover {	
	color:#000;
	text-decoration:underline;
}

a:hover {	
	text-decoration:none;
}

#preplan {	
	margin-top:0px;
	position:relative;
	text-align:center;
	z-index:1;
}

#preplan img {
	border:0;
	position:relative;
	width:300px;
	z-index:-1;
}


h1, h2, h3, h4, h5, h6 {
	color:#FF9000;
}

/* Scroller Box */
#scroller_container {
	position: absolute;
	width: 850px;
	height: 40px;
	bottom:0px;
	right:160px;
	overflow: hidden;
}

#scroller {
	white-space: nowrap;
	line-height: 40px;
	font-size: 30px;
}

#scroller p {
	padding: 0;
}
/* Scoller Box */

#menu {
	background:#fff;	
	font-family:Garamond;
	height:100px;		
	position:relative;		
	z-index:999999999;
}

#menu ul {
	background:#fff;
	border:1px solid #000;	
	margin:0;	
	margin-left:1px;
	padding:0;
	position:absolute;
}

#menu ul li {		
	display:block;
	float:left;
	font-size:14px;		
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
	width:144px;
}

#menu ul li ul {
	border:0;
	display:none;
	left:0;
	margin:0;
	position:absolute;	
}

#menu ul li ul li {
	float:none;
	margin:0;
	margin-left:1px;
	padding:0;
	width:142px;
}

#menu a, #menu a:visited, #menu a:hover {
	color:#000;
	text-decoration:none;
}

#menu a:hover {
	background:url(/images/menubg2.jpg) top left no-repeat;
	color:#000;
}

#menu ul li a {
	background:url(/images/menubg.jpg) top left no-repeat;
	border:1px solid #000;
	display:block;	
	margin:0;
	padding:5px;
	padding-top:0;	
}

#menu ul li ul li a {
	margin:0;
	padding:5px;
}

#menu img {
	border:1px solid #000;		
}
