body {
	margin: 0 auto;
	background: #e6e6e6 url(images/bg.jpg) repeat-x;
}

ul, li, img, body, html, p, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}

/* ============ Content ============
====================================*/

#content {
	background: url(images/content_bg.png) repeat-y ;
	width: 980px;
	margin: 0 auto;
	margin-top: 19px;
}

#main_page {
	margin: 0 auto;
	width: 961px;
	padding-left: 1px;
}

/* ============ Header ============
====================================*/

#menu {
	background: url(images/menu_bg.png) repeat-x;
	height: 4px;
	font-size: 12px;
	color: #fff;
	width: 961px;
	text-align: right;
	margin: auto;

}

#menu li {
	list-style: none;
	display: inline;
}

#menu li a{
	font-size: 12px;
	color: #fff;
	line-height: 21px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 0px 0px 12px;
	font-weight: bold;
	background: url(images/arrows.png) no-repeat 0% 50%;
}

#menu li a:hover {
	color: #d9d6d6;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	height: 86px;
	background: url(images/header_bg.png) repeat-x;
}

#header img.logo {
	margin: 6px 0px 0px 25px;
}

#header a.bonus {
	position: absolute;
	margin: 7px 0px 0px 10px;
	padding: 11px 0px 0px 8px;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #d1caca;
	height: 50px;
	float: right;
	color: white;
}

/* =========== LeftSide ===========
====================================*/

#leftside {
	width: 293px;
	float: left;
	padding: 15px 0px 0px 4px;
	clear: left;
	background: #ebebeb;
	border-right: 1px solid #cac0c0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 30px 0px;
}

#navigation {
	width: 200px;
	margin: 18px 0px 0px 7px;
}

#navigation h4 {
	background: #1f336e;
	color: #fff;
	font-size: 13px;
	padding: 3px 0px 3px 3px;
}

#navigation li {
	list-style: none;
	padding: 6px 0px 6px 10px;
	background: url(images/navigation_line.png) no-repeat 0% 50%;
	border-bottom: 1px solid #cecece;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#navigation li:hover {
	background: #fff url(images/navigation_line.png) no-repeat 0% 50%;
}

#navigation li a {
	color: #8f8e8e;
	text-decoration: none;
	padding: 0px 90px 0px 0px;
}

#diamond_sportsbook {
	margin: 10px 0px 0px 7px;
}

#diamond_sportsbook h5 {
	font-size: 17px; 
	text-decoration: underline;
	color: #253a77;
	margin: 0px 0px 5px 0px;
}

#diamond_sportsbook img {
	border: 1px solid #d6d8dd;
}

#diamond_sportsbook h4 {
	font-size: 17px;
	letter-spacing: -1px;
	color: #676970;
	font-weight: bold;
	padding: 9px 0px 0px 0px;
}

#diamond_sportsbook p {
	font-size: 14px;
	color: #676970;
	padding: 2px 10px 0px 0px;
}

/* =========== RightSide ===========
====================================*/

#right_side {
	width: 634px;
	float: right;
	clear: right ;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 16px 0px 16px;
	margin: 15px 0px 0px 0px;
}

#welcome {
	padding: 0px 0px 10px 0px;
}

#welcome h2 {
	color: #303134;
	font-size: 24px;
	letter-spacing: -1px;
	font-family: Tahoma, Verdana, Geneva;
}

#welcome p {
	font-size: 13px;
	color: #303134;
	line-height: 17px;
}

#top_deals h3 {
	background: #1f336e;
	color: white;
	padding: 1px 0px 1px 5px;
	font-size: 21px;
	margin: 0px 0px 8px 0px;
}

#top_deals li {
	font-size: 13px;
	line-height: 25px;
	color: #303134;
	padding: 8px 20px 8px 0px;
	margin: 0px 0px 0px 14px;
	list-style-image: url(images/right_list_style.png);
	border-bottom: 1px solid #e0dcdc;
}

#news h2 {
	margin: 10px 0px 3px 0px;
	color: #303134;
	font-size: 24px;
	letter-spacing: -1px;
	font-family: Tahoma, Verdana, Geneva;
}

#news p {
	font-size: 13px;
	line-height: 21px;
	color: #303134;
}

#bottom_page {
	height: 20px;
	
	background: #1f336e;
}
#bottom_page a {
	color: #FFF;
}
/* ====================================*/

#clear { 
	clear: both;
}

.clear { 
	clear: both;
}

