@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;

}

h1 {
	font-size:12px;

}

h2 {
	font-size: 12px;
}

div#wrapper {
	position:relative;
	width:880px;
	margin: 0px auto;
}

.box {
	border:dashed;
	border-width:1px;
	padding: 0px 15px 0px 15px;

}