* {
	font-family: Helvetica, Arial, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-size: 1em;
	line-height: 18px; 
	letter-spacing: .01em;
}
a, h1, h2, h3, h4 {
	color: #8a1c18;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}
div.inner {
	width: 955px;
	height: 100%;
	margin: 0px auto;
	position: relative;
}

/*-- HEADER --*/
#header {
	background: url('/images/headerbg.png') repeat-x top left #fff;
	height: 288px;
}
#headerlogo {
	position: absolute;
	top: 18px;
	left: 0px;
	border: #fff 8px solid;
}
#nav {
	position: absolute;
	top: 232px;
	right: 13px;
	font-size: 16px;
	font-weight: bold;
}
#nav a {
	color: #002337;
}
#nav a:hover {
	color: #aaa;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li {
	display: inline;
	padding: 0px 0px 0px 16px;
}
#nav ul li.last {
	padding:  0px
}

/*-- MAIN --*/
#main {
	margin: 20px auto;
	background: #fff;
}

/*-- CONTENT --*/
#content {
	float: left;
	margin-left: 8px;
	width: 540px;
	padding-right: 10px;
}
#viewblog {
	border: none;
}
.emph {
	color: #8a1c18;
}

/*-- SIDEBAR --*/
#sidebar {
	float: right;
	width: 288px;
}
img#freeresources {
	position: relative;
	top: -10px;
	border: none;
}
img#buybook {
	border: none;
}

/*-- FOOTER --*/
#footer {
	background: url('/images/footerbg.png') repeat-x top left #fff;
	height: 195px;
}
#footer a {
	color: #fff;
}
#footerlink {
	position: absolute;
	right: 0px;
	top: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
} 

