body {
	background-image: url(images/background.gif);
	background-color: #666666;
	font-family: Georgia, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100;
}
/* navigation */
#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 500px;
}

.navcenter {
	overflow: auto;
	border: #1293B5 12px solid;
	padding: 0px;
	width: 200px;
	height: 501px;
	text-align: center;
	background-color: #FFFFFF;
}


/* homepage */
#index_head {
	position: absolute;
	top: 0px;
	left: 238px;
	width: 513px;
	height: 138px;
	padding: 12px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 13px;
	margin-bottom: 13px;
	background-color: #1293B5;
}
#index_news {
	position: absolute;
	top: 176px;
	left: 238px;
	background: url(images/background_light.gif);
	width: 287px;
	height: 311px;
	overflow: auto;
	background-color: #E2E2E2;
	padding: 12px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 13px;
	margin-bottom: 13px;
}

#index_about {
	position: absolute;
	top: 176px;
	left: 563px;
	background: url(images/background_light.gif);
	width: 188px;
	height: 200px;
	overflow: auto;
	background-color: #E2E2E2;
	padding: 12px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 13px;
	margin-bottom: 13px;
}
#index_about p {
	line-height: 18px;
}
#index_about a:link {
	color: #1293B5;
	text-decoration: none;
	font-weight: bold;
}
#index_about a:hover {
	color: #1293B5;
	text-decoration: underline;
	font-weight: bold;
}

#index_contact {
	position: absolute;
	top: 413px;
	left: 563px;
	width: 188px;
	height: 75px;
	overflow: auto;
	background-color: #1293B5;
	padding: 12px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 13px;
	margin-bottom: 13px;
}
#index_contact td {
	color: #ffffff;
	/*font-size: 10px;
	line-height: 9px;*/
	align="right"
	margin-left: 5px;
	padding:0px;
}

/* secondary ids */
#secondary_head {
	position: relative;
	/*top: 12px;*/
	left: 238px;
	width: 513px;
	height: 113px;
	padding: 12px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 13px;
	margin-bottom: 13px;
	background-color: #1293B5;
}
#secondary_content {
	position: relative;
	/*top: 12px;*/
	left: 238px;
	width: 513px;
	/*height: 113px;*/
	padding: 12px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 13px;
	background: url(images/background_light.gif);
	background-color: #E2E2E2;
}

#secondary_content p:first-letter {
	font-weight: bold;
}
#secondary_container {
	position: relative;
	/*top: 12px;*/
	left: 250px;
	width: 537px;
}
td.bg_light {
	background: url(images/background_light.gif);
	background-color: #E2E2E2;
}
#secondary_contact {
	position: relative;
	left: 238px;
	width: 513px;
	height: 63px;
	overflow: auto;
	background-color: #1293B5;
	padding: 12px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 13px;
	margin-bottom: 13px;
}
#secondary_contact td {
	color: #ffffff;
	/*font-size: 10px;
	line-height: 9px;*/
 	align="right"
	margin-left: 5px;
	padding:0px;
}

.secondary_color_bg {
	background-color: #1293B5;
	padding: 12px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 13px;
	margin-bottom: 13px;
	color: #ffffff;
	/*font-size: 10px;
	line-height: 9px;*/
 	align="right"
}

.book_title {
	font-family: Georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	color: #1293B5;
}
.book_details {
	font-family: Georgia, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #f1f1f1;
	line-height: 13px;
}

.spread {
	background-color: #f1f1f1;
	font-family: Georgia, sans-serif;
	font-size: 10px;
	border: #cccccc 1px solid;
}

/* normal classes */
.right {
	float: right
}
.legal {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #898989;
}
.letters {
	font-weight: bold;
	padding-right: 5px;
}

.leading {
	padding-left: 5px;
	padding-right: 10px;
}

li {
	font-family: Georgia, sans-serif;
	font-size: 13px;
}

p {
	font-size: 13px;
	line-height: 18px;
}

a:link {
	color: #1293B5;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #1293B5;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #1293B5;
	text-decoration: none;
	font-weight: bold;
}

a:link img {
	border: #ffffff 1px solid;
}
a:hover img {
	border: #1293B5 1px solid;
}
a:visited img {
	border: #dddddd 1px solid;
}

a:link .noborder {
	border-width: 0px;
}
a:hover .noborder {
	border-width: 0px;
}
a:visited .noborder {
	border-width: 0px;
}