/*Skills of Australian Football - Stylesheet*/

body {
	text-align: center;
	background: #000000;
}

h1 {
	
}

h3 {
	
}

em { font-style: italic;}

#masthead {
	padding: 0px;
	margin: 0px;
}

#HowToPlay {
	margin: auto;
	margin-top: 0px;
	width: 959px;
	height: 609px;
/*	background: url('../images/bg_home.jpg') no-repeat bottom;*/
}

#wrapper {
	margin: auto;
	width: 959px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background: #fff;
}

#content {
	background: url('../images/leftfill.png') repeat-x bottom;
	padding-bottom: 30px;
}

#leftcol {
	width: 390px;
	float: left;
	padding-left: 46px;
}

#leftcol p {
	color: #000;
	font-size: .87em;
	padding-left: 10px;
	padding-right: 10px;
}

#bookoptions {
	float: right;
	margin-top: 20px;
	margin-bottom: 30px;
}

#rightcol {
	margin-left: 451px;
	position: relative;
}

#footer {
	width: 959px;
	clear: both;
}

/* Jquery Cycle plugin */
	#slider {
		padding-top: 27px;
	}

	#slide_elements {
		margin:0;
		padding:0;
		list-style:none;
		width:480px;
		height: 259px;
		display: block;
		overflow:hidden; 
	}
	
	#slide_elements li {
		width:480px;
		height: 259px;
	}
		
	#slide_elements li img {
		margin: 0px 10px 0px 10px;
		float: left;
	}
	
	#slide_elements h3 {
		color: #8D8F8E;
		font-size: 2.6em;
		font-weight: bold;
		margin-left: 180px;
		padding: 0px 20px 5px 0px;
	}

	#slide_elements p {
		font-weight: bold;
		margin-left: 180px;
		padding-right: 20px;
	}

	.navbtns { 
		display:block;
		width:70px;
		height:60px;
		position:absolute;
		left:35px;
		bottom:0px;
	}

	a.prev, a.next {  
		display:block;
		width:35px;
		height:35px;
		background:url('../images/skills_nav_prev.png') no-repeat 0 0;
		float: left;
	}	
	
	a.next { 
		background:url('../images/skills_nav_next.png') no-repeat 0 0;	
	}
		
	a.prev:hover { background: url('../images/skills_nav_prev.png') no-repeat 0 -35px;}
	a.next:hover { background: url('../images/skills_nav_next.png') no-repeat 0 -70px;}

.success {
	padding: 5px 10px;
	background: #EAF2EA;
	font-weight:bold;
	text-align:center;
	color: #060;
	margin-bottom: 10px;
}

#issuu-viewer {
	display: block;
	width: 100%;
	height: 800px;
}

