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

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
body {
	padding: 0px;
	background-color: #000;
	background-image: url(images/bdybckgrnd.jpg);
	background-repeat: repeat-x;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header {
	height: 270px;
	background-image: url(images/stevebanner2.jpg);
	padding-top: 75px;
	padding-left: 25px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#header #social_media {
	margin-top: 200px;
	margin-right: 50px;
	float: right;
}

#main {
	background-color: #FFF;
}
#footer {
	height: 15px;
	background-color: #55411E;
	font-size: 10px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	color: #FFF;
	margin-bottom: 25px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}




#menu {
	height: 25px;
	background-color: #55411E;
	padding-bottom: 5px;
}
h1 {
	margin: 0px;
	padding: 0px;
}

#menu #menu_button {
	width: 180px;
	float: left;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	height: 30px;
}
#menu #menu_active {
	width: 180px;
	float: left;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	height: 30px;
	background-color: #312511;
}
#wrapper #menu #menu_button a:link {
	text-decoration: none;
	display: block;
	color: #FFF;
	height: 25px;
	padding-top: 5px;
}
#wrapper #menu #menu_active a:link {
	text-decoration: none;
	display: block;
	color: #FFF;
	height: 25px;
	padding-top: 5px;
}

#menu #menu_button a:hover {
	background-color: #312511;
	color: #000;
}
#wrapper #menu #menu_button a:visited {
	color: #FFF;
}
#wrapper #menu #menu_active a:visited {
	color: #FFF;
}





#footer #footer_copy {
	float: left;
	width: 350px;
}
#footer #footer_rights {
	float: right;
}
#wrapper #footer #footer_rights a {
	color: #F00;
	text-decoration: none;
}






#main #main_sidebx {
	float: right;
	width: 250px;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
}
#main #main_txtbx {
	float: left;
	width: 550px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
#header #header_title {
	width: 300px;
	color: #FFF;
	float: left;
}



#header #header_title h1 {
	font-size: 45px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#social_media {
	text-align: right;
}

#header #header_title h3 {
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
.fineprint {
	font-size: 12px;
	color: #000;
}
#main #main_sidebx #books {
	color: #FFFFFF;
	background-color: #B0B384;
	width: 180px;
	float: right;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 4px;
}
#main #main_txtbx #book_holder {
	width: 550px;
	margin-bottom: 20px;
}
#main #main_txtbx #book_holder #book_picture {
	float: left;
	width: 150px;
	margin-top: 10px;
}
#main #main_txtbx #book_holder #book_info {
	width: 400px;
	float: left;
}
#main #main_txtbx #book_holder #book_title {
	float: left;
	height: 40px;
	width: 400px;
}
#wrapper #main #main_txtbx #book_holder #book_title h2 {
	margin: 5px;
	padding: 0px;
}
