﻿@import url('layout.css');
@import url('text.css');
.linkstyle {
	margin-left: 40px;
}
body {
	margin: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	color: #000000;
}
/* Styles for DIV tags */
#container {
	border-bottom: 3px solid #999999;
	border-top: 3px solid black;
	background: #000000 url('../_image/book/bookspine.jpg') repeat-y left top;
	background-repeat: repeat-y;
	background-color: #CCCCCC;
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	text-align: left;
}
#title {
	background-color: #E69696;
	padding: 0px;
	position: relative;
	text-align: center;
}
#collage {
	background-color: #E69696;
	padding: 0px;
}
#navigation {
	background-color: #E69696;
	margin-left: 40px;
	font-size: small;
	font-weight: bolder;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
}
html > body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #ffffff;
	padding: 0px;
}
#main_page_area {
	border: thin #000000 solid;
	float: right;
}
.image-rt {
	float: right;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
	margin-top:3px;
}
#footer {
	background-color: #E69696;
	color: #FFFFFF;
}
/* Styles for Masthead */
/* Styles for Navigation */
/* Styles for Main Page Area */
/* Styles for Footer */


