/* General Structure */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvitica, sans-serif;
	font-size: 75%;
	background: #0B0246;
	color: #777;
}

h3 {
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

a {
	color: #999;
}

a:hover {
	text-decoration: none;
	color: #E1DDC7;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
}

/* Common Classes */
.txtAC {
	text-align: center;
}

.txtAL {
	text-align: left;
}

.txtAR {
	text-align: right;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

/* Basic Structure */
#container {
	width: 700px;
	margin: 0 auto;
}

#header {
	float: left;
	height: 350px;
	width: 700px;
	background: url(../images/bg.jpg) top no-repeat;
	overflow: hidden;
}

#content {
	clear: left;
	float: left;
	width: 650px;
	background: url(../images/book2.gif) right top no-repeat #fff;
	padding: 25px;
}

#footer {
	float: left;
	width: 650px;
	padding: 20px 25px;
	background: #CCCCCC;
}

b.bookspace {
	float: right;
	width: 250px;
	height: 150px;
}

/* Header Stuff */
#header h1 span, #header h2 {
	display: none;
}

#header h1 a {
	float: left;
	width: 210px;
	height: 150px;
	background: url(../images/logo.gif) left no-repeat;
}

#nav {
	padding: 25px;
	float: left;
	clear: both;
}

#header ul {
	float: left;
	clear: both;
	width: 420px;
	height: 170px;
	list-style: none;
	border-top: 1px solid #353342;
}

#header ul li {
	float: left;
	clear: left;
}

#header ul li a {
	float: left;
	width: 370px;
	border-bottom: 1px solid #353342;
	text-decoration: none;
	padding: 10px 25px;
	color: #C56D3C;
	font-size: 1.4em;
	margin: 0;
}

#header ul li a:hover, #header ul li.active a {
	border-bottom: 1px solid #817F90;
	background: #3F3D4F;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}

