body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-size: 90%;
	background-image: url(images/background_07.jpg);
	background-repeat: repeat-x
}
#wrap {
	margin: auto;
	height: auto;
	width: 957px;
	background-image: url(images/shadow_05.jpg);
	background-repeat: repeat-y;
}
#topbanner {
	height: 317px;
	width: 957px;
	margin: auto;
	background-image: url(images/topbanner4.jpg);
	background-repeat: no-repeat;
}
#content {
	height: auto;
	width: 560px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-right: 100px;
	float:right;
}

#content h1 {
	font-size: 1.2em;
	font: Georgia, "Times New Roman", Times, serif;
	color: #0099FF;
}
#content h2 {
	font-size: 1.1em;
	font: Georgia, "Times New Roman", Times, serif;
	color: #66466c;
	margin-bottom: -10px;
}
#content h3 {
	font-size: 1.1em;
	font: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 2px;
	margin-bottom: -15px;
	background-color: #66466c;

}
#content p {
	font-size: 1em;
	line-height: 1.3em;
}
#content li {
	margin-top: 0.8em;
}
#content a, #content a:visited {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover, #content a:active {
	color: #FF6633;
}
#content .special {
	text-align: center;
	font-size: 1.5em;
	font: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #660066;
}
#content .book {
	font-size: 0.9em;
	border: 1px #66466c dotted;
	padding: 10px;
	height: auto;
	margin-top: 15px;
	margin-left: 20px;
	background-image: url(images/purple.jpg);
	background-repeat: repeat;
	width: 470px;
}
#picture {
	position: relative;
	height: auto;
	width: 210px;
	padding-left: 80px;
	float: left;
}
#navbar {
	height: 60px;
	width: 520px;
	position: relative;
	top: 210px;
	left: 360px;
	padding: 0;
	margin: 0;
}
#navbar a:link, #navbar a:visited {
	padding:0;
	color: #FFF;
	border: 0;
}

#footer {
	height: 180px;
	width: auto; 
	padding: 2px 100px 0 100px;
	clear: both;
}
#footer .text {
	font-size: 0.7em;
	color: #666666;
	margin: 0;
}
.image-left {
	float: left;
	border: 0;
	margin: 0 10px 10px 0;
}
.image-right {
	float: right;
	border: 0;
	margin: 0 0 10px 10px;
}
.box-right {
	border: 1px solid #0099FF;
	background-image: url(images/blue.jpg);
	width: 245px;
	padding: 10px;
	float: right;
}
.box-left {
	border: 1px solid #0099FF;
	background-image: url(images/blue.jpg);
	width: 245px;
	padding: 10px;
	float: left;
}
.box-middle {
	border: 0;
	width: 530px;
	padding: 10px;
	clear: both;
}