@import url(reset.css);

body {
	background: #C6C2B6;
	margin: 30px 0 0 30px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #272729;
}
#bookpreview {
	width: 560px;
	padding: 0 30px 0 0;
	float: left;
}
#aboutthebook {
	padding: 125px 0 0 0;
	width: 280px;
	float: left;
}
p {
	margin: 0 0 10px 0;
}
a {
	color: #FFF;
}
a:hover {
	text-decoration: none;
}

/* * * * START: SPRY TABBED PANELS * * * * */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 0 10px 4px 0;
	margin: 0px 1px 0px 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.TabbedPanelsTabHover {
	color: #FFF;
}
.TabbedPanelsTabSelected {
	color: #FFF;
}
.TabbedPanelsTab a {
	color: #272729;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	border-top: 1px solid #272729;
	clear: both;
}
.TabbedPanelsContent {
	padding: 4px 0 0 0;
}
/* * * * END: SPRY TABBED PANELS * * * * */