body {
	font-family: Tahoma, Arial;
	font-size: 13px;
	text-align: center;
	margin: 0;
}

#page {
	margin: auto;
	padding: 0;
	width: 816px;
	text-align: center;
	background: #FFFFFF url("images/body-bg.png") repeat-y top;
}

#header {
	background: #FFFFFF url("images/header-bg.png") no-repeat center top;
	width: 816px;
	height: 398px;
	text-align: left;
}

#book {
	width: 437px;
	height: 398px;
	text-align: left;
	padding: 0;
	margin: 0;
	float: left;
}

#social {
	width: 130px;
	height: 60px;
	text-align: right;
	float: left;
	padding: 2px 0 0 230px;
}

#title {
	color: #0099CC;
	float: left;
	padding: 98px 0 0 22px;
}

#title h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 0;
}

#sidebar {
	width: 281px;
	padding: 0;
	margin: 0;
	float: left;

}

#contact {
	font-weight: bold;
	color: #FFFFFF;
	clear: both;
	float: right;
	padding: 20px 5px 0 0;
	width: 211px;
	font-weight: bold;
	font-size: 14px;
}

#contact h2 {
	font-size: 20px;
	color: #FFFFCC;
}

#contact h3 {
	font-size: 17px; 
}

#contact h4 {
	font-size: 16px;
	color: #FFFFCC;
}

#sidebar ul {
	margin: 0;
	padding: 0 5px 0 0;
	float: right;
	width: 210px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	background: url("images/nav-button.png") repeat-x right top;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	color: #0099CC;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

#sidebar a {
	color: #0099CC;
	text-decoration: none;
}

#sidebar a:hover {
	color: #D8182A;
}

#content {
	color: #FFFFFF;
	text-align: left;
	float: left;
	padding: 0 0 0 30px;
	margin: 0;
	width: 450px;
	font-weight: bold;
}

#content a {
	color: #ffff00;
	text-decoration: none;
}

#content a:hover {
	color: #ffff00;
	text-decoration: underline;
}

#content h3 {
	font-size: 18px;
	color: #FFFFCC;
}

#content h4 {
	font-size: 15px;
}

#thebook {
	background: #FFFFFF;
	border: 1px solid #000000;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

#thebook h2 {
	font-size: 18px;
}

#thebook p {
	color: #339966;
}

#footer {
	background: #FFFFFF url("images/footer-bg.png") no-repeat top;
	width: 816px;
	height: 148px;
	margin: 0 auto;
	clear: both;
}

#copyright {
	color: #666666;
	font-weight: bold;
}

#copyright a {
	color: #666666;
	text-decoration: none;
}

#copyright a:hover {
	color: #D8182A;
	text-decoration: none;
}
