/* CSS Document */

html {
	width:100%;
	margin:0;
	padding:0;
       color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	width:100%;
	margin:0;
	padding:0;
	background:#000 url(images/casino_bg_grad.gif) repeat-x top center;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

a:link, a:visited {
	font-weight: normal;
	color: #fec223;
	text-decoration: none;
	
}

a:hover {
	font-weight: normal;
	color:#ffcc00;
	text-decoration: underline;
}

#header-left {
	width:294px;
	float:left;
}

#header-right {
	float:right;
}

#nav {
	clear:both;
}

#nav-left {
	float:left;
}

#nav-right {
	width:355px;
	float:right;
}

#content {
	width:100%;
	clear:both;
}

#content-left {
	float:left;
width:75%;
padding:0 0 0 15px;
}

#content-right {
	width:137px;
	float:right;
}

#footer {
	clear:both;
}

#nav ul {
margin:0;
list-style-type:none;
}

#nav li {
float:left;
padding:0 20px;
line-height:20px;
}

fieldset {
border:0;
padding:0;
}

input, textarea, select {
width:250px;
margin:3px 0;
}

input.button {
width:auto;
}

#EmailForm td {
line-height:25px;
font-weight:bold;
}

#contactform {
width:400px;
}

#contactform label {
float:left;
margin: 0 10px 0 0;
}

#footer-img {
padding:20px 0 0 0;
text-align:center;
}