﻿#main {
	width: 960px;
	margin: 5px auto 5px auto;
	background-color: #FFFFFF;
}
body {
	background-position: center top;
	background-color: #33497F;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #292B34;
	background-image: url('images/bw.jpg');
	background-repeat: repeat-y;
}
#nav {
	margin-bottom: 12px;
	text-align: center;
	font-size: 14px;
	background-image: url('images/blue.png');
	background-repeat: no-repeat;
	padding-top:5px;
	padding-right:40px;
	height:40px
}

.links a:link, .links a:visited {
	padding: 0px 19px 0px 19px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
.links a:hover {
	text-decoration: none;
	color: #DFD999;
	}


h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
a:link, a {
	color: #336699;
}
a:hover {
	color: #000;
	text-decoration: none;
}


.maintext {
	font-size: 14px;
	line-height: 150%;
}
#address {
	padding-top: 20px;
	}
#right { 
	float: right;
	padding-left: 20px;
		}
#hangleft {
	width: 740px;
}
#hangright {
	width: 200px;
	float: right;
}
p {
	margin-left: 30px;
	margin-right: 30px;

}
img {
	border-width: 0px;
	text-decoration: none;
}

#gallery {
	height:135px; 
	width:135px; 
	float:left; 
	text-align:center
}
td {
	vertical-align: top;
	padding: 3px;
}
table {
	font-size: inherit;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border:0px
}
td#creamone {background: #efefef; vertical-align:top}
td#creamtwo {background: #dfdfdf; vertical-align:top}

  INPUT, TEXTAREA, select {
color: #606060;
font-family: arial, verdana, ms sans serif;
font-size: 8pt;
font-weight: normal;}

.small {
	 text-align:right; 
	 font-size:11px
}