* { margin: 0; padding: 0; border: 0; }
body {
	text-align: center;
	background: url(/img/backtoschool/background-tile.jpg) scroll 0 0 repeat; 
	font-family: verdana,sans-serif;
	font-size: 75%;
	padding-bottom: 2em;
}
a { color: #46602C; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }
#header {
	background: url(/img/backtoschool/top.png) scroll 0 0 no-repeat;
	width: 906px;
    margin: 10px auto 0 auto;
	height: 25px;
}
#page {
	width: 906px;
	position: relative;
	/* changed for backtoschool */
		background: url(/img/backtoschool/bg_white4.png) scroll 0 0 repeat-y;
	/*---*/
	margin: 0 auto;
}
#bottom-left {
	position:absolute;
	bottom:0;
	left:5px;
	height:215px;
	width:21px;
	background: url(/img/backtoschool/bg_bottom_left.png) left bottom no-repeat;
}
#left {
	position: relative;
	left: 26px;
	width: 241px;
	text-align: left;
	float: left;
}
#left_inner { 
	padding: 0px 3px 50px 3px;
}
#left_inner a { color: #70511f; }
#left_inner p { padding: 0 1em 0 1.5em; }
.left_hr {
	display:none;
	background: url(/img/backtoschool/hr_left.gif) scroll 0 0 no-repeat;
	width: 235px;
	height: 8px;
}
.left_promo {
	color: #46602C;
	text-align: center;
	padding: 1em 0 .5em 0;
}
.beg_book_img { margin-top: 7px; }
#right {
	position: relative;
	margin-left: 285px;
	width: 615px;
	text-align: center;
}
#right_header {
	text-align: right;
	height: 205px;
	position:relative;
	/* added for backtoschool */
		left:-11px;
	/*---*/
}
#right_inner {
	position: relative;
	width: 593px;
	text-align: center;
}
.banner {
	margin: 4px 0;
}
ul.tweets li {
	list-style-type: none;
	margin: 1em 22px;
	clear: left;
}
#twitter-link { margin-left: 22px; }
.other { margin: 0 22px 22px 22px; }
.other li {
	list-style-image: url(/img/backtoschool/star.png);
	margin-top: .6em;
	margin-left: 5px;
	clear: left;
	width: 200px;
}
#left_inner .other li a {
	color: #000;
	font-size: .9em;
}
.white_header {
	width: 593px;
	text-align: center;
	padding: 8px 0 5px 0;
	background-color: #559266;
	margin-top: 14px;
}
.green_header {
	width: 593px;
	text-align: center;
	padding: 6px 0;
}
.book_row {
	text-align: center;
	width: 590px;
	overflow: hidden;
}
.book {
	float: left;
	width: 185px;
	padding: 5px;
	text-align: left;
	line-height: 1.4em;
}
.book strong {
	height: 2.5em;
	color: #004474;
	display: block;
	text-align: center;
}
.book strong a {
	color: #004474;
}
.book img {
	border: solid 1px #999;
	margin: 6px 0;
}

#footer {
	background: url(/img/backtoschool/bg_bottom.png) scroll 0 0 no-repeat;
	width: 906px;
	padding:2em 0;
    margin: 0 auto;
	color: #333;
    text-align: center;
}

.signup {
	text-align: center;
}
.signup p {
	text-align: left;
	font-size: .9em;
	margin: .5em;
}
.signup input {
	border: solid 1px #a58f58;
	padding: 3px;
	margin: .5em;
}

