html, body{
	margin:10px 0 0 0;
	padding:0px;
}

body{
	background:#7f8696;
	text-align:center;
}

#container{
	width:895px;
	margin: auto; 
	text-align:left;	
	font-family:Trebuchet MS;
	color:#212121;
	font-size:14px;
}

A{
	font-family:Trebuchet MS;
	color:#084763;
	font-size:14px;
	text-decoration:underline;
}

A:hover {
	font-family:Trebuchet MS;
	color:#356c84;
	font-size:14px;
	text-decoration:none;		
}

.padding{
	padding:0px 12px 0 12px;
}

.clear{
	clear:both;
}

#top{
	background:url('top.jpg') no-repeat; width:895px; height:20px;
}

#middle{
	background:#f6dbb8;
}
	#header{
		background:url('header_bg.jpg'); width:871px; height:150px;
	}
		#header-top{
			width:871px;
			height:110px;
		}
			#header-top #logo{
				padding:15px;
			}
			
			#logo h1{
				margin:0px 0 0 70px;
				padding:0px;
				color:#f8f8f8;
				font-size:22px;
			}
			
			
		#header-bottom{
			width:871px;
			height:40px;
		}
			#menu{
				width:600px;
				height:40px;
				text-align:left;
			}
			#menu ul { margin: 0; padding: 0 0 0 7px; }
			#menu li {
				float:left; 
				list-style:none;
				margin:0px 0px 0px 5px;
				padding-top:11px;
				background:url('tab.png') no-repeat;
				width:100px;
				height:40px;
				text-align:center;
				
			}
			#menu li a {
				display: block;
				font-family:Trebuchet MS;
				color:#840c0c;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;			
			}
			#menu li a:hover {
				display: block;
				font-family:Trebuchet MS;
				color:#8f5555;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;		
			}
	
	#content{
		padding:12px 0 12px 0;
		text-align:left;
	}
		#content #left{
			float:left;
			width:609px;
		}
			#left #bg{
				background:url('top-content-bg.jpg'); width:609px; height:250px;
				color:#ffffff;
			}
			
				#bg a{
						font-family:Trebuchet MS;
						color:#f8f8f8;
						font-size:16px;
						font-weight:bold;
						text-decoration:underline;
					}

					#bg a:hover {
						font-family:Trebuchet MS;
						color:#ffffff;
						font-size:16px;
						font-weight:bold;
						text-decoration:none;		
					}
				
			
		#content #right{
			float:right;
			width:250px;
			
		}
			#casino-review{
					width:250px;
					height:250px;
					color:#c1e9ff;
					font-weight:bold;
					background:url('casino_review_bg.jpg');
				}
					
					#review-padding{
						padding-top:70px;
					}
					
					.review-raw{
							width:240px;
							height:35px;
							margin-left:10px;
						}
						
							.review-raw .c1{
								float:left;
								margin:2px 0 0 3px;
								width:110px;
								text-align:left;
							}
							.review-raw .c2{
								float:right;
								margin:2px;
								width:90px;
								text-align:left;
							}
							
					
					#casino-review a{
						font-family:Trebuchet MS;
						color:#f8f8f8;
						font-size:14px;
						font-weight:bold;
						text-decoration:underline;
					}

					#casino-review a:hover {
						font-family:Trebuchet MS;
						color:#ffffff;
						font-size:14px;
						font-weight:bold;
						text-decoration:none;		
					}
	
	#content-two{
		text-align:left;
	}
		#content-two #left{
			float:left;
			width:282px;
		}
				#left #top{
					background:url('see-more-top.jpg'); width:282px; height:59px;
				}
				#left #middle{
					background:#f8f8f8;
					width:281px; 
				}
					#left #text{
						padding:12px;
					}
						#left #text h4{
							padding:0px;
							margin:10px 0 0 0;
							color:#5d9db9;
						}
						
						#left #text ul{
							padding:0px;
							margin:0 0 0px 0;
						}
						
						#text li{
							list-style:none;
							margin:0 0 0px 0;
							padding:6px 0 6px 0;
						}
						
					
				#left #bottom{
					background:url('see-more-bottom.jpg'); width:282px; height:20px;
				}
			
				
		#content-two #right{
			float:right;
			width:580px;
		}
			#right #top-bg{
					background:url('know_more_top.jpg'); width:580px; height:59px;
				}
				#right #middle-bg{
					background:#f8f8f8;
					width:579px; 
				}
					#right #middle-bg #text{
						padding:12px;
					}
						
						#right #text ul{
							padding:0px;
							margin:0 0 0px 0;
						}
					
						#right #text h2, h3{
							padding:0px;
							margin:0px 0 0 0;
							color:#4f9f75;
						}
						
				#right #bottom-bg{
					background:url('know_more_bottom.jpg'); width:580px; height:20px;
				}
		
		
#footer{
	margin-top:20px;
	text-align:center;
	width:871px;
}
		
#bottom{
	background:url('bottom.jpg'); width:895px; height:20px;
	clear:both;
	margin-bottom:15px;
}