html, body{
	margin:0px;
	padding:0px;
}

body{
	background:#f5efc9;
	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:#ef5703;text-align:center;
}
	#header #logo{
			width:202px;
			height:108px;
			padding:15px 0 0 0px;
	}
		
#header-right{
	float:left;width:724px;
}
	#header-right #left{
		float:left;
		width:460px;
	}
	#header-right #right{
		padding-top:38px;
		float:left;
		width:260px;
	}
		#search-input{
			font-family:Trebuchet MS;
			font-size:17px;
			color:#212121;
			width:172px;
			height:22px;
			background:#f8f8f8;
			border:1px solid #7f8696;
		}
		
		#search-btn{
			background:#adc6f4;
			border:1px solid #e8ebf2;
			color:#012464;
			font-weight:bold;
		}
	
	
	#header-right #header{
		height:100px;
		background:#2775b8;
	}
		

		#menu{
			background:#094c86;
			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:#f8f8f8;
}


	#content #column-left{
		float:left;
		width:210px;
		background:#f8f8f8;
		border-left:1px solid #dcdcdc;
	}
		#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;
		}
		
			.table{
				clear:left;
				margin-top:4px;
				width:330px;
				height:36px;
				border-bottom:1px solid #DCDCDC;
			}

				.table #title-name{
					float:left;
					text-align:left;
					width:140px;
					color:#6a1815;
					font-weight:bold;
					padding:10px 0 0 5px;
				}
				
				
				.table .title{
					float:left;
					text-align:center;
					width:90px;
					color:#434343;
					font-weight:bold;
					padding-top:10px;
				}
				
				.table .name{
					float:left;
					text-align:left;
					width:140px;
					padding-top:8px;
				}
				.table .detail1{
					float:left;
					text-align:center;
					width:95px;
					padding-top:8px;
				}
				.table a{
					font-family:Verdana;
					color:#078c00;
					font-size:12px;
					text-decoration:underline;
					font-weight:bold;
				}

				.table A:hover {
					font-family:Verdana;
					color:#078c00;
					font-size:12px;
					text-decoration:none;	
					font-weight:bold;					
				}
				
		
	
	#content #column-center{
		float:left;
		width:409px;
		text-align:left;
		background:#f8f8f8;
		border-left:1px solid #dcdcdc;
	}
		#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:#f8f8f8;
		}
	
	#content #column-right{
		float:left;
		width:311px;
		background:#f8f8f8;
		border-left:1px solid #dcdcdc;
		border-right:1px solid #dcdcdc;
	}
		#column-right h2, h3{
			text-align:left;
			color:#840c0d;
			padding:7px;
		}
		
#footer{
	clear:both;
	height:55px;
	background:#f8f8f8;
	text-align:center;
	color:#646464;
	font-size:12px;
	padding:9px 0 0 0;
	border-top:1px solid #dcdcdc;
}
	#footer a{
	font-family:Trebuchet MS;
	color:#646464;
	font-size:12px;
	text-decoration:underline;
}

	#footer a:hover {
		font-family:Trebuchet MS;
		color:#646464;
		font-size:12px;
		text-decoration:none;		
	}