/* CSS Document */

body { 
	font-family: Arial, Helvetica, sans-serif;
	margin:20px; 
}
.breakaway {
	background-image:url(../images/layout/blueredyell-bkg.jpg);
	background-repeat: repeat-x;
}
#wrapper { width: 962px; }
#header_home { text-align: center; height: 150px;}
.masthead { float: left; position:absolute;}
#header { 
	text-align: left; 
	z-index:10;  
	height: 100px;
	position: relative;
}
#header .books-head { position: absolute; left:20px; top: 0}
#header #books-icons {
	position: absolute;
	top: 90px;
	left: 20px;
	z-index:10;
	}
#header #title {text-align: center;
	position: absolute; top: 0; left:450px;
	width: 450px
}
#header .clothing { position: absolute; left:1px; top: -5px}

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -1px;
	color: #005674;
}
h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	color: #005674;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 0;
}
#content {  
	display: block;
	color:#222;
	text-align: left;
	background-color:#fff;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	padding: 0 20px 10px 20px;
	font-size: 12px;
	line-height: 16px;
}
.border { 1px solid #ccc }
.white { color:#fff}
.subhead { font-size:15px; font-weight:bold; }
.intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 18px;
	line-height: 24px;
}
.feature {
	display: block;
	background-color:#EEE;
	border: solid 1px #999;
	padding: 10px;
}
.price { 
	font-size: 24px;
}
.small { font-size: 10px }
a { color: #005674; font-weight: bold; text-decoration: none }
a:hover { color: #00384d; text-decoration: underline }

#footer { 
	text-align: center; background-color:#fff;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	width: 960px;
}
#footer .links {
	display: block;
	height: 35px;
	border-bottom: solid 1px #005674;
	width: 900px;
	text-align: center;
	font-size: 15px;
}
#footer #logo {
	float: left;
	padding: 12px 20px 0 20px;
}
#footer #address {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 16px;
	padding: 20px 0 20px 20px;
}
