#content {
	background-image: url("../images/flatpage_bg.gif");
}

div.article {
	margin-left: 55px;
	padding: 25px 35px 55px 30px;
	line-height: 1.5em;
}

p.photo {
	line-height: 0;
	position: relative;
}

p.left {
	float: left;
}

p.right {
	float: right;
}

p.center {
	text-align: center;
}

.article h2 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

.article h3 {
	font-size: 1.3em;
	margin: 1em 0 0.5em 0;
}

.article p {
	margin-bottom: 0.5em;
}

.article ul {
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: inside;
}

