body {
	background: #104318 url(/images/gamble_header_bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	color: #ff9933;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}
.header {
	background: url(/images/gamble_header.jpg) no-repeat center;
	height: 150px;
}
.main {
	background: #000000 url(/images/gamble_main_bg.jpg) repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #cc9900;
}
.maincontent {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	color: #cc9900;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
}
.footer {
	background: #104318 url(/images/gamble_footer_bg.jpg) repeat-x;
	text-align: center;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
}
.footer a {
	color: #000000;
	text-decoration: none;
}
#menu {
	width: 150px;
	padding: 0;
	background-color: #000000;
	color: #ff9900;
	float: left;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
a img {
	border: none;
}
#menu li {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	margin: 0;
	text-align: center;
}
#menu li a {
	display: block;
	padding: 5px;
	border-left: 5px solid #003300;
	border-right: 5px solid #006600;
	background-color: #104318;
	color: #ff9933;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}
html>body #menu li a {
	width: auto;
}
#menu li a:hover {
	border-left: 5px solid #006600;
	border-right: 5px solid #009900;
	background-color: #00cc00;
	color: #fff;
}
.clear {
	clear: both;
}
#centerblock {
	width: 450px;
	padding: 0;
	background-color: #000000;
	color: #E6AC00;
	float: left;
}
#rightblock {
	width: 150px;
	padding: 0;
	float: left;
}
.rightblockcontent {
	width: 140px;
	padding-left: 10px;
	background-color: #104318;
	color: #ff9900;
	border-right: 5px solid #003300;
	border-left: 5px solid #006600;
}
.rightblockextra {
	border-left: 1px dashed #009900;
	text-align: center;
	padding-top: 20px;
}
.searchbox {
	border-right: 1px dashed #009900;
	text-align: center;
	padding-top: 20px;
}
.searchbox input {
	margin-bottom: 3px;
	color: #ff9933;
	background-color: #104318;
	border: 1px solid #006600; 
}
#centerblock h1 {
	text-align: center;
	margin: 10px;
	margin-bottom: 3px;
	font-size: 20px;
}
#centerblock h2 {
	margin: 10px;
	margin-bottom: 3px;
	font-size: 16px;
}
#centerblock p {
	font-size: 14px;
	padding: 10px;
	padding-top: 0px;
	margin: 0;
	margin-bottom: 40px;
}
#centerblock a {
	color: #E6AC00;
	background-color: #000000;
}
#newsblock {
	background-color: #000000;
	color: #CC9900;
}
#newsblock h2 {
	margin: 10px;
	margin-bottom: 3px;
	font-size: 16px;
}
#newsblock p {
	font-size: 14px;
	padding: 10px;
	padding-top: 0px;
	margin: 0;
}
#newsblock a {
	color: #CC9900;
	background-color: #000000;
}
.contactblock {
	padding: 20px;
}
.contactblock label {
	display: block;
	margin-bottom: 3px;
}
.contactinput {
	width: 200px;
	margin-bottom: 10px;
	color: #ff9933;
	background-color: #104318;
	border: 1px solid #006600; 
}
.contactbutton {
	color: #ff9933;
	background-color: #104318;
	border: 1px solid #006600; 
}
.contacttextarea {
	width: 400px;
	height: 170px;
	overflow: auto;
	padding: 2px;
	margin-bottom: 15px;
	color: #ff9933;
	background-color: #104318;
	border: 1px solid #006600; 
}