@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background-color:#D8F1F1;
	background-image:url(../images/backgrnd-site1.jpg);
	color:#333;
	margin:0px auto;
}

div#container
{
	margin:10px auto;
	text-align:left;
	padding:5px 5px 20px;
	width: 900px;
	background-color:#FFF7EF;
	overflow: hidden;
	font-family:Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#headerbar {
	height: 145px;
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/header-bar.png);
	background-repeat:no-repeat;
}
div#copyright
{
	padding-top: 15px;
	margin:0px auto;
	width: 900px;
	font-size: 12px;
	text-align: center;
	font-family:Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	clear:both;
}

/*----------------------------
Menu
------------------*/

#menu {
	margin-top: 15px;
	padding-bottom:5px;
	border-bottom:#004D4D thin solid;
	font-size: 16px;	
}

#menu ul {
	margin: 0 10px;
	padding:0;	
}


	
#menu li {
	color:#333;
	padding: 0 14px;
	margin-top: 20px;
	display:inline;
	text-decoration: none;
	list-style-type: none;
	border-right:thin solid #999;	
}

#menu ul .last{
	border-right:none;	
}
#menu a {
	color:#333;
	text-decoration: none;	
}

#menu a:hover {
	color: #F93;	
}

/*----------Current page
---------*/
#menu a.current {
	color:#F93;
	text-decoration: none;
	font-weight:bold;	
}

#menu a.current:hover {
	color:#333;
}


/*------------------------------
Left Content
--------------------------*/


#paragraph {
	font-size: 12px;
	width: 88%;
	color:#333;
	line-height: 20px;
	padding: 20px 10px 20px 50px;
	margin: 2px 2px 20px 2px;	
}

#paragraph #copy{
	width: 500px;
	float:left;
	padding-bottom: 20px;
	border-right: solid thin #004D4D;
	padding-right: 35px;
	
}

#paragraph ul {
	margin:0;
	padding:0;	
}

#paragraph li {
	margin-left: 30px;	
}

#paragraph #homeimage {
	padding: 0 15px 0 0;
	width: 220px;
	float: right;
	
}

#list {
	font-size: 12px;
	width: 95%;
	color:#333;
	line-height: 20px;
	padding: 20px;
	clear:both;
	
}

#savant {
	font-size: 12px;
	width: 375px;
	color:#333;
	line-height: 20px;
	float: left;
	
}



div#rightlist ul {
	float: right;
	clear:both;
}

div#leftlist ul {
	float: left;
}


h1 {
 font-size: 25px !important;	
}

h2 {
 font-size: 20px !important;	
}

h3 {
 font-size: 16px !important;	
}

h4 {
 font-size: 13px !important;	
}



h1, h2, h3, h4 {
	margin:0;
	padding: 0 0 5px 0;
	color:#004D4D;
		
}

.orangetitle {
	color:#C60;
	font-weight: bold;	
}

/*----------------------
Books---------------*/

div.book {
	border:thin solid #fff;
	background-color:#004D4D;
	width: 87%;
	padding: 10px;
	margin: 15px 0 10px 46px;
	float: left;
	color:#fff;
	font-size: 11px;

}

div.book #title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;

}

.bookslotright {
	width: 42%;
	padding-bottom: 5px;
	padding-right: 30px;
	float:right;	
}

.bookslotleft {
	width:42%;
	padding-bottom: 20px;
	padding-left: 30px;
	float:left;	
}

.photo {
	height: 127px;
	padding: 5px;
	float: right;
}

a.read {
	display:block;
	height: 24px;
	text-decoration:none;
	color: #FFFFFF;
	padding-top: 10px;
	background-repeat:no-repeat;
	margin-top: 15px;
	padding-left:15px;
	background-image: url(../images/button.png);
	background-position: left top;
	font-weight:bold;
}

a.read:hover {
	background: url(../images/button.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	color:#303;
}


