/* @group Header */

img { 
	behavior: url(iepngfix.htc);
}

body {
	font: 90%/1.25 Georgia, "Times New Roman", Times, serif;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

#page {
	width: 800px;
	background: url(img/bg.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(img/bgheader.gif) repeat-x;
	height: 120px;
}

#header img.topleft {
	display: inline;
	float: left;
}

#header img.logo {
	display: block;
	padding-top: 35px;
	margin: 0 auto;
}

#subheader {
	border-top: 2px solid #ffcc66;
	border-bottom: 2px solid #ffcc66;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 10pt;
	line-height: 20px;
}

#wrapper {
	background: url(img/bg.gif) repeat-y;
	clear: both;
	float: left;
	display: block;
}

#menu {
	width: 155px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline;
	height:  100%;
	float: left;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(img/off.gif) no-repeat;
	height: auto;
	width: 153px;
	line-height: 26px;
	font-size: 80%;
	padding: 4px 0 4px 30px;
}

#menu a:hover {
	background: url(img/on.gif) no-repeat;
}

#menu a.active {
	background: url(img/on.gif) no-repeat;
}

/* @end */

#content {
	display: inline;
	width: 625px;
	float: left;
	clear: right;
	margin: 10px;
	background: url(img/contentbg.png) no-repeat center center;
}

/* @group Content */

img.map {
	padding: 5px;
}

img.book {
	float: right;
	padding: 5px;
}

img.bookcover {
	padding: 0 10px 10px 0;
}

img.profile {
	float: right;
	padding: 0 0 10px 10px;
}

/* @end */

/* @group Footer */

#topbutton {
	margin: 5px;
	float: right;
}

#footer {
	margin: 10px auto;
	text-align: right;
	clear: both;
}

/* @end */

/* @group Blockquote */

blockquote {
display: block;
width: 350px;
padding: 0 60px 20px;
}

blockquote:before, blockquote:after {
color: #69c;
display: block;
font-size: 700%;
width: 50px;
}

blockquote:before {
content: open-quote;
height: 20px;
margin-left: -55px;
}
blockquote:after {
content: close-quote;
height: 60px;
margin-top: -70px;   
margin-left: 360px;
} 

/* @end */