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

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#434343;
	margin:0px;
	padding:0px 0px 0px 1px;
	background: #a5a5a5 url(../images/blue_background.gif) repeat-y center;
	text-align:center;
}
html>body{
	padding:0px;
}
p{
	margin-top:0px;
}
h1{

}
h2{

}
h3{

}
h4{

}
table{
	width:730px;
}
th{
	text-align:left;
	color:#a5a5a5;
	vertical-align:top;
	width:90px;
}
td{
	vertical-align:top;
	width:445px;
}
#container{
	width:800px;
	text-align:left;
	margin:0px auto;
	border:0px;
	position:relative;
}
#logo{
	background:#00204e;

}
#header{
	background:#CCCCCC;

}
#header img{
	border:none;
}
#content{
	padding-left:35px;
	padding-top:35px;
	padding-bottom:30px;
	background: white url(../images/footer_800x6.gif) bottom no-repeat;
	position:relative;
}
#content a:link{
	color:#82a8df;
}
#content a:visited{
	color:#a5a5a5;
}
#content a:hover{
	color:#434343;
}
#content a:active{
	color:#434343;
}
#content p{
	margin-right:35px;
}
span.description{
	color:#a5a5a5;
	font-weight:bold;
}
span.contact{
	color:#82a8df;
	font-weight:bold;	
}
td.bookCover{
	width:137px;
}
td.bookTitle{
	font-weight:bold;
}
td.descCell{
	width:auto;
	padding:15px 0px;
}
td.comingSoon{
	color:#82a8df;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	padding-top:10px;
}
#navs{
	height:32px;
	background: #918f8f url(../images/nav_800x40.gif) no-repeat;
	padding-top:8px
}
.dividerGray{
	height:9px;
	padding-bottom:50px;
	background: url(../images/divider_gray.gif) center no-repeat;
}
#footer a:link{
	color:#FFFFFF;
}
#footer a:visited{
	color:#a5a5a5;
}
#footer a:hover{
	color:#FFFFFF;
}
#footer a:active{
	color:#FFFFFF;
}
#footer{
 background:#00204e;
 color:#FFFFFF;
 padding-left:21px;
 padding-right:21px;
 padding-top:15px;
 padding-bottom:24px;
}
.dividerWhite{
	margin-left:-21px;
}
#copyright{
	font-size:10px;
}