body
{
	background: rgb(247, 180, 141);
	margin: 1cm;
}

.header
{
	background-image: url(../images/top_band.png);
	background-repeat: repeat-x;
	padding-top: 2em;
	font-family: 'Times New Roman', serif;
	color: #009;
}

.header h1
{
	font-size: 18pt;
	font-style: italic;
	letter-spacing: 0.2em;
}

.nav td
{
	width: 15%;
}

.nav a
{
	display: block;
	padding: 3px;
	color: #009;
	text-decoration: none;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.nav a:hover
{
	color: #00f;
}

.nav a:active
{
	color: #000;
}

.content
{
	background: rgb(200, 250, 150);
	padding: 1em;
}

.left_band
{
	background-image: url(../images/left_band.png);
	background-repeat: repeat-y;
	padding-top: 5mm;
}

.left_band a
{
	font-size: small;
	display: block;
	text-decoration: none;
	color: rgb(255, 232, 91);
	padding: 3px;
}

.left_band a:hover
{
	color: silver;
}

.right_band
{
	background: rgb(247, 180, 141);
}
