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

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


.style1 
{
	font-size		: 11px
}

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


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



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


/* 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	:#96C89D;
	margin				:0;
	padding				:5px;
}	


/* MAIN WRAPPER TAG*/
#wrapper
{
	margin				:auto;
	margin-top			:15px;
	width				:804px;
}


/* TOP LOGO BAR */
#titlebar
{
	position			:relative;
	width				:100%;
	height				:110px;
	text-align:left;
	/*background-color	:#339999;*/
	/*border				:solid 1px;*/
	/*border-color		:#ACD4A8;*/
}


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

}


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


#toplink li 
{
   float				:left;
}


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



#toplink li a:hover
{
   background-color			:#EFEFEF;
   text-align				:center;
   color					:#162b77;
   font-weight				:bold;
   font-size				:12px;
 
   border-left-color		:#BFBFBF;
   border-left-width		:1px;
   border-left-style		:solid;
   
   border-right-color		:#BFBFBF;
   border-right-width		:1px;
   border-right-style		:solid;
}


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


/* LEFT LINK DETAILS & HYPERLINK*/
#leftlinks
{
	position				:absolute;
	min-width				:160px;
	min-height				:600px;
	background-color		:#339999;
	border					:solid 1px;
	border-color			:#ACD4A8;
	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				:#fff;
	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
{
	text-decoration	:underline;
	/*color			:#162b77;*/
	width			:160px;
}


/* MAIN CONTENT AREA */
#content
{
	position			:relative;
	width				:562px;
	left				:202px;
	background-color	:#BBEACE;
	border				:solid 1px;
	border-color		:#ACD4A8;
	padding-left		:20px;
	padding-right		:20px;
	padding-top			:15px;
	padding-bottom		:15px;
	min-height			:600px;
	/*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
{
	text-decoration		:underline;
	color				:#F7F7F7;
}




#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	:#FED900;
	border				:solid 1px;
	border-color		:#ACD4A8;
}


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


#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
{
	text-decoration		:underline;
	color				:#162b77;
}


