@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	color: #000;
}

#maindiv {
	width: 100%;
	background-image: none;
	margin: auto;
}

#contentwrapper {
	width: 100%;
	background-image: url(../layout/header-print.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#content {
	padding: 180px 100px 35px 65px;
}

#navigation {
	display: none;
}

#marginaldiv {
	display: none;
}

#footer {
	display: none;
}

h1,h2 {
	color: #000;
}

a {
	color: #000;
}