@charset "UTF-8";

body
{
	font: 11pt "Georgia", sans-serif;
	background-color: #960;
	color: white;
	margin: 0;
	padding: 40px;
}

body
{
	padding-top: 60px;
}

a
{
	color: white;
	white-space: nowrap;
}


h1, h2, h3, p
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#content
{
	width: 900px;
	margin: 0 auto;
}

#leftcol
{
	width: 600px;
	float: left;
	padding-bottom: 20px;
}

#leftcol h2
{
	margin-top: 30px;
}

#rightcol
{
	width: 230px;
	float: right;
}

#rightcol h3
{
	text-indent: 10px;
	margin-top: 30px;
	margin-bottom: 3px;
}

#rightcol div
{
	font-size: 10pt;
	background-color: #a87826;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#rightcol table
{
	margin-bottom: 10px;
	border-collapse: collapse;
}

#rightcol table img
{
	width: 16px;
	height: 16px;
}

#rightcol table.last
{
	margin-bottom: 0;
}

#rightcol td.first
{
	width: 115px;
}
