
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto auto auto;
	padding: 0px;
	text-align:center;
	background-image: url(images/bettorskenobkg.gif);
}

#abovetop {
	margin : 0px auto;
	width: 759px;
	padding : 0px;
	height: 27px;
}

#top {
	margin : 0px auto;
	width: 759px;
	padding : 0px;
	height: 250px;
}

#companion_sites {
	width: 759px;
	height: 30px;
	background-image: url(images/othersites.jpg);
}

#container {
	width: 759px;
	text-align:left;
	margin : 0px auto;
	background-color : #ffffff;
	background-image: url(images/wrap_back.gif);
}

#nav_header {
	margin : 0px auto;
	width: 192px;
	padding : 0px;
	height: 23px;
	background-image: url(images/nav_header.gif);
}

#leftnav {
	float : left;
	width: 192px;
	padding: 10px 0px 0px 12px;
	margin : 0px;
}

#big_GP_ad {
	float : right;
	margin : 0px 0px 10px 10px;
	padding : 0px;
	width: 254px;
	height: 255px;
}

#free_keno_button {
	float : left;
	margin : 10px 10px 10px 10px;
	padding : 0px;
	width: 226px;
	height: 218px;
}

#foot {
	margin : 0px auto;
	width: 759px;
	padding : 0px;
	height: 85px;
	background-image: url(images/BKeno_foot.jpg);	
}

#pagebottom {
	text-align: center;
	margin : -1px auto;
	padding : 0px 12px 5px 12px;
	width: 759px;
	height: 85px;
}

#banner {
  margin: 20px 10px 0px 10px;
}

#content {
	width: 500px;
	margin-left : 222px;
	padding : 10px;
	background-color: #f0f0f0;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.nav_spacer {
	margin-left : -11px;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060807;
	background-color : #f0f0f0;
}

.bold {
	font-weight: bold;
}

.copyright {
	font-size: 10px;
	color: #ffd14f;
}

.companion_links {
	font-family: "Impact";
	font-size: 17px;
	font-weight: normal;
	color: #015ce1;
}

.onblue {
	font-size: 11px;
	color: #ffd14f;
}

.foot_nav {
	font-size: 11px;
	color: #13488e;
}

.nav_header {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #13488e;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #060807;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	font-family: Impact;
	color: #1350ad;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	color: #1350ad;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a.companion_links:link, a.companion_links:active, a.companion_links:visited {
	color : #015ce1;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
}

a.companion_links:hover {
	color: #2d4e91;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
}

a.onblue:link, a.onblue:active, a.onblue:visited {
	color : #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.onblue:hover {
	color : #ffd14f;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}

a:link, a:active, a:visited {
	color : #30538b;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #dc7401;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
}

a.foot_nav:link, a.foot_nav:active, a.foot_nav:visited {
	color : #334c75;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}

a.foot_nav:hover {
	color : #0068f3;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}

a.incontent:link, a.incontent:active, a.incontent:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13488e;
	text-decoration:none;
}

a.incontent:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dc7401;
	text-decoration:none;
}


