/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
body {
	background: url(../images/bg.jpg);
	color: #282828;
	font-family: arial, sans-serif;
	font-size: 12px;
}

a{
	color: #2bb2ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
}

h2, h3 {
	font-family: helvetica, verdana, sans-serif;
	font-size: 19px;
}

h2 span {
	color: #f0b224;
}

p {
	line-height: 130%;
	padding: 10px 0;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/
.clear {
	clear: both;
	line-height: 0;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/
#wrapper {
	background: #fff;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 877px;
}

/*	HEADER	*/
#header {
	background: url(../images/header.jpg) no-repeat;
	border-bottom: 1px solid #cbcbcb;
	height: 170px;
	padding-bottom: 2px;
	position: relative;
}


/*	LOGO	*/
#logo {
	position: absolute;
	top: 5px;
	left: 30px;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	position: absolute;
	bottom: 3px;
	left: 40px;
}

#menu li {
	float: left;
	margin-right: 25px;
}

#menu a {
	background: url(../images/menu.png) repeat-x;
	color: #000;
	display: block;
	height: 25px;
	padding: 16px 5px 0 5px;
	position: relative;
}

#menu a:hover {
	background: url(../images/menu-hover.png) repeat-x;
	text-decoration: none;
}

#menu a .left {
	background: url(../images/menu-span-left.png) no-repeat;
	display: block;
	height: 41px;
	width: 13px;
	position: absolute;
	left: -13px;
	top: 0;
}

#menu a .right {
	background: url(../images/menu-span-right.png) no-repeat;
	display: block;
	height: 41px;
	width: 13px;
	position: absolute;
	right: -13px;
	top: 0;
}

#menu a:hover .left {
	background: url(../images/menu-left-hover.png) no-repeat;
}

#menu a:hover .right {
	background: url(../images/menu-right-hover.png) no-repeat;
}



/*------------------------------------------------------*/
/* =CONTENT						*/
#content {	
	border: 1px solid #cbcbcb;
	margin: 5px 10px 0 10px;
	overflow: hidden;		/*clears the floats */
	padding: 15px 0 30px 0;
	width: 855px;			/* IE needs a width to clear the floats */
}

/*------------------------------------------------------*/
/* =SIDEBAR						*/
#sidebar {
	float: left;
	text-align: center;
	width: 215px;
}

#sidebar img {
	background: #3EA99F;
	padding: 15px;
}

#contentBottom {
	color: #fff;
	overflow: hidden;
	width: 100%;
}

#contentBottom a {
	color: #fff;
}

#contentBottom img {
	float: left;
}

#contentBottom  #otherSites {
	background: url(../images/content-bottom.jpg) no-repeat;
	font-size: 13px;
	float: left;
	line-height: 170%;
	margin: 25px 0 0 -10px;
	padding: 15px;
	width: 563px;
}

#contentBottom span {
	color: #ea9f24;
	text-decoration: underline;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#main {
	float: left;
	width: 600px;
}

.casino {
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

.casino h3 {
	background: url(../images/casino.jpg) no-repeat;
	font-size: 16px;
	padding: 17px 0 0 20px;
	height: 50px;
}

.casino h3 img {
	position: relative;
	top: 11px;
	margin-right: 8px;
}

.casino a {
	color: #2bb2ff;
}

.casino p {	
	float: left;
	padding-right: 12px;
	width: 400px;
}

.casino span {
	color: #f0b224;
}

.imgContainer{
	background: url(../images/casino-img-bg.jpg) no-repeat;
	float: left;
	padding: 13px 15px;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	font-size: 11px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	text-align: center;
	width: 878px;
}

#footer ul {
	margin-bottom: 7px;
}

#footer li {
	border-right: 1px solid #282828;
	display: inline;
	padding: 0 5px;
}

#footer a {
	color: #282828;
}

