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

/* Global, divs, structure, etc */

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container {
	text-align: left;
	width: 850px;
	background: url(../images/content-bg.jpg) bottom left no-repeat;
}

#header {
	height: 223px;
	background: url(../images/header.jpg) no-repeat;
}

#middle {
	background: url(../images/middle-bg.jpg) top right no-repeat;
	min-height: 370px;
	height: auto;
	_height: 370px;
}

#nav {
	width: 150px;
	float: left;
}

#blognav {
	width: 150px;
	background: url(../images/blognav-bg.jpg) no-repeat;
	float: right;
}

#content {
	min-height: 370px;
	height: auto;
	_height: 370px;
	margin: 0px 190px 60px 195px;
}

/* Hides from IE5-mac \*/
* html #content {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
* html #nav {
	margin-right: 45px;
}
/* End hide from IE5-mac */ 

.book {
	border: 1px solid #b21a1f;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 5px 0px;
	color: #fffff;
	float: left;
	text-align: center;
}

.review {
	width: 400px;
	height: 182px;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 10px 0px;
	border: 1px #b21a1f solid;
}

/* this class should be placed on a div
or break element and should be the final 
element before the close of a container 
that should fully contain a float */

.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


/* Tables */

table {
	border: 0px;
}

table.interview tr td {
	font-size: 0.75em;
	line-height: 1.5;
	margin: 0px 0px 15px 0px;
	padding:0px 10px 10px 0px;
	vertical-align: top;
}

table.form {
	font-size: 0.75em;
	border: none;
}

table.form tr td {
	vertical-align: top;
}


/* Text styles */

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #b21a1f;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #b21a1f;
	margin: 20px 0px 10px 0px;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #ff9000;
	margin: 0px 0px 10px 0px;
}	

p {
	font-size: 0.75em;
	line-height: 1.5;
	margin: 0px 0px 15px 0px;
}

em {
	font-weight: normal;
	color: #ff9000;
}

ul {
	margin: 0px 0px 0px 10px;
	padding-left: 20px;
	font-size: 0.75em;
}

ul ol {
	margin: 0px 0px 0px 10px;
	padding-left: 20px;
	font-size: 1.0em;
}

ol {
	margin: 0px 0px 0px 10px;
	padding-left: 20px;
	font-size: 0.75em;
}

ol ul {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 1.0em;
}

ol.quiz li {
	margin: 20px 0px 5px 0px;
	line-height: 1.5;
}

li, ul.quiz li {
	margin: 5px 0px 5px 0px;
	line-height: 1.5;
}


/* Links */

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #b21a1f;
}

a:hover, a:active {
	text-decoration: underline;
}

#nav a:link, #nav a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 0.9em;
	font-weight: bolder;
	text-decoration: none;
	color: #dddddd;
	margin: 0px 0px 13px 43px;
}

#nav a:hover, #nav a:active {
	color: #b21a1f;
}


/* Image styles */

img {
	float: left;
	margin: 0px 10px 10px 0px;
	border: none;
}

.bordered {
	border: 1px solid #b21a1f;
}

.header {
	float: none;
	margin: 0px;
	border: none;
}

.book img {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #b21a1f;
	float: none;
}

.excerpt img {
	border: 1px #ffffff solid;
	float: none;
	width: 313px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}