@charset "utf-8";

body {
	background: #fff;
}

#header {
	display: none;
}

#content {
	margin-top: 130px;
	position: relative;
}

#content #col-right{
	display: none;
}

#col1 {
	float: left;
	margin: 1%;
	width: 47%;
}
#col2 {
	margin: 1%;
	float: left;
	width: 47%;
}
.clear {
	clear:both
}

#footer {
	display: none;
}

#print-header {
	position: absolute;
	height: 121px;
	width: 100%;
	left: 0px;
	top: 0px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #ccc;

}
#print-header #print-logo {
	float: right;
	height: 121px;
	width: 173px;
}
#print-header #print-contact {
	float: left;
	margin-top: 5px;
	margin-left: 25px;
}
#print-header #print-contact .title {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}
#print-header #print-contact p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#print-header #print-contact span.label {
	display: block;
	float: left;
	width: 45px;
}
