body {
	background-image: url(/images/template/bkg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6e828b;
}

#silly_old_ie{
	text-align: center;
	}

#wrapper { 
	width: 800px;
	margin: 10px auto;
	background-color: #FFF;
	text-align:left;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	box-shadow: 3px 3px 5px #666666;
}

.about{text-align:left;}

h1 {
	font-size: 1.25em;	
	color: #6e828b;
	font-weight: normal;
	text-align:center;
}
h2 {
	font-size: 1.25em;
	margin: 0 0 10px 0;
	padding: 0 0 0 155px;
	}
h3 {
	margin: 0;
	padding: 0;	
	font-weight: inherit;
	font-style: inherit;
	font-size: 0.95em;
	line-height: 1.7em;
	}
#header {
	padding: 10px;
	}

#header img {
	vertical-align: middle;
	margin-left: 20px;
}

#message {
	background-color: #e1e5e7;
	margin: 0 auto;
	padding: 20px 40px;
	-webkit-box-shadow: inset 0 0px 25px -9px black;
	-moz-box-shadow: inset 0 0px 25px -9px black;
	box-shadow: inset 0 0px 25px -9px black;
	min-height: 120px;
}

#message_intro { 
	float:left;
	width: 300px;
	margin: 20px 0 0 60px;
}

.casinoid a{
	text-decoration: underline;
	color: #6e828b;
	font-weight:bold;
}
.casinoid a:visited{
	color: #6e828b;
}
.casinoid a:hover{
	color:#3a4d56;
}
#form {
	width: 270px;
	margin: 0 60px 0 30px;
	float: right;
	overflow:auto;
}
#form p{
	margin: 0;
	padding: 0;
}
textarea {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border: none;
	width:265px;
	margin-top: 5px;
}
.button {
	padding: 5px 10px;
	float:right;
	background-color: #6e828b;
	border: none;
	color: #FFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-top: 5px;
	}
.button:hover{
	background-color: #3a4d56;
}
#comeback {
	margin: 0 10px 40px 10px;
}
#casinos {
	width: 100%;
	margin: 0 auto;
}
	
#casino1{
	float: left;
	margin:0 10px;
	margin-bottom: 20px;
	width:380px;
}
#casino1 a{
	display:block;
	width:140px;
	float:left;
	border:0px;
	outline:none;
}
#casino1 a img{
	border:0px;
}
#casino1 ul {
	font-size: 0.9em;
	list-style: none none outside;
	text-decoration:none;
	margin: 0;
	padding:0;
	float: left;
	width:240px;
}
#casino1 ul li{
	background: url(../images/template/TICK_ICON.png) 0 0 no-repeat;
	padding:0 0 0 30px;
	line-height:25px;
	}
	
#casino1 .image	{
	width:137px; 
	float:left;	
}

li {
	margin: 0 0 0 15px;
}
#footer {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
#footer a{
	clear: both;
	text-align: center;
	text-decoration: underline;
	color:#6e828b;
	font-size: 0.9em;
}
#footer a:hover{
	color:#3a4d56;
}

