html, body{
	margin:0px;
	padding:0px;
}

body{
	background:#111111;
	text-align:center;
}

#container{
	width:934px;
	margin: auto; 
	text-align:left;	
	font-family:Trebuchet MS;
	color:#212121;
	font-size:14px;
}

A{
	font-family:Trebuchet MS;
	color:#0142ae;
	font-size:14px;
	text-decoration:underline;
}

A:hover {
	font-family:Trebuchet MS;
	color:#0142ae;
	font-size:14px;
	text-decoration:none;		
}
li {
	list-style:none;
}

#header-left{
	float:left; width:210px;height:140px;background:#297fcf;text-align:center;
}
	#header #logo{
			width:200px;
			height:108px;
			padding:15px 0 0 0px;
	}
		
#header-right{
	float:left;width:724px;
}
	#header-right #left{
		float:left;
		width:480px;
	}
	#header-right #right{
		padding-top:38px;
		float:left;
		width:220px;
	}
		#right #search-input{
			font-family:Trebuchet MS;
			font-size:17px;
			color:#212121;
			width:172px;
			height:25px;
			background:#c1c6d1;
			border:1px solid #7f8696;
		}
	
	
	#header-right #header{
		height:100px;
		background:#a39b3a;
	}
		

		#menu{
			background:url('menu_bg.jpg') repeat-x;
			height:40px;
			text-align:left;
		}
			#menu ul { margin: 0; padding: 0; }
			#menu li {float:left; list-style:none;margin:12px 0px 0 25px;}
			#menu li a {
				display: block;
				font-family:Trebuchet MS;
				color:#f0f0f0;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;		
			}
			#menu li a:hover {
				display: block;
				font-family:Trebuchet MS;
				color:#c8d0de;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;		
			}

.padding{
	padding:20px;
}

.clear{
	clear:both;
}

h1, h2, h3, h4{
	margin:0px;
	padding:0px;
}

h1{
	color:#f8f8f8;
	padding:30px 0 0 25px;
}

#content{
	margin:0px;
	background:#f0f0f0;
}


	#content #column-left{
		float:left;
		width:210px;
		background:#f0f0f0;
	}
		#column-left ul{
			margin: 0px; padding: 0px; 
		}
		#padding-left{
			padding:5px 0 0 20px;
		}
		
		#column-left li{
			margin: 3px 0 0px 0 ; padding: 0px; 
		}
		
		#column-left h4{
			margin:12px 0 0 0;
			color:#3d4550;
			font-size:16px;
		}
		
	
	#content #column-center{
		float:left;
		width:311px;
		background:#d3d1b9;
	}
		#column-center h2, h4{
			text-align:left;
			color:#770d0d;
			font-size:18px;
		}
		
		#column-center ol{
			margin:0px;
			padding:0px;
		}
		
		#column-center .casino-review{
			margin:0 0 16px 0;
		}
			.casino-review a{
				font-family:Trebuchet MS;
				color:#195c9a;
				font-size:16px;
				font-weight:bold;
				text-decoration:underline;
			}

			.casino-review a:hover {
				font-family:Trebuchet MS;
				color:#195c9a;
				font-size:16px;
				font-weight:bold;
				text-decoration:none;		
			}
	
		
		#more-places li{
			list-style:none;
			margin:0 0 12px 0;
			padding:7px;
			background:#c1bfae;
		}
	
	#content #column-right{
		float:right;
		width:413px;
		text-align:left;
		background:#bcc3d2;
	}
		#column-right h2, h3{
			text-align:left;
			background:#565f71;
			color:#dbdfe6;
			padding:7px;
		}
		
#footer{
	clear:both;
	height:110px;
	background:#565f71;
	text-align:center;
	color:#f8f8f8;
	font-size:12px;
	padding:9px 0 0 0;
}
	#footer a{
	font-family:Trebuchet MS;
	color:#f8f8f8;
	font-size:12px;
	text-decoration:underline;
}

	#footer a:hover {
		font-family:Trebuchet MS;
		color:#f8f8f8;
		font-size:12px;
		text-decoration:none;		
	}