/* TEXT INFO */
/*input, textarea, select 
{
	font-family		: arial, "ms sans serif", arial, verdana, helvetica;
	border-style	: solid;/
	border-width	: 1px;
	font-size		: 11px;
}
*/

/* IE trasparancy hack */
img { behavior: url(iepngfix.htc); }

.style8 {
	font-size: 14px;
	font-weight: bold;
}


body, td 
{
	font-family			: arial, "ms sans serif", arial, verdana, helvetica;
	color				: #545454;
	font-size			: 12px;
	background-color	: #F5FAFE;
}



.style1 
{
	font-size			: 11px
}

.style5
{
	font-size			: 16px;
	color				: #162B77;
	font-style			: normal;
}


.style5 a
{
	font-size			: 16px;
	font-weight			: bold;
	font-style			: italic;
}



.style7 
{
	color				: #162b77;
	font-weight			: bold;
	font-style			: italic;
	font-size			: 16px;
}

.style7 a
{
	color				: #162b77;
	font-weight			: bold;
	font-style			: italic;
	font-size			: 16px;
}

/* LEFT IMAGE ALIGN */
img.alignleft 
{
	padding			: 10px;
    padding-bottom	: 10px;
	margin			: 0 7px 2px 0;
	display			: inline;
	}
	
	
.alignleft {
	float: left
	}


h1 
{
	margin			: 0;
	font-size		: 15px;
	color			: #162b77;
}

h2 
{
	margin			: 0;
	font-size		: 15px;
	color			: #162b77;
	font-style		: italic;
}

				
/* MAIN BODY */
body 
{
	background-image	:url(images/body_bg.gif);
	background-position	:center;
	background-repeat	:repeat-y;
	background-color	:#F5FAFE;
	margin				:0;
	padding				:5px;
}	


/* MAIN WRAPPER TAG*/
#wrapper
{
	margin				:auto;
	width				:804px;
	background-color	:#F5FAFE;

}


/* TOP LOGO BAR */
#titlebar
{
	position			:relative;
	width				:100%;
	height				:120px;
	background-color	:#F5FAFE;
}


/* CASINO / POKER / SPORTSBOOK links etc */
#toplinks
{
	/*margin-top			:15px;*/
	position			:relative;
	width				:100%;
	height				:25px;
	background-color	:#159EE8;
	border				:solid 1px;
	border-color		:#DFDFDF;

}


#toplink 
{
   list-style			:none;
   margin				:0; 
   padding				:0;
   text-align			:center;
   margin-left			:37px;
}


#toplink li 
{
   float				:left;
}


#toplink li a 
{
   display				:block;
   width				:120px;
   background-color		:#159EE8;
   padding				:4px 0;
   height				:15px;
   color				:#FFF;
   text-decoration		:none;
   font-size			:12px;
   font-weight			:bold;
   border-color			:#159EE8;
   border-width			:1px;
   border-style			:solid;
}



#toplink li a:hover
{
   background-color			:#FFF;
   text-align				:center;
   color					:#159EE8;
   font-weight				:bold;
   font-size				:12px;
  
   border-left-color		:#DFDFDF;
   border-left-width		:1px;
   border-left-style		:solid;
   
   border-right-color		:#DFDFDF;
   border-right-width		:1px;
   border-right-style		:solid;
}


/* WRAPPER CONTAINING CONTENT & LEFTLINKS*/
#mainwrap
{
	margin-top				:15px;
	position				:relative;
	width					:100%;
	/*background-color		:#F5FAFE;*/
}


/* LEFT LINK DETAILS & HYPERLINK*/
#leftlinks
{
	position				:absolute;
	min-width				:160px;
	min-height				:600px;
	padding-left			:10px;
	padding-top				:10px;
	padding-bottom			:20px;
	max-width				:185px;

}

.left-link-header
{
	font-family			:arial, "lucida console", sans-serif;
	padding-left		:5px;
	width				:160px;
	text-decoration		:none;
	height				:22px;
	font-size			:13px;
	color				:#000;
	font-weight			:bold;
}


.left-link a
{
	color				:#162b77;
	font-size			:12px;
	padding-left		:15px;
	display				:block;
	height				:22px;
	text-decoration		:none;
	padding-top			:3px;
	width				:160px;
}

.left-link a:hover
{
color			:#FF5A00;
	width			:160px;
}


/* MAIN CONTENT AREA */
#content
{
	position			:relative;
	width				:562px;
	left				:202px;
	/*background-color	:#F5FAFE;*/
	padding-left		:20px;
	padding-right		:20px;
	padding-top			:15px;
	padding-bottom		:15px;
	min-height			:600px;
	z-index				:1;
	text-align			:justify;
}

#content a:link 			
{
	text-decoration		:none;
	color				:#162b77;
	font-size			:14px;
}

#content a:visited
{
	text-decoration		:none;
	color				:#162b77;
}


#content a:hover
{
color				:#FF5A00;
}




#left, #right, #centre
{
	width:200px;
	text-align:center;
}


/* FOOTER SPECS */
#bottomlinks
{
	position			:relative;
	margin-top			:15px;
	margin-bottom		:15px;
	height				:25px;
	width				:100%;
	background-color	:#DFF2FF;
	border				:solid 1px;
	border-color		:#CFCFCF;
}


#footer
{
	padding-top			:4px;
	text-align			:center;
	color				:#2F2F2F;
	background-color	:#F5FAFE;
}


#footer a:link 			
{
	text-decoration		:none;
	color				:#162b77;
	font-size			:11px;
}

#footer a:visited
{
	text-decoration		:none;
	color				:#162b77;
	font-size			:11px;
}


#footer a:hover
{

	color				:#FF5A00;
}


