html {
	font-family: Verdana, Myriad Web, Syntax, sans-serif;
	color: #000;
	font-size: 18px;
}

body {
	background: url('/images/background.jpg') #fff repeat top left;
	margin-top: 0px;
	text-align: center
}

.header {
	border: 1px solid #000;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.nav {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background: url('/images/nav_background.png') repeat-x;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center
}

.nav img {
	margin: 0px 10px
}

.content {
	width: 700px;
	background: #fff;
	text-align: left;
	line-height: 130%;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	width: 700px;
	font-size: 10px;
	color: #999;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.padded {
	padding: 20px;
}

.title {
	font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size: 24px
}

.preload{
	display: none
}

a {
	color: #666;
	text-decoration: none
}

a:hover {	/* to fix 'stuck' IE rollovers */
	float: none;
	text-decoration: underline;
	color: #c30
}

a#services img{
	background: url('/images/nav_services_off.png') no-repeat top left 
}

a#services:hover img{
	background: url('/images/nav_services_on.png') no-repeat top left
}

a#gallery img{
	background: url('/images/nav_gallery_off.png') no-repeat top left 
}

a#gallery:hover img{
	background: url('/images/nav_gallery_on.png') no-repeat top left
}

a#history img{
	background: url('/images/nav_history_off.png') no-repeat top left 
}

a#history:hover img{
	background: url('/images/nav_history_on.png') no-repeat top left
}

a#contact img{
	background: url('/images/nav_contact_off.png') no-repeat top left 
}

a#contact:hover img{
	background: url('/images/nav_contact_on.png') no-repeat top left
}

/* Added 2/2/08 */

.gallery {
	text-align: center;
}

.gallery img {
	border: 1px solid #666
}

.gallery-image {
	float: left;
	font-size: 12px;
	text-align: center;
	padding: 30px 30px 0px 30px
}

.clear-left { clear: left }