* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f5f5f5;
}

img {
	border: 0;
}

#wrapper {
	background-color: #fff;
	color: #000;
	position: absolute;
	width: 710px;
	left: 50%;
	margin-left: -355px;
}

#content {
	width: 700px;
	margin: 0 auto;
}

h2 {
	color: #333;
	font-family: sans-serif;
	font-size: medium;
	margin: 0 0 8px 0;
	padding: 0 0 0 4px;
	border-bottom: solid 1px #999;
}

h3 {
	color: #030;
	font-family: sans-serif;
	font-size: 90%;
	margin: 0 8px 8px 8px;
	padding: 2px 0 2px 4px;
	border-left: solid 6px #060;
	border-bottom: solid 1px #060;
}

p {
	margin: 0 1em 1em 1em;
	text-align: justify;
	text-justify: distribute;
}

.photo {
	float: right;
	margin-left: 10px;
}

p.strong {
	margin-bottom: 6px;
	text-decoration: underline;
	font-weight: bold;
}

.attention {
	color: #f00;
}

p.comment {
	margin-bottom: 0;
	font-size: small;
	padding-left: 1em;
	text-indent: -1em;
}

p.lastcomment {
	font-size: small;
	padding-left: 1em;
	text-indent: -1em;
}

.floatclear {
	clear: both;
}

#footer {
	clear: both;
	text-align: center;
	font-size: small;
	margin: 0 0 8px 0;
	padding: 4px 0 0 0;
	border-top: solid 1px #999;
}

