@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

p.top {
	line-height:16px;
	margin:0 0 10px 0;
}

/*p {
	line-height:16px;
	margin:10px 0 0 0;
}*/



#wrapper {
	width:800px;
	height:800px;
	margin:50px auto;
	/*background-image:url(nag_header.gif);
	background-repeat:no-repeat;
	background-position:top;*/
}

#content {
	width:710px;
	margin:0 auto;
	padding:20px;
	border:#000 solid 1px;
}

h1 {
	float:left;
}
