h1 {
	float: left;

	margin: 0px 0px 2px 38px;
	_margin: 0px 0px 2px 19px;
	padding: 0px 0px 0px 0px;

	font-size: 1.0em;
}

h2 {
	margin: 12px 0px 12px -18px;
	padding: 0px 0px 0px 18px;

	background-image: url("../images/style/list.png");
	background-repeat: no-repeat;
	background-position: 0px center;

	font-size: 1.6em;

	color: red;
}

h3 {
	margin: 12px 0px 12px -18px;
	padding: 0px 0px 0px 18px;

	background-image: url("../images/style/list.png");
	background-repeat: no-repeat;
	background-position: 0px center;

	font-size: 1.4em;

	color: #333;
}

h2.no-list, h3.no-list {
	background-image: none;
}

h4 {
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 0px;

	font-size: 1.2em;

	color: red;
}

h5 {
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 0px;

	font-size: 0.9em;

	color: #333;
}

a {
	position: relative;

	color: #f00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 12px 0px 18px 0px;
}

td {
	vertical-align: top;
}

div.separator {
	width: 140px;
	height: 0px;

	margin: 12px 12px 12px 0px;

	border-bottom: 1px solid red;
}

.reference .description {
	float: left;

	width: 266px;
}

.reference .gallery img {
	margin: 0px 5px 2px 0px;
}

.reference .image {
	float: right;

	width: 344px;
}