/* ************************************************************************* */
/* General */
body {
	margin: 12px 0 0 0;
	font: 0.7em/140% arial, helvetica, sans-serif;
	color: #000 !important;
	background: #fff !important;
}

* {
	color: #000 !important;
	background: none !important;
}

/* Baisc layout */
#primary-navigation, #secondary-navigation, #supplementary-content, #print-page, #footer ul {
	display: none;
}

#content {
	width: auto;
	margin: 0;
	background: #FDEECF !important;
}

#header {
	height: auto;
	background: #FCE0A7 !important;
}

#header h1 {
	height: auto;
	text-indent: 0;
	font: 4em "Book Antiqua",georgia,serif;
	font-weight: normal;
	padding: 20px 30px;
}

#header h1 a {
	display: inline;
	width: auto;
	height: auto;
}


#copyright {
	background: #FCE0A7 !important;
}

#logos #boomworks-logo {
	padding-left: 30px;
	width: 302px;
}

.top-link {
	display: none;
}
