@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 955px;
}
img#logo {
	top: 30px;
	left: -5px;
}
.largeScreenOnly {
	display: block;
}
#frog {
	position: relative;
	text-align: right;
	margin: -30px 100px 0 0;
	z-index: 2;
}


/* -- page-specific ------------------------------------------------------------ */

/* --- home ------------ */

body#home {
	background: #99cc33 url(../images/bgComingSoon.jpg) 0 -194px repeat-x;
}
																				/* adjustments for IE6 */
																				body#home {
																					_background-position: 0 -195px;
																				}

#houses {
	width: 955px;
	height: 100px;
	margin-top: 200px;
}
p#housesCaption {
	top: -10px;
	font-size: 2em;
}

/* --- topic pages ------- */

body.topicPage div.first {
	float: left;
	margin-top: -10px;
}
body.topicPage div.second {
	margin-left: 400px;
}
body.topicPage div.third {
	float: left;
}

/* --- geography page ------------ */

body#geo {
	background-image: url(../images/mapBG_1200.gif);
}

/* --- mechanics page ------------ */

body#mech div.second {
	margin-left: 210px;
}

/* --- books page ------------ */

body#books div.second {
	margin: -50px 0 0 0;
	padding-bottom: 50px;
}
