body {
	margin: 0;
	padding: 0;
	background: #dab098;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#top {
	background: #fff;
	padding: 20px 0;
}

#header {
	margin: 0 auto;
	width: 100%;
	height: 232px;
	background: url(images/header-bg.jpg) top center no-repeat;
}

#menu {
	margin: 0 auto;
	padding-top: 177px;
	width: 703px;
	height: 27px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.menuPipe {
	background: url(images/menu-pipe.gif) center right no-repeat;
}

#menu a {
	display: block;
	padding: 3px 2px;
	color: #283807;
	text-decoration: none;
	font-size: 13px;
}

#menu a:hover {
	padding: 2px 1px;
	background: #fefefc;
	border: 1px solid #c2cdad;
}

#menu li { /* all list items */
	float: left;
	position: relative;
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	float: left;
	margin: 0;
	padding: 3px;
	width: 206px;
	top: 20px;
	left: 0;
	background: #ecf3dd;
	border: 1px solid #c8d6b2;
}

#menu li ul li {
	float: left;
	width: 206px;
}

#menu li ul li a {
	float: left;
	padding: 3px;
	margin-left: 6px;
	display: block;
	margin: 0;
	padding: 3px;
}

#menu li ul li a:hover {
	background: #fff;
	border: none;
	padding: 3px;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	margin: 20px auto;
	color: #333;
	width: 640px;
	line-height: 150%;
}

#rules {
	margin: 0 auto;
	width: 760px;
}

#footer {
	padding-top: 5px;
	text-align: center;
	color: #fff;
	height: 98px;
	background: url(images/footer-bg.gif) top left repeat-x;
}

#faq em {
	font-size: 14px;
	color: #900;
}

img {
	border: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.left {
	float: left;
	clear: both;
}

.right {
	float: right;
	clear: both;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

