html, body{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   height: 100%;
   border: none;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12pt;
}

html {
   overflow-x: auto;
   overflow-y: -moz-scrollbars-vertical;
   overflow-y: scroll;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
   color: Black;
   background-image: url(images/pageback.png);
   background-repeat: repeat-x;
   background-color: White;
}

#top {
}
#left {
	background-image: url("images/background left.jpg");
	background-repeat: no-repeat;
	background-color: Black;
}
#middle {
	background-image: url("images/background middle.jpg");
	background-repeat: no-repeat;
	background-color: Black;
}
#right {
	background-image: url("images/background right.jpg");
	background-repeat: no-repeat;
	background-color: Black;
}

#menu {
   margin-top: 20px; 
   margin-left: 28px; 
}

#content {
	width: 570px;
	background-color: White;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 2px inset Silver;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
}
#content h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #5D0118;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #5D0118;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h4 {
   font-size: 12pt;
   font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h5 {
   font-size: 12pt;
   font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

#imagediv {
   width: 480px; 
   height: 360px;
}

#imagelist {
	overflow-x:scroll;
	overflow-y:hidden;
	width: 550px;
	height: 126px;
	border: 1px solid Silver;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
}

#imagelist img {
   border: 2px solid White; 
   padding: 1px 1px 1px 1px;
   margin: 1px 1px 1px 1px;
}

#imagelist img.current {
   border: 2px solid #993300; 
   padding: 1px 1px 1px 1px;
   margin: 1px 1px 1px 1px;
}

#gallerytext {
	margin: 0px 0px 0px 0px;
}

#error {
   color: #FF0000; 
}
ul.none {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
}
#middle #content #coupon {
	width: 400px;
	border: 2px solid #5D0118;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
}
#nojsmenu {
	background-color: #5D0118;
	width: 205px;
	border: 2px inset #38000D;
	padding-left: 5px;
	padding-right: 5px;
}
#left #menu #nojsmenu p {
	margin-top: 8px;
	margin-bottom: 8px;
	text-indent: -10px;
	margin-left: 10px;
}

#left #menu #nojsmenu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#left #menu #nojsmenu a:hover {
	color: #000000;
}
