* { margin: 0; padding: 0; }
img { border: none; }
.floatr { float: right; } .floatl { float: left; }
.center { text-align: center; } .left { text-align: left; } .right { text-align: right; }
.noborder { border: none !important; }
.clr { display: block; clear: both; }

body {
	text-align: center;
	background: #fff;
	font: 11px/16px verdana, sans-serif;
	color: #fff;
}

.image-left {
	float: left;
	margin: 3px 13px 3px 0;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 13px;
	padding: 3px 0 3px 3px;
}

#container {
	width: 100%;
	background: #3c60ac url("images/header_bg.gif") no-repeat top center;
	padding: 0 0 30px 0;
}

	#header {
		width: 778px;
		height: 155px;
		margin: 0 auto;
		text-align: left;
		position: relative;
	}	
		#header h1 a {
			display: block;
			float: left;
			width: 184px;
			height: 155px;
			background: url("images/logo.gif") no-repeat;
		}
			#header h1 a span {
				display: none;
			}
			#header h1 a:hover {
				background: url("images/logo_hover.gif") no-repeat;
			}
		#header ul {
			float: right;
			margin: 20px 0;
		}
			#header ul li {
				display: inline;
			}
			#header ul li a {
				color: #b8c0c3;
				display: block;
				float: left;
				width: 92px;
				height: 30px;
				text-align: center;
				background: url("images/nav_bg.gif") no-repeat top right;
				padding: 40px 0 0 0;
				text-decoration: none;
			}
			#header ul li a:hover,
			#about #nav-about a, 
			#contact #nav-contact a, 
			#operations #nav-operations a, 
			#games #nav-games a, 
			#atm #nav-atm a {
				color: #fff;
				font-weight: bold;
				background: url("images/nav_bg_hover.gif") no-repeat top right;
			}

	#content {
		width: 778px; /* was 795 */
		margin: 0 auto;
		text-align: left;
		position: relative;
	}
		#content p {
			margin: 0 0 10px 0;
		}

		#leftcol {
			width: 184px; /* was 190 */
			margin: 26px 20px 20px 0;
			float: left;
			display: inline;
		}

		.block {
			background: #4367b4;
			padding: 13px;
			margin: 20px 0 0 0;
		}
			.block ul {
				list-style: none;
				line-height: 170%;
			}
				#main .block ul a {
					color: #adc8ff;
					text-decoration: none;					
				}
					#main .block ul a:hover {
						color: #fff;
						text-decoration: underline;
					}

		#main {
			width: 572px; /* was 582 */
			float: right;
			display: inline;
		}
			#main h2 {
				color: #adc8ff;
				/*font: normal 180%/110% verdana, sans-serif;*/
				font: normal 150%/110% verdana, sans-serif;
				margin: 0 0 15px 0;
			}
			#main h3 {
				font: bold 140% arial, sans-serif;
				margin: 25px 0 10px 0;
			}
			#main a {
				color: #80d1ff;
			}
				#main a:hover {
					color: #fff;
				}
			#main table {
				width: 360px;
				float: left;
			}
				#main th, td {
					vertical-align: top;
					padding: 5px 5px 8px 5px;
					border-bottom: 1px solid #5074be;
				}
					#main td {
						border-bottom: 1px solid #5074be;
					}
					#main td.price {
						text-align: right;
						font-weight: bold;
					}
			#main ul.features, #main ul.features ul {
				margin: 5px 0 5px 20px;
				font-size: 90%;
				line-height: 130%;
			}


#footer_container {
	width: 100%;
	height: 111px;
	background: url("images/footer_bg.gif") repeat-x top center;
}
	#footer {
		width: 778px;
		margin: 0 auto;
		color: #9bb6f1;
		text-align: left;
		padding: 20px 0 0 0;
	}

