/* @group layout */

* {
	margin: 0;
	padding: 0;
}
#container {
	width: 950px;
	margin: 20px auto 0;
}
#container>a:first-child img {
	width: 339px;
	margin-right: 611px;
}
#sidebar,
#maincontent,
#secondarycontent {
	float: left;
	margin-top: 2.5em;
}
#sidebar {
	width: 175px;
	padding-right: 25px;
	border-right: 1px dotted #999;
}
#maincontent {
	width: 500px;
	margin-left: 24px;
	padding-right: 24px;
	border-right: 1px dotted #999;
}
#secondarycontent {
	width: 175px;
	margin-left: 25px;
}
#footer {
	float: left;
	width: 950px;
	margin-top: 25px;
	padding: 25px 0;
	text-align: center;
	border-top: 1px dotted #999;
}

/* @end */

/* @group typography */

body {
	font: .8125em/1.5em "Lucida Grande", Helvetica, Arial, sans-serif;
}
a:link, a:visited {
	color: #0a2972;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #0a2972;
	text-decoration: underline;
}
#sidebar {
	color: #666;
	font-size: 12px;
}
#sidebar h2 {
	margin: 0 0 .5em;
	color: #a8bc00;
	font-size: 16px;
}
#sidebar p {
	margin: 0 0 1.25em;
}
#maincontent h1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	color: #606060;
	font-weight: normal;
	text-transform: capitalize;
}
#maincontent h2 {
	margin: 1em 0;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	clear: left;
}
#maincontent li h2 {
	margin: 15px 0 0;
	color: #333;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
}
#secondarycontent h2 {
	margin-bottom: 25px;
}

/* @end */

/* @group lists */

#sidebar ul {
	margin: 0 0 2em;
	list-style: none;
}
#maincontent ul {
	float: left;
	margin: 0 0 25px;
	padding: 0;
}
#maincontent li {
	float: left;
	width: 150px;
	margin-left: 25px;
	list-style: none;
}
#maincontent li:first-child {
	margin-left: 0;
}
#maincontent li ul {
	float: none;
	margin: 5px 0 0 1.3em;
}
#maincontent li ul li {
	float: none;
	margin: 0;
	list-style: disc;
}
#secondarycontent ul {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #666;
	list-style: none;
}
#secondarycontent ul:last-child {
	border-bottom: none;
}

/* @end */

/* @group images */
a img {
	border: none;
}
img#betterbooklogo {
	float: left;
	margin: 30px 0 10px;
}

/* @end */

