body
{
	margin: 30px 0px 0px 0px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.container
{
	text-align: left;
	width: 760px;
	margin: auto;
	line-height: 1.2;
}

.header
{
	background: #008082 url(../images/cyan_background.gif) repeat;
}

.header div
{
	background: url(../images/header.gif) no-repeat bottom right;
	padding: 5px;
}

.header h1
{
	margin: 0px;
	color: #fff;
}

.content
{
	background: #FFFFF0;
	padding: 5px;
	border-left: 1px solid #008082;
	border-right: 1px solid #008082;
}

.shadow
{
	float: right;
	background: #FFFFF0 url(../images/cream_shadow.gif) no-repeat bottom right;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
}

.shadow img
{
	border: 1px solid #008082;
}

.links
{
	clear: both;
}

.links p
{
	margin: 2px;
}

.links a
{
	font-weight: bold;
	color: #f00;
	text-decoration: none;
}

.links a:hover
{
	color: #008082;
	text-decoration: underline;
}

h2
{
	color: #008082;
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

p
{
	color: #000;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

.footer
{
	background: #008082 url(../images/cyan_background.gif) repeat;
}

.footer div
{
	background: url(../images/footer.gif) no-repeat top left;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: right;
}

.footer a
{
	color: #fff;
	text-decoration: none;
}

.footer a:hover
{
	color: #000;
	text-decoration: underline;
}

.warning p
{
	font-size: 10px;
	color: #f00;
}
