body
{
	background-color: white;
	margin: 0;
}

.content
{
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	color: #333;
}

.banner
{
	height: 200px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

.white
{
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

h2, h3
{
	font-weight: 400;
}

.nav
{
	width: 15%;
	background: rgb(10, 175, 250);
}

.nav a
{
	display: block;
	color: white;
	border: 1px solid white;
	text-decoration: none;
	text-align: center;
	padding: 0.5em
}

.nav a:hover
{
	color: rgb(0, 100, 200);
	border: 1px solid rgb(0, 100, 200);
}

.heading
{
	padding: 5px;
	font-weight: bold;
	background: rgb(0, 150, 250);
	color: white;
	text-align: center;
}

.heading a
{
	color: white;
	text-decoration: none;
	display: block;
}


.gallery img
{
	border: 3px solid white;
}



.av
{
	background: #cfc;
	color: blue;
}

.av a
{
	color: blue;
}

.bkd
{
	background: #fcc;
	color: blue;
}

.bkd a
{
	color: blue;
}

.calendar
{
	border: 3px outset #660;
	color: black;
	background: #ffd;
}

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

.calendar a
{
	text-decoration: none;
	color: blue;
	display: block;
}
