* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: #000000;
}

/************** INITIAL POSITIONING ***************/

#box {
	margin: 0 auto;
	width: 980px;
	min-height:800px;
	border: thick, #FFFFFF;
}

#header {
	position:relative;
	float:left;
	width:980px;
	height:300px;
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
}

#navigation {
	position: relative;
	float: left;
	width: 100px;
	padding: 5px; 
	background-color:#D9652C;
	filter: alpha(opacity=80);
	/*opacity: 0.8;
	z-index: 20;*/
}

#content {
	position:relative;
	float:left;
	width: 655px;
	padding: 5px;
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	/*opacity:0.8;
	z-index:20;*/
}

#rightside {
	position:relative;
	float:left;
	width:200px;
	padding: 0 0 5px 5px;
	background-color:#D9652C;
	filter:alpha(opacity=80);
	/*opacity:0.8;
	z-index:20;*/
}

#footer {
	position: relative;
	float: left;
	width: 980px;
	padding-top: 25px;
	text-align: center;
	z-index:20;
}

/***********  SPECIAL INSTRUCTIONS AND CLASSES **************/

.hide {
	display: none;
}

.title {
	color:#A51F25;
	font-weight:bold;
}

ul li {
	list-style:none;
}

ul.white li a, a .white {
	color: #A51F25;
}

.red {
	color:#A51F25;
	font-weight:bold;
}

#cover {
	position: relative;
	float:left;
	border:none;
	padding: 10px;
}

.italic {
	font-style:italic;
}

.scaps {
	font-variant:small-caps;
}

#social {
	text-align:center;
	margin:0 auto;
}

#social a img {
	border:none;
	text-decoration:none;
	padding-top:5px;
}

.divide {
	text-align:center;
	margin: 10px 0;
}

.indent {
	margin-left: 15px;
}

/************  LINKS  **********************************/

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #40423D;
}

a:active {
	color: #A51F25;
}

a:hover {
	color: #A51F25;
}

/************  NAVIGATION ROLL OVERS  ******************/

li.nav a, li.nav a:link, li.nav a:visited {
	display:block;
	width:85px;
	height:20px;
	margin:1px;
	padding: 0 0 0 5px;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:left;
	line-height:18px;
	overflow:hidden;
	background-color:#D9652C;
}

li.nav a:hover {
	color:#FFFFFF;
}

/**************  BOOKS PAGE *************************/

#SoS img {
	float: left;
	padding: 5px;
}

.toggle {
	display: none;
	padding-bottom: 10px;
}

/**************  EXTRAS PAGE ************************/

.poem {
	margin:0 auto;
	display:block;
	width: 345px;
}
