@charset "UTF-8";

@import url("report.css");


h1 {
	margin:0 auto;
	width:750px;
	height:210px;
	overflow:hidden;
	background:url(../img/report/header.jpg);
	text-indent:-7777px;
	}

div#text {
	width:515px;
	padding:0 0 20px 0;
	overflow:hidden;
	text-align:left;
	float:left;
	}

div#photo {
	width:235px;
	overflow:hidden;
	text-align:left;
	float:left;
	}

div#photo img {
	margin:0 25px 0 0;
	}
	
div#close a {
	display:block;
	width:164px;
	height:31px;
	margin:0 auto;
	background:url(../img/report/close_off.gif);
	clear:both;
	text-indent:-7777px;
	}
	
div#close a:hover {
	display:block;
	width:164px;
	height:31px;
	background:url(../img/report/close_on.gif);
	}


