 body
{
	margin: 0px auto 15px;
	width: 536px;
	font-size: 0.8em;
}
h2
{
	text-align: center;
	font-size: 1.5em;
}
p
{
	text-align: justify;
}
.centered
{
        text-align: center;
}

#content
{
	float: right;
	overflow: hidden;
	width: 536px;
}
.image, .notes
{
	background: #ffffff;
	border: 2px dotted #dcdcdc;
	padding: 20px 20px 0px;
	margin-bottom: 5px;
	}
	#sidebar .image
	{
		padding: 0px;
		text-align: center;
	}
	#sidebar .notes
	{
		padding-top: 0px;
	}
	#content .image
	{
		padding: 0px;
		text-align: center;
	}
	#content .notes
	{
		padding-top: 0px;
	}

#header {
	background: #ffffff;
	border-bottom: 2px dotted #dcdcdc;
	font-size: 1em;
	margin-bottom: 5px;
	padding: 12px 33px 5px;
	text-transform: uppercase;
	text-align: center;
}

#footer {
	border-top: 2px dotted #dcdcdc;
	clear: both;
	padding: 15px 0px 0px 262px;
}
