@charset "utf-8";
/* CSS Document */

@media print {
.noprint {
	display: none;
}
html, #left h1, #left h2, #left h3, #left h4, #left h5, #left h6, #left h7, p {
	color: #000;
}
body {
	background-image: none;
}
#site {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-repeat: repeat-y;
	display: table;
	height: auto;
	border: 1px solid #FFF;
}
#middle { background-image: none; background-repeat: no-repeat; background-position: left top; display: table; height: auto; 
}
#left {
	width: 950px;
}

