/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #CC3333;
}
a:hover {
	color: #CC3333;
}
body {
	color: #666666;
	font: normal 100%  Georgia, "Times New Roman", Times, serif;
	margin: 0;
	background-image:url(../images/bg2.gif);
	background-position:center top;
	background-repeat: repeat-y;
}
input {
	color: #555;
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
}	
p,cite,code,ul {
	font-size: 16px;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 28px;
	margin-bottom: 10px;
	color:#B91F45;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	margin-bottom: 12px;
	color:#CC3333;
}
code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(../images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em Georgia, "Times New Roman", Times, serif;
	padding-left: 28px;
}
h1,h2,h3 {
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 867px;
}
.header {
	height:165px;
	background-image: url(../images/header_long.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.nav{
	padding:10px 0;
	}
.nav a{
	text-decoration:none;
	}	

/* main */
.main {
	padding: 15px 15px 0 15px;
}
	
/* content */
.largead{
	height:300px;
	background-image:url(../images/head2.jpg);
	margin:0;
}
.largead_text{
	width:450px;
	float:right;
	text-align:right;
	padding:25px;
	font-family:Arial, Helvetica, sans-serif;
	}
.largead_text p{
	color: #333333;
	font-size:16px;
	}
.largead_text a{
	color:#FFF;
	}	
.content {
	margin:20px 0 0 0;
	clear:both;
	border-bottom: 1px solid #CCCCCC;
}
.left{
	width:400px;
	height:255px;
	padding: 0 15px 15px 0;
	border-right: 1px solid #CCCCCC;
	}
.right{
	width:405px;
	float:right;
	}
.leftallpages{
	margin-bottom:15px;
	padding: 0 15px 15px 0;
	border-bottom:1px solid #CCCCCC;
	}
.rightallpages{
	width:405px;
	float:right;
	}
.left2{
	width:400px;
	padding: 0 15px 15px 0;
	border-right: 1px solid #CCCCCC;
	}		
/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding:14px;
}
.button {
	background: url(../images/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	color: #666;
	font-size: 16px;
	margin: 10px auto 0 auto;
	text-align: center;
	clear:both;
}
.footer a {
	color: #CC3333;
	text-decoration: none;
}
.footer a:hover {
	color: #CC3333;
	text-decoration: underline;
}
.imgfix{
	display: block
}
.bookfloatright{
	float:right;
	padding:0 0px 20px 20px;
	}
.photospaceleft{
	padding-left:20px;
	}	
.dave{
	border-top: 1px solid #CCCCCC;
	padding: 30px;
	}	
