body
{
	background: black;
	margin-top: 5mm;
	font-family: 'trebuchet ms', arial, sans-serif;
}

a
{
	color: white;
}

.sunset
{
	background-image: url(images/sunset.jpg);
	width: 800px;
	height: 600px;
	border: 1px solid #eee;
}

.sunset td
{
	padding: 1em;
}

.sunset h1
{
	color: #eee;
	font-size: 2em;
	font-weight: 200;
	border-bottom: 1px solid #eee;
}


.sunset h2
{
	color: #eee;
	font-size: 1.5em;
	font-weight: 200;
	text-align: right;
}

.sunset_banner
{
	background-image: url(images/sunset_banner.jpg);
	width: 800px;
	height: 150px;
	padding-left: 2em;
}

.sunset_banner h1
{
	color: #eee;
	font-size: 3em;
	font-weight: 200;
}

.nav th
{
	text-align: left;
	width: 20%;
	height: 30px;
}

.nav a
{
	font-weight: 200;
	font-size: 1.2em;
	color: #ccc;
	text-decoration: none;
	display: block;
	padding: 5px;
}

.nav a:hover
{
	color: #f63;
	text-decoration: underline;
}

.footer
{
	font-weight: 200;
	color: #ccc;
	padding: 1em;
	vertical-align: bottom;
}

.content
{
	background: #333;
	color: #fff;
	padding: 1em;
}

.nav1
{
	width: 180px;
}

.nav1 a
{
	font-weight: 200;
	font-size: 1.2em;
	color: #ccc;
	text-decoration: none;
	display: block;
	padding: 5px;
}

.nav1 a:hover
{
	color: #f63;
	text-decoration: underline;
}

.av
{
	background: #cfc;
}

.bkd
{
	background: #fcc;
}

.calendar
{
	border: 1px solid #660;
	background: #ffe;
	color: #333;
}

.calendar td
{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: right;
	color: #333;
}

.calendar a
{
	color: #333;
}

.sub-head
{
	font-weight: bold;
	color: #eee;
	padding: 10px 0 5px 0;
}

.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;
}











