body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:760px;
}

#header {
	position:relative;
}

#header div {
	position:absolute;
	top:25px;
	right:0;
	width:600px;
	text-align:center;
}

h1 {
	font-size:13pt;
}

h2 {
	font-size:11pt;
	border-bottom:1px solid #000;
	padding-bottom:10px;
}

h3 {
	font-size:10pt;
}

p.none {
	border-bottom:1px dotted #666666;
	padding-bottom:10px;
}

.item {
	border-bottom:1px dotted #666666;
	padding-bottom:10px;
}

.item, h2, br.clear {
	clear:both;
}

.desc {
	float:left;
	width:50%;
}

.details, .photo {
	float:left;
	width:25%;
}

a {
	color:#0066CC;
}

a img {
	border:0;
}