@charset "utf-8";
/* CSS Document */

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html, body { height: 100%; }
html { overflow-y: scroll; }
body { 
	font: 11px Verdana, Geneva, sans-serif;
	color: #31aecc;
	background: black;
}

ul { list-style: none inside; }
p { font-size: 1.0em; margin-bottom: 1.4em; color: white; line-height: 1.3em;}
a { outline: none; color: #00b900;}
a:hover { color: #CCC; }
a img { border: none; }

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; font-weight: bold; padding: 5px 0; }
h3 { font-size: 1.2em; font-weight: bold; color: white; }
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* END TOOLBOX */

#page-wrap {
	width: 1070px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
	background: url(../images/chengara_bg.jpg) top center no-repeat;
}

#main-content {
	float: left;
	width: 703px;
	padding: 0 22px;
}
	#page-title {
		height: 110px;	
	}
	#page-title h1 {
		text-indent: -9999px;
	}
	div#text-adventure {
		padding: 5px 0 20px 5px;	
	}
	div#instructions {
		padding: 20px 0 5px 5px;	
	}
#side-bar {
	width: 323px;
	float: right;
}
	#sidebar-title {
		height: 110px;	
	}
	#sidebar-title h2 {
		text-indent: -9999px;
	}
	#buybook {
		padding: 40px 0 0 0;	
	}
		#bookimage {
			float: left;	
		}
		#bookinfo {
			float: right;
			padding: 0 35px 0 0;
		}
	#side-bar h2 {
		padding: 20px 0;
		font-size: 1.1em;	
	}
	.country-image {
		padding-right: 15px;
	}
	#us-bookstores {
		margin: 0 0 10px 0;	
	}
	#us-bookstores img {
		margin: 0 2px;	
	}
	#uk-bookstores {
		margin: 0 0 10px 0;	
	}
	#uk-bookstores img {
		margin: 0 2px;	
	}
	#also-available img {
		padding-right: 25px;
	}
#footer {
	background: #538794;
	color: #31aecc;
	padding: 5px 0;
	width: 1000px;
	height: 20px;
	margin: 0 auto;
}
.push {
	height: 20px;	
}
#footer p, #footer a {
	color: #31aecc;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer a:hover {
	color: #CCC;	
}
