body
{
	margin-left: 76px;
	margin-top:  20px;
	background-color: #cc9933;
	background-image: url(images/bg.gif);
}

.caption
{
	font-family: san serif;
	font-size: 12px;
	font-style: italic;
}

.content
{
	width: 688px;
	background-color: #ffffff;
	border: 16px solid #ff9900;
}

.header
{
	width: 656px;
	height: 150px;
	background-image: url(images/banner.jpg);
}

.left
{
	width: 150px;
	vertical-align: top;
	text-align: center;
}

.left a
{
	width: 140px;
	display: block;
	padding: 5px;
	border: 2px solid #ff9900;
	background-color: ffff99;
	margin-bottom: 5px;
	margin-left:  10px;
	font-family: sans-serif;
	color: #ff9900;
	text-decoration: none;
}

.left a:hover
{
	background-color: #ffcc00;
	color: ffff99;
}

.right
{
	vertical-align: top;
	padding-right:10px;
	padding-left: 10px;
	color: #cc6600;
}

.right h1, .right h2
{
	font-weight: plain;
	background-color: #ffff99;
	padding: 5px;
	font-family: sans-serif;
	color: #ff9900;
}

.right h1
{
	font-size: 1.2em;
}

.right h2
{
	font-size: 1.0em;
}

.right a
{
	color: #ff9900;
}

.right img
{
	margin: 5px;
	border: 2px solid #ff9900;
}