#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	width: 960px;
	background-image: none;
	background-color: #000;
}
#header_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding: 0px;
	font-weight: normal;
	font-size: large;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header_image {
	float: left;
	height: 207px;
	width: 165px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
#header_content {
	float: left;
	height: 200px;
	width: 750px;
}
#header_nav {
	height: 30px;
	width: 750px;
	float: left;
	margin-bottom: 5px;
}
#header_content_right {
	float: right;
	height: 100px;
	width: 300px;
	margin-top: 20px;
}
#header_content_left {
	float: left;
	width: 350px;
}
#content {
	margin-top: 20px;
}

#left_col {
	background-color: #78272F;
	float: left;
	width: 221px;
	padding: 10px;
	height: 2100px;
}

#left_col p   {
	color: #FFF;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#left_col h3 {
	color: #FFF;
	margin-top: 20px;
}
#books #left_col {
	height: 2200px;
}
#contact #left_col, #schedule #left_col{
	height: 1900px;
}

#contact #right_col, #schedule #right_col{
	height: 1920px;
}
#schedule #left_col p{
	font-size: 14px;
	font-style: normal;
}
#schedule #left_col ul {
	list-style-type: square;
	color: #FFF;
}
#other_writing #left_col {
	height: 2800px;
}
#other_writing #right_col {
	height: 2820px;
}

#books #left_col h3 {
	color: #FFF;
	margin-top: 100px;
}

#middle_col {
	float: left;
	width: 479px;
}

#middle_content {
	margin: 5px;
}
#middle_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#home #middle_content h3 {
	margin: 0px;
	padding: 0px;
}

#right_col {
	background-color: #78272F;
	float: left;
	width: 240px;
	height: 2120px;
}
#books #right_col {
	height: 2220px;
}

#right_col p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
#facebook {
	width: 200px;
	margin-left: 20px;
	margin-top: 20px;
	height: 300px;
}

#right_col h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 18px;
}
/*Begin stylings for book images on right_col*/
#thumbs_left {
	float: left;
	width: 120px;
}

#thumbs_right {
	float: left;
	width: 120px;
}
#thumbs ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thumbs_book_li  {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.thumbs_reviews_li {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
}
#thumbs p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#thumbs_bottom ul{
	padding: 0px;
	margin-top: 20px;
	margin-left: 75px;
}
#cd_holder ul{
	padding: 0px;
	margin-top: 20px;
	margin-left: 61px;
}
/*End thumb stylings*/
#book_table {
	margin-top: 20px;
	background-color: #000;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#book_table td {
	width: 68px;
	height: 40px;
	background-color: #FFF;
}
#book_table tr {
	text-align: center;
}
#sidebar_footer p {
	font-size: 9px;
}


/*begin line stylings for right_col*/
.line_top {
	width: 80px;
	margin-left: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 1px;
}
#thumbs #reviews {
	margin-left: -10px;
}

.line_bottom {
	width: 80px;
	margin-left: 80px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


.bold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.italic {
	font-style: italic;
}
.centre_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: center;
}

.italic_bold {
	font-style: italic;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.large {
	font-size: 20px;
}

