body {
	background: #739259 url(images/background.jpg) repeat;
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.4em;
}

#container {
	width: 1000px;
	*width: 1000px;
	height: 100%;
	*height: 100%;
}

#container .header {
	vertical-align: top;
	width: 100%;
	*width: 100%;
	height: 160px;
	*height: 160px;
	margin-left: 4px;
	z-index: 10;
}


#container .content {
	background: #ffffe5 url(images/shadow.jpg) repeat;
	position: relative;
	top: 0px;
	width: 578px;
	*width: 578px;
	height: 100%;
	*height: 100%;
	padding: 10px 110px 50px 110px; 
	text-align: left;
	border-bottom: 2px solid #aaa;
}


#footer {
	background-color: #ffffdb;
	clear: both;
	left: 0px;
	vertical-align: bottom;
	width: 640px;
	*width: 640px;
	height: 50px;
	*height: 50px;
	color: #666;
	font: 11pt Arial, Helvetica, sans-serif;
	padding-top: 50px;
	z-index: 10;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #cc6633;
	text-decoration: underline;
}


.greytitlelg {
	padding: 3px;
	width: 100%;
	*width: 100%;
	background-color: #ddd;
	color: #444;
	font: bold 16pt Arial, Helvetica, sans-serif;
	font-variant: small-caps; 
	text-align: left;
}

.greytitlemd {
	padding: 3px;
	width: 100%;
	*width: 100%;
	background-color: #ddd;
	color: #444;
	font: bold 12pt Arial, Helvetica, sans-serif;
	font-variant: small-caps; 
	text-align: left;
}

.largered {
	color: #990000;
	font-size: 23pt;	
	font-weight: bold;
	line-height: 1.2em;
}

.redclass {
	color: #990000;
	font-size: 16pt;	
	font-weight: bold;
}

.smallred {
	color: #990000;
	font-size: 14pt;	
	font-weight: bold;
}

.largeblue {
	color: #003399;
	font-size: 23pt;	
	font-weight: bold;
	line-height: 1.2em;
}

.blueclass {
	color: #003399;
	font-size: 16pt;	
	font-weight: bold;
}

.smallblue {
	color: #003399;
	font-size: 14pt;	
	font-weight: bold;
}

.greyclass {
	color: #666;
	font-size: 10pt;	
	font-weight: normal;
}

.dashborder {
	border: 4px double #bc3d1c;
	background-color: #ffffcc;
	font-size: 12px;
	text-align: left;
	width: 75%;
	*width: 75%;
	padding: 20px;
	margin-bottom: 50px;
}

.dashbordercenter {
	border: 4px double #bc3d1c;
	background-color: #ffffcc;
	font-size: 12px;
	text-align: center;
	width: 75%;
	*width: 75%;
	padding: 20px;
	margin-bottom: 10px;
}

.bookdescription {
	width: 100%;
	*width: 100%;
	padding: 20px 10px 20px 10px;
	border: 4px double orange;
}

.bookdiv {
	float: left;
	width: 23%;
	*width: 23%;
	padding: 15px 0px 0px 0px;
}

.bookul {
	float: right;
	width: 76%;
	*width: 76%;
	padding: 0px 0px 0px 0px;
}


p {
	text-indent: none;
}


a {
	text-decoration: none;
}

a:hover {
	color: orange;
}

ul {
	list-type: dash;
	text-align: left;
}


li {
	margin-left: 4em;
}


.bookul ul li{
	margin: 0px;
}

a img {
	border: 0px;
}

a:hover img {
	border: 1px solid orange;
}


.smallfont {
	font-size: 10pt;
}
