body
{
	font: 75% Verdana, sans-serif;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	color: #036;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #FFF;
}

div
{
	width: auto;
	height: auto;
	background-color: #0080C0;
	border: 1px #036 solid;
	margin: 0px 5%;
	padding: 0px;
	text-align: left;
}

div div
{
	width: 100%;
	height: auto;
	margin: 0%;
	background-color: #0080C0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px #FFF solid;
}

div div div
{
	width: auto;
	height: 700px;
	background-color: #FFF;
	border: none;
	margin: 0px 175px 25px 175px;
	padding: 30px;
	background-image: url("../images/watermark.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

strong
{
	font-weight: bold;
}

h1
{
	font-size: 150%;
	color: #800000;
	background-color: transparent;
	margin: 20px 0px 10px 0px;
	line-height: 120%;
}

p
{
	margin-top: 0px;
}
