/* CSS Document */

html{
	min-height: 100%;
	margin-bottom: 1px;
}

body{
	background-color: #223b5b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #010101;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, table, tr, td, p, img, span, div{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}

a{
	color: #0272cd;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.clear{
	clear: both;
}

.right{
	float: right;
}

.left{
	float: left;
}

/* CONTAINERS */

#page{
	width: 792px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper{
	width: 792px;
	background-image: url('../images/bg_page.gif');
	background-repeat: repeat-y;
	background-position: top right;
}

#header{
	width: 782px;
	height: 129px;
	background-image: url('../images/img_header.jpg');
	background-repeat: no-repeat;
}

#content{
	width: 754px;
	background-image: url('../images/bg_content.gif');
	background-repeat: repeat-y;
	margin-left: 28px;
}

#content .table_content{
	margin: 20px 27px;
}

#footer{
	background-image: url('../images/bg_footer.gif');
	background-repeat: no-repeat;
	width: 765px;
	margin-left: 28px;
	background-position: top right;
	padding-top: 20px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #949CA7;
	margin-bottom: 20px;
	text-indent: 10px;
}

#footer a{
	font-weight: normal;
	color: #949CA7;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

/* TABLE SETUP AND INDIVIDUAL PAGE FORMATTING */

.container{
	margin: 20px 27px 10px 27px;
}

body#home .container{
	margin-left: 15px;
}

body#home .column_left{
	width: 335px;
	padding-right: 0px;
}

.column_left{
	width: 150px;
	padding-right: 40px;
}
.column_left_home {
	width: 300px;
	padding-right: 40px;
}


body#home .column_left h3{
	font-size: 17px;
	color: #64758a;
	font-weight: normal;
	font-style: italic;
	width: 240px;
	margin-left: 20px;
	margin-top: 60px;
	line-height: 26px;
}

body#home .column_right h1{
	font-size: 33px;
	font-weight: normal;
	color: #7d4284;
}

.column_right h1{
	font-size: 27px;
	font-weight: normal;
	color: #7d4284;
	margin-top: 10px;
}

.quote {
	font-size: 15px;
	color: #616a74;
	font-weight: normal;
	font-style: italic;
	margin-top: 15px;
	line-height: 26px;
}

.column_left h3{
	font-size: 15px;
	color: #616a74;
	font-weight: normal;
	font-style: italic;
	margin-top: 30px;
	line-height: 22px;
}
.column_left_home h3 {
	font-size: 15px;
	color: #616a74;
	font-weight: normal;
	margin-top: 0px;
	line-height: 20px;
}

.column_left_home h4 {
	font-size: 11px;
	color: #616a74;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.column_right h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #010101;
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: -5px;
}

.column_right h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #474747;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: -5px;
}

.small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 6px;
}

.column_right li{
	list-style-type: square;
	line-height: 18px;
	margin: 4px 0px;
}

.column_right p, .column_left p{
	line-height: 18px;
	margin: 10px 0px;
}

.left_img{
	margin: 0px 25px 15px 0px;
}

.img_keyhole{
	margin-top: -10px;
}

.img_keyhole a{
	height: 170px;
	width: 110px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('../images/img_home_key.jpg');
}

.img_keyhole a:hover{
	background-position: 0px -170px;
}

.img_jean-boyd{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #616060;
	width: 130px;
	padding: 0px 0px 15px 25px;
}

.img_jean-boyd img{
	margin-bottom: 5px;
}

body#home .img_book-excerpt{
	border: 1px solid #8b8a8a;
}

/* NAVIGATION */

#nav{
	width: 754px;
	height: 30px;
	margin-left: 28px;
	background-image: url('../images/bg_nav.gif');
	background-repeat: no-repeat;
}

#nav ul{
	float: right;
	margin: 8px 0px 0px 0px;
	padding: 0;
	list-style: none;
	clear:both;
}

#nav ul li{
	float: left;
	width: auto;
	display:block;
	height: 20px;
	margin: 0px 10px 0px 0px;
}

#nav ul li.nav_last{
	margin-right: 0px;
}

#nav ul li a{
	height: 20px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#nav ul li a:hover, #nav ul li.nav_selected a{
	background-position: 0px -20px;
}

#nav li.nav_home a{
	width: 40px;
	height: 20px;
	background-image: url('../images/nav_home.gif');
	background-repeat: no-repeat;
}

#nav li.nav_is-this-for-you a{
	width: 90px;
	height: 20px;
	background-image: url('../images/nav_is-this-for-you.gif');
	background-repeat: no-repeat;
}

#nav li.nav_book-excerpts a{
	width: 88px;
	height: 20px;
	background-image: url('../images/nav_book-excerpts.gif');
	background-repeat: no-repeat;
}

#nav li.nav_about-jean a{
	width: 70px;
	height: 20px;
	background-image: url('../images/nav_about-jean.gif');
	background-repeat: no-repeat;
}

#nav li.nav_stories a{
	width: 41px;
	height: 20px;
	background-image: url('../images/nav_stories.gif');
	background-repeat: no-repeat;
}

#nav li.nav_blog a{
	width: 33px;
	height: 20px;
	background-image: url('../images/nav_blog.gif');
	background-repeat: no-repeat;
}

#nav li.nav_buy-the-book a{
	width: 85px;
	height: 20px;
	background-image: url('../images/nav_buy-the-book.gif');
	background-repeat: no-repeat;
}
