* {
	border: 0;
	margin: 0;
	padding: 0;
}


body {
	font: 62.5% Arial, helvetica, sans-serif;
	color: #333;
	background: url(bg_page.gif) repeat-y right;
}





h1 {
	color: #fff;
	font-weight: normal;
	padding: 1em;
	background: #900;
	font-size: 1.6em;
}

h1 a {
	padding-left: 30px;
	color: #ff8b8b;
	background: url(arrow.gif) no-repeat 10px center;
}

h1 a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(arrowon.gif);
}

div {
	font-size: 1em;
	clear: both;
	position: relative;
}

p {
	position: absolute;
	top: 3em;
	line-height: 1.4em;
	left: 579px;
	width: 15em;
	font-size: 1.3em;
}

p span.title {
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

div span.img {
	border-right: 1px dotted #333;
	float: left;
	width: 56em;
}
