body {
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;

}
html {
	height: 100%;
}
#menu, #footer, #navcontainer {
	display: none;

}
#container {
	padding-top: 10px;
	position: absolute;
	width: 660px;
	top: 50px;

}
p {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.record_image {
	margin: 5px;
	padding: 0px;
	float: right;
	width: 150px;
	border: 1px solid #FFFFFF;



}
#record {
	margin-top: 20px;
	border: 2px solid #000000;
	position: relative;
	margin-right: 10px;
	margin-left: 5px;
	width: 600px;

}
.recordheader {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	font-weight: bold;
	color: #000033;
	padding: 2px 2px 2px 5px;


}
.recorddesc {
	height: 100px;
	width: 400px;
	float: left;
	margin: 5px;
	color: #000000;
	font-size: 12px;
}
.recordfooter {
	width: 100%;
	clear: both;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.recordprice {
	right: 5px;
	position: absolute;
	top: 0px;
}
#header {
	display: none;
}
#printheader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #FFFFFF;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
}
.recordnav {
	display: none;
}.recordresult {
	display: none;
}
.printbutton {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: -5px;
	padding: 0px;
}
h2, h3 {
	text-align: center;
}
.recordresultdesc {
	padding: 5px;
	display: block;
	width: 550px;
	text-align: center;
	margin: 0px;
}
.rdetailtitle {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 12px;

}
.rdetailresult {
	text-align: left;
	font-size: 12px;

}