* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #000;
}

body {
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	margin-bottom: 41px;
}


/* top */
#top {
	width: 100%;
	height: 401px;
	display: block;
	background-image: url('../images/backgroundTop.jpg');
	background-repeat: repeat-x;
	margin-bottom: 25px;
}

#top div.content {
	width: 990px;
	height: 372px;
	margin: 0 auto;
	padding-top: 29px;
	background-image: url('../images/top.jpg');
	background-position: center 171px;
}

.adv {
	display: block;
	width: 990px;
	height: 100px;
	text-align: center;
	margin: 0 auto;
}

.adv#first {
	width: 750px;
}

#top .adv {
	margin: 0 auto 223px;
	-margin: 0 auto 221px;
}

#top ul {
	width: 690px;
	height: 37px;
	display: block;
	list-style: none;
	background-image: url('../images/menu.jpg');
	text-align: center;
	padding: 12px 150px 0;
}

#top ul li {
	display: inline;
	color: #575757;
}

#top ul li a {
	display: inline;
	color: #575757;
	padding: 0 5px;
}

#top ul li a:hover {
	color: #00489b;
}



#container {
	width: 913px;
	display: block;
	margin: 0 auto;
	padding: 31px 39px 0 38px;
}

#adv-left {
	width: 160px;
	height: 600px;
	display: block;
	float: left;
	margin: 0 21px 18px 0;
	background-color: #1e3c60;	
}	

#content {
	width: 732px;
	display: block;
	float: left;
	background-color: #f5f5f5;
	background-image: url('../images/contentTopBG.gif');
	margin-bottom: 18px;
}

#content p.end {
	width: 665px;
	display: block;
	padding: 9px 35px 14px 32px;
	background-image: url('../images/contentBottomBG.gif');
	background-position: left bottom;
}

#content p.end span {
	display: block;
	float: left;
	padding-top: 6px;
	color: #919191;
}

#content p.end a {
	width: 73px;
	height: 20px;
	display: block;
	float: right;
	background-image: url('../images/toTop.gif');
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}

#content .single {
	width: 618px;
	display: block;
	background-color: #fff;
	margin: 11px auto 0;
	padding: 26px 0 15px 50px;
}

#content .single#welcome {
	width: 668px;
	padding-left: 0;
	background-image: url('../images/headers/welcome.jpg');
}

#content .single#welcome p {
	line-height: 170%;
	padding: 1px 34px 15px 66px;
}

#content .single#welcome span.red {
	color: #f70000;
	font-weight: bold;
}

#content .single h1 {
	font-weight: normal;
	font-size: 13pt;
}

#last-add-games {
	display: block;
	list-style: none;
	margin-top: 20px;
}

#last-add-games li {
	width: 550px;
	display: block;
	clear: both;
}

#last-add-games li img {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}

#last-add-games li div {
	width: 445px;
	display: block;
	float: right;
	margin: 0 0 16px 0;
}

#last-add-games li span {
	color: #858585;
	display: block;
	font-size: 10px;
}

#last-add-games li h2 {
	display: block;
	padding: 3px 0 0;
}

#last-add-games li h2 a {
	font-size: 14pt;
	color: #f5c51f;
}

#last-add-games li span.discription, span.discription {
	display: block;
	color: #000;
	font-size: 11pt;
}

#last-add-games li a.play-now {
	width: 100px;
	height: 22px;
	display: block;
	background-image: url('../images/playNowBG.gif');
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 6px;
	margin-top: 6px;
}
	
#content .adv {
	width: 668px;
	height: 60px;	
}



#footer {
	width: 949px;
	height: 62px;
	display: block;
	clear: both;
	margin: 0 auto;
	background-image: url('../images/footerBG.jpg');
	padding: 17px 19px 0 22px;
}

#footer p {
	color: #63a4ea;
	margin-bottom: 20px;
}

#footer p span {
	display: block;
	float: right;
}

#footer p a, #footer p span a {
	color: #63a4ea;
}

#footer p a:hover, #footer p span a:hover {
	text-decoration: underline;
}