@charset "utf-8";
/* CSS Document */
 body {
 	font-size:10px;
}

#wrapper {
	width: 700px;
	margin:0;
	border: none;
}

#header,
#subBox,
#footer {
	display: none;
}

img {
	border:none;
}

.print {
	display: none;
}

#mainBox .outline {
	width:500px;
	margin-bottom:10px;
	position:relative;
	left:25px;
	top:0px;
	}

#mainBox .outline dt {
	width:100px;
	float:left;
	clear:left;
	position:relative;
	left:0;
	top:10px;
	}

#mainBox .outline dd {
	width:370px;
	position:relative;
	left:10px;
	top:10px;
}
