body {
	font-family: Trebuchet MS, Arial, sans-serif;
	background: #090909 url(img/background.gif) repeat-x top;
	margin: 0;
	padding: 0;
	color: #fff;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#header {
	background: url(img/header.jpg) top no-repeat;
	height: 35px;
	padding-top: 97px;
}
#menu {
	margin: 0 auto ;
	padding: 0;
	width: 600px;
	text-align: center;
}
#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	background: url(img/menu_separator.gif) right no-repeat;
	padding: 0 30px 0 15px;
}
#menu li#last {
	background: none;
	padding: 0 0 0 15px;
}
#menu li a {
	color: #fff;
	text-decoration: none;
}
#menu li a:hover {
	color: #d20c45;
	border-bottom: 1px dotted;
}

#main {
	background: url(img/belowmain.gif) bottom no-repeat;
	height: 470px;
}
#main2 {
	margin-top:30px;
}
/*Slideshow*/
#slideshow {
	margin:0 auto;
	width:800px;
	height:438px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:700px;
  height:438px;
  overflow: hidden;
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:680px;
  height:438px;
  text-align: center;
}
#slideshow #slidesContainer .slide a img{
	border: none;
}
.control {
  display:block;
  width:50px;
  height:438px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background: url(img/left.gif) no-repeat 0 0;
}
#leftControl:hover {
	background: url(img/left_h.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background: url(img/right.gif) no-repeat 0 0;
}
#rightControl:hover {
	background: url(img/right_h.gif) no-repeat 0 0;
}
/*Gallery*/
ul#galleries {
	width: 700px;
	height: 1%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin-top /*\**/: -20px\9
}
ul#galleries li {
	width: 220px;
	height: 200px;
	display: inline-table;
	margin: 0 15px 10px 0;
	padding: 0;
}
ul#galleries li.gallery3, ul#galleries li.gallery6 {
	margin: 0;
}
#galleries li a {
	border: none;
	text-decoration: none;
}
.text {
	width: 220px;
	height: 40px;
	background: url(img/galleryhover.png) top no-repeat;
	padding-top: 160px;
	font-family: Trebuchet MS, Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.text:hover {
	color: #d20c45;
}
#footer {
	background: url(img/footertile.gif) repeat-x top #111111;
	margin-top: 20px;
	margin-top /*\**/: 40px\9
}
#insidefooter {
	height: 33px;
	background: url(img/footertop.jpg) no-repeat center top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 45px;
}
/* 220x152 dimension for 3 gallery photos */
.gallery1 {	
	background: url(img/gallery1.jpg) top no-repeat;	
}
.gallery2 {	
	background: url(img/gallery2.jpg) top no-repeat;
}
.gallery3 {	
	background: url(img/gallery3.jpg) top no-repeat;
}
.gallery4 {	
	background: url(img/gallery4.jpg) top no-repeat;	
}
.gallery5 {	
	background: url(img/gallery5.jpg) top no-repeat;
}
.gallery6 {	
	background: url(img/gallery6.jpg) top no-repeat;
}
