/* =INITIAL CSS=  */ 
/* Neutralize styling: Elements we want to clean out entirely: */ 
html, body, form, fieldset { 
	margin: 0px; 
	padding: 0px; 
	font: 100%/120% Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	} 
/* Neutralize styling: Elements with a vertical margin: */ 
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { 
	margin: 0 0 0 0;
	padding: 0;
	}
/* Apply left margin: Only to the few elements that need it: */ 
li, dd, blockquote { 
	margin-left: 1em; 
	} 
/* Miscellaneous conveniences: */ 
form label { 
	cursor: pointer; 
	} 
input, select, textarea { 
	font-size: 100%; 
	}
img {
	border:0px;
	}

/* =END INITIAL CSS= */
	body {
		text-align:center;
   		background-color:#050e32;
		background-image:url("../images/page_back.jpg");
		background-repeat:no-repeat;
		background-position:top center;
		background-attachment:fixed;
		margin:0px 0px 20px 0px;
		padding:0px;
	}
	#content_holder {
		text-align:left;
		width:756px;
		margin:0px auto 0px auto;
		padding:0px;
	 	background-image:url("../images/cont_back.jpg");
		background-repeat:no-repeat;
		background-color:#edf2ff;
	}
	#header {
		width:736px;
		height:120px;
		padding:10px;
	}
	#header h1 {
		text-align:center;
		font-size:20px;
		color:#ffbb00;
		padding:20px 0px 0px 0px;
	}
	#header p {
		font-size:10px;
		color:#ffbb00;
		text-align:center;
	}
	#nav {
	  position:absolute;
	  float:left;
	  top:99px;	  	
      width:736px;
      font-size:85%;
      line-height:normal;
	  color:#ffffff;
      }
	#nav ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
      }
    #nav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #nav a {
      float:left;
      background:url("../images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #nav a span {
      float:left;
      display:block;
      background:url("../images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#ffffff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover span {
      color:#ffffff;
      }
    #nav a:hover {
      background-position:0% -42px;
      }
    #nav a:hover span {
      background-position:100% -42px;
      }
	  
#main_content {
	margin-top:0px;
	padding:10px;
}
#main_content p {
	padding:10px 0px 10px 0px;
	font-size:.9em;
	text-align:justify;
}
main_content ul, li {
	list-style:none;
}
#main_content h2 {
	font-family:Arial, Helvetica, sans-serif;
	padding:15px 0px 10px 0px;
	font-size:1.4em;
	color:#010e38;
}
#main_content blockquote {
	border:2px dotted #aec4fc;
	background-color:#dce5fc;
	width:80%;
	margin:0px auto 0px auto;
	padding:10px;
}
#main_content a {
	color:#039;
	text-decoration:underline;
}
#main_content a:hover {
	color:#fff;
	background-color:#039;
	text-decoration:none;
}


#footer {
	margin:20px 0px 35px 0px;
	text-align:center;
	color:white;
	font-size:.7em;
	line-height:normal;
}
#footer a {
	color:white;
	text-decoration:underline;
}
#footer a:hover {
	color:#050e32;
	background-color:white;
	text-decoration:none;
}




/*4 Game Type Bars*/
#the_jockey_game {
	margin:10px auto 0px auto;
	width:736px;
	background-image:url("../images/jockey_game_bar.jpg");
	background-repeat:no-repeat;
	
}

#the_trainer_game {
	margin:10px auto 0px auto;
	width:736px;
	background-image:url("../images/trainer_game_bar.jpg");
	background-repeat:no-repeat;
	
}

#the_betting_game {
	margin:10px auto 0px auto;
	width:736px;
	background-image:url("../images/gambling_game_bar.jpg");
	background-repeat:no-repeat;
	
}

#the_spectator_game {
	margin:10px auto 0px auto;
	width:736px;
	background-image:url("../images/spectator_game_bar.jpg");
	background-repeat:no-repeat;
	
}

.play_now_button {
	width:315px;
	margin:10px auto 10px auto;
	background:url("../images/play_now.jpg") 0 0 no-repeat ;
}
.play_now_button a {
display:block;
width:315px;
height:130px;
background: url("../images/play_now.jpg") 0 0 no-repeat;
text-decoration: none;
border:0;
}
.play_now_button a:hover { 
background-position: 0 -130px;
}
.play_now_button a:active {
background-position: 0 -130px;
}

.free_demo_button {
	width:315px;
	margin:10px auto 10px auto;
	background:url("../images/free_demo.jpg") 0 0 no-repeat ;
}
.free_demo_button a {
display:block;
width:315px;
height:130px;
background: url("../images/free_demo.jpg") 0 0 no-repeat;
text-decoration: none;
border:0;
}
.free_demo_button a:hover { 
background-position: 0 -130px;
}
.free_demo_button a:active {
background-position: 0 -130px;
}


	#main_pitch {
		padding:30px;
	}
	#main_pitch h1 {
		font-size: 1.4em;
		font-weight: bold;
	}
	#main_pitch h2 {
		margin:20px 0 0 0;
		font-size:1.2em;
	}
	#main_pitch h3 {
		margin:20px 0 0 0;
		font-size:1em;
		text-decoration:underline;
	}
	#main_pitch p {
		font-size:.9em;
		margin:20px 0 20px 0;
		text-align:justify;
	}
	#main_pitch ul {
		list-style:none;
	}
	#main_pitch ul,li {
		margin:0 0 40px 0;
	}
	#main_pitch li {
		font-size:.9em;
		margin:20px 40px 0 40px;
		text-align:justify;
	}
	#main_pitch blockquote {
		background-color:#eee;
		border:1px dashed #777;
		padding:0 10px 0 10px;
		margin:20px;
	}

