
#wrapper {
/*	float: left;*/
	width: 100%;
position:relative;
top : 15px;
margin:0 auto;
font-weight:bold;
font-size:22px;
font-family:"new century schoolbook";
color:black;
}

p#address {
display:block;
clear:both;
width:50%;
margin:0 auto;
padding:30px 0 0;
color:blue;
	}

p#address span {
color:#000;
	}
	
.in {
margin:10px;
}

#header {
	height: 40px;
	padding: 15px 0 0px 0;
	text-align:center;
	color:red;
/*	background: #FFFFDF;*/
}

#left {
	float: left;
	width: 40%; /*Width of left column in percentage*/
	margin-right:60%;
	text-align:right;
/*	background: #EEFFDF;
	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;*/
}
#print-button form {
	position:relative;
	top:15px;
	text-align:center;
	color:purple;
	font-size:12pt;
	padding-bottom:20px;
	}