#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/content-background2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #000000;
	background-color: #858585;
}
body {
	background-color: #999999;
}
#header {
	background-image: url(images/logo.gif);
	height: 177px;
	background-color: #000000;
	background-repeat: no-repeat;
}
#contentLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	width: 500px;
	float: left;
	padding: 20px;
	background-image: url(images/alpha.png);
	background-repeat: repeat;
}
#contentLeft img {
	border: 3px solid #FFFFFF;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #CCCCCC;
}


#contentRight {
	width: 390px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 20px;
}
.bookCover {
	margin-top: 10px;
	border: 1px solid #FFFFFF;
}

#contentRight a {
	color: #FFFF99;
}

.adept a:link {
	color: #666666;
	text-decoration: none;
}

#footer {
	background-color: #FFFFFF;
	clear: both;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	padding-top: 10px;
	padding-left: 20px;
}
.adept {
	padding-left: 50px;
	color: #333333;
}
.adept a:visited {

	color: #666666;
	text-decoration: none;
}
#header ul {
	padding-top: 145px;
}
#header li {
	padding-right: 15px;
	display: inline;
}
#header a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 2px solid #6B6B6B;
}
#header a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	border-top: 2px none #6B6B6B;
	border-right: 2px solid #6B6B6B;
	border-bottom: 2px none #6B6B6B;
	border-left: 2px solid #6B6B6B;
}
#header a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 2px solid #6B6B6B;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #6B6B6B;
	border-left: 2px solid #CCCCCC;
}
#contentLeft a {

	color: #FFFF99;
}
