body
{
	background: rgb(80, 0, 0);
}

.header
{
	background-color: #900;
}

.header h1
{
	color: white;
	text-align: center;
	font-size: 12pt;
	font-weight: 400;
}

.nav
{
	background: #039;
}


.nav a
{
	display: block;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	background: #039;
	border: 2px outset #900;
	color: white;
	width: 150px;
}

.nav a:hover
{
	display: block;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	background: #900;
	border: 2px outset #039;
	color: white;
	width: 150px;
}

.brushed_metal
{
	background-image: url(images/bg.gif);
	padding: 6px;
}

.content
{
	background: #ffe;
	color: #333;
	border: 2px inset #900;
	padding: 1em;
}

.content h2
{
	font-size: 12pt;
	font-weight: 400;;
}

.table th
{
	background-image: url(images/bg.gif);
	padding: 3px;
	font-weight: 500;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}

.table td
{
	vertical-align: top;
}

.honour_board th
{
	text-align: center;
	background: #900;
	padding: 3px;
	color: white;
	font-weight: 400;
}

.honour_board td
{
	text-align: center;
	padding: 3px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}


.footer
{
	background-color: #900;
}

.gallery td
{
	width: 25%;
	background: white;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
}

.gallery img
{
	border: 1px inset #fff;
}

.button
{
	display: block;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	background: #039;
	border: 2px ridge #900;
	color: white;
	width: 400px;
}
	

.account
{
	border-color: #66f;
	border-width: 1px 0 0 1px;
	border-style: solid;
}

.account th
{
	padding: 5px;
}

.account td
{
	border-color: #66f;
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-size: small;
	padding: 5px;
}





