
div#footer, div.menu,
div.topheader, div#print-button { display:none;}

#wrapper {
width: 100%;
position:relative;
top:130px;
margin:0 auto;
font-weight:bold;
font-size:22px;
font-family:"new century schoolbook";
}

.in {
margin:10px;
}

#header {
	height: 40px;
	padding: 15px 0 15px 0;
/*	border-bottom: 1px solid #ccc;*/
	text-align:center;
	color:red;
/*	background: #FFFFDF;*/
}

#left {
	float: left;
	width: 40%; /*Width of left column in percentage*/
	margin-right:60%;
/*	background: #EEFFDF;*/
	text-align:right;
/*	border:1px solid red;*/
}

#left h2, #right h2 {
	border-bottom: 1px dotted #CCC;
}

#right {
	float: left;
	width: 60%; /*Width of right column in pixels*/
	margin-left: -60%; /*Set margin to that of -(RightColumnWidth)*/
/*	border:1px solid blue;*/
/*	background: #DFFDFF;*/
}
