body
{
	margin: 0;
	color: #333;
	background-color: rgb(230, 230, 230);
	font-family: arial, helvetica, sans-serif;
}

.main
{
	border: 1px solid white;
}

.main1
{
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.header-pic
{
	width: 300px;
	height: 200px;
	border-right: 1px solid white;
}

.header
{
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
}

.header h1
{
	font-size: 30pt;
	font-weight: 400;
	color: white;
	padding: 5mm 0 0 5mm;
}
	

.nav
{
	background: rgb(45, 120, 155);
	width: 150px;
	border-right: 1px solid white;
}

.nav a
{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: white;
}

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

.content
{
	background-color: rgb(220, 230, 255);
	color: rgb(100, 50, 0);
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

.border
{
	border: 1px solid white;
}

.special
{
	border: 1px solid rgb(100, 0, 0);
}

.special td
{
	padding: 5px;
	background: rgb(230, 240, 255);
}

.special th
{
	background: rgb(100, 40, 40);
	color: white;
	padding: 5px;
}

.special a
{
	display: block;
	text-decoration: none;
	color: rgb(100, 50, 0);
}

.rates th
{
	color: white;
	background: rgb(150, 200, 235);
	padding: 5px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-top: 1px solid white;
	border-left: 1px solid white;
}

.rates td
{
	background: rgb(230, 240, 255);
	padding: 5px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-top: 1px solid white;
	border-left: 1px solid white;
}

.gallery img
{
	border: 1px gray inset;
}

.gallery a
{
	text-decoration: none;
	display: block;
}

.gallery td
{
	padding: 5mm;
	background: #eee;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
}

.link
{
	color: blue;
}

.link:hover
{
	text-decoration: underline;
}

.footer
{
	color: white;
	background: rgb(150, 200, 235);
	font-weight: 600;
	text-align: center;
	border-top: 1px solid white;
	padding: 0.5em;
}

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




