body
{
	margin: 0;
	font-family: 'Bell MT Regular', Palatino, serif;
	color: #333;
	background-color: rgb(220, 212, 201);
}

.top
{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 2em;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.home
{
	width: 800px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

.home td, th
{
	line-height: 1.5em;
}

.heading
{
	font-size: 14pt;
	text-align: center;
	color: #666;
}
	
.space
{
	height: 2em;
}

.padded
{
	padding-top: 1em;
	padding-bottom: 1em;
}

.images img
{
	padding: 20px 10px 30px 10px;
}

.nav
{
	background-image: url(images/l.gif);
	height: 800px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1cm;
}

.nav a
{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #999;
	background-color: transparent;
}

.nav a:hover
{
	color: #666;
}

.credits a
{
	color: gray;
	text-decoration: none;
}

.hosting
{
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	width: auto;
	background: #fff;
	color: #333;
}

.hosting td
{
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}

.hosting th
{
	background: gray;
	color: white;
}

.customers
{
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	width: auto;
	background: white;
	color: #333;
	font-size: small;
}

.customers td
{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 3px;
	background: #eee;
}

.customers th
{
	background: #009;
	color: white;
	padding: 3px;
}

.event
{
	width: 80%;
	background: #eee;
	border: 1px solid gray;
	padding: 1em;
}

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

.av a
{
	color: blue;
}

.bkd
{
	background: #fcc;
}

.bkd a
{
	color: blue;
}

.calendar
{
	border: 1px solid #660;
	background: white;
}

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

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


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





