html {
	font: normal 100% arial, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	background: none;
	color: #000;
	font-size: 75%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}
#wrapper {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

/* Hide from print */
ul#navigation, #silhouette, #bookLink, #flashcontent {
	display: none;
}

/* Header Area */
#header {
	background: #fff;
	border: none;
	height: 70px;
	margin: 0;
	padding: 0;
}
h1 {
	float: none;
	margin: 10px 0 20px 0;
	padding: 0;
	position: relative;
	z-index: 10;
}

/* Content Areas */
#contentWrapper {
	background: #fff;
	border: none;
	float: none;
	margin: 0;
	min-height: auto;
	padding: 0 0 15px 0;
	width: 100%;
}
#wrapper.home #contentWrapper {	
	background: #fff;
	padding: 0;
}
#contentMain {
	padding: 0;
	width: 100%;
}
#contentMain.wide {
	padding-right: 0;
	width: 100%;
}
#contentMain.long {
	background: none;
}
#sidebar {
	left:0;
	position: relative;
	text-align: left;
	top: 0;
	width: 100%;
}
#footer {
	background: #fff;
	border-top: 1px solid #333;
	color: #000;
	margin: 20px 0 0 0;
	padding: 8px 0 0 0;
	text-align: left;
	width: 100%;
}
ul#accentList {
	left: 0;
	list-style: none;
	margin: 20px 0 20px 0;
	padding: 0;
	position: relative;
	top: 0;
}
ul#accentList li {
	margin: 0 0 9px 0;
}

/* Extras */
em#intro {
	background: none;
	display: inline;
	height: auto;
	margin: 0;
	text-indent: 0;
	width: auto;
}

/* Form Elements */
p#sublabel {
	left: 0;
	position: absolute;
	top: 314px;
	width: 130px;
}
