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


body {
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
}


.header {
	width: 600px;
	margin: 0 auto;
	height: 150px;
}

.content {
	width: 600px;
	margin: 0 auto;
	font-size: .9em;

}

.header img {
	float: right;
}

h1 {
	font-size: 12pt;
	color: #666;
}



