/* Print stylesheet */


/* HTML tag styles */

body {
	background-color: #fff;
	color: #000;
}


/* ---- CUSTOM STYLES ---- */

/* Page layout */

#frame {
	margin-left: 0;
}
#navigation {
	display: none;
}
#logo {
	position: relative;
	width: 100%;
	clear: both;
}
#tagline {

}
#page {
	margin-top: 58px;
}
#content {

}
