

/* main css document */

* {
	margin : 0;
	padding : 0;
	border : 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : #fff;
	text-align: center;
	background: #999;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p,h1 {
	text-align: justify;
}

h3 {
	font-size: 90%;
}

/* site layers */

#site-wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#site-header {
	width: 700px;
	height: 100px;
	margin: 0 0 6px 0;
}

#site-navigation {
	margin: 0 0 0 0;
	width: 700px;
	height: 35px;
	background: url(../media/round-corners.gif) no-repeat #fff;
}

#site-content-outer {
	width: 700px;
	background: #fff;
}	

#site-content-inner {
	width: 672px;
	margin: 0 4px 4px 4px;
	padding: 10px 10px 10px 10px;
	background: #0033FF;
}

#site-footer {
	color: #0033FF;
	font-weight: bold;
	font-size: 85%;
	margin: 0;
	height: 20px;
	background: url(../media/round-corners-bottom.gif) no-repeat bottom left #fff;
}



/* class styling */

#site-navigation a {
	display: block; 
	width: 116px; 
	color: #0033FF; 
	text-decoration: none;
	font-size:115%;
	font-weight: bold;
	text-align: center;
}

#site-navigation p {
	padding: 6px 0 6px 0;
}

#site-navigation ul {
	margin : 0; 
	padding : 0; 
	list-style-type : none;
	width: 700px;
	overflow: hidden;
}

#site-navigation li {
	float : left;
	width: 116px;
	line-height: 35px;
	text-align: center;
}

#site-content-inner p, #site-content-inner h1 {
	margin: 0 0 10px 0;
}

#site-content-inner h1 {
	font-size: 130%;
	color: #fff;
}

#site-content-inner p {

}

#site-content-inner .float-right {
	float: right;
	margin: 0 0 10px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}

#site-content-inner .float-left {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}

#site-footer p {
	margin: 0 14px 0 14px;
}

.caption {
	font-size: 85%;
	margin: 4px 4px 0 4px;
	height: 15px;
}

.book-details {
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	background: #006699;
}

.book-image {
	padding: 10px;
	vertical-align: top;
	text-align: center;
}

.book-image img {
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

.book-description {
	padding: 10px 10px 10px 0;
	vertical-align: top;
}

.book-description p {
	font-size: 80%;
}

.book-description a {
	color: #fff;
}

.img-border {
	border: 1px solid #ccc;
}

a, a:link, a:visited {
	color : #fff;
	text-decoration: none;
}

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