body {
	font-family: Verdana, Geneva, san-serif;
	font-size: 10pt;
	margin: auto;
	width: 900px;
	min-width: 900px;
	max-width: 900px;
	height: 768;
	min-height: 768px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #2651A8;
	text-decoration: underline;
}

h1 {
	font-size: 12pt;
	color: #2651A8;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	color: #F00;
	font-weight: bold;
}

#plasite {
	background-color: #000;
	color: #FFF;
	padding-left:30px;
	padding-top:10px;
	width: 870px;
	height: 30px;
}

#title {
	background-color: #09C;
	color: #FFF;
	padding-left:30px;
	padding-top:10px;
	width: 870px;
	height: 40px;
}


.plasnav {
	height: 256px;
	width: 600px;
	max-height: 256px;
	padding-top: 8px;
	padding-left: 300px;
	background-image: url('../../images/black_back.jpg');
}

.decsnav {
	height: 232px;
	width: 600px;
	max-height: 240px;
	padding-top: 8px;
	padding-left: 300px;
	background-image: url('../../images/white_back.jpg');
}

.decheader {
	float: left;
	width: 900px;
	height: 292px;
	background-image:url('../../images/main_image.jpg');
}

.about_txt {
	height: 336px; 
	padding-top:14px;
	background-image:url('../../images/chelt_mun.jpg');
}
	

.picholder{
	height: 160px;
	width: 170px;
	padding: 6px 6px 6px 6px;
	background-color:#09F;
	float:right;
}

.spacer {
	height:20px;
	width:900px;
	max-height:80px;
	padding-top: 20px;
	color: #999;
}


.divider {
	background-color: #575757;
	height:16px;
	padding: 4px 4px 4px 4px;
}

.relief {
	background-color: #D0F1F9;
}


.triangle {
	background: url('../../images/triangle.gif') no-repeat;
	width: 13px;
	height: 14px;
}

.g_triangle {
	background: url('../../images/g_triangle.gif') no-repeat;
	width: 13px;
	height: 14px;
}

.left-padding { padding-left: 30px; }

.menu {
	background-image: url('../../images/menu_bar.gif');
	padding: 6px 4px 4px 30px;
	width: 866px;
	border-bottom: 1px solid;
	height: 20px;
	min-height: 16px;
	float: left;
	
}

.footer {
	padding: 16px 30px 4px 30px;
	width: 100% auto;
	height: 30px;
	min-height: 16px;
	font-size: 8pt;
}

.content-table {
	border: 0px;
	padding: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 84%;
	min-height: 84%;
}

#image_gallery {
position: relative;
overflow: hidden;
height: 520px;
}

ul#gallery_thumbs {
list-style: none;
margin: 0;
padding: 0;
}

#gallery_thumbs li {
background: none;
display: inline;
}

.thumb img { /* styles thumbnail previews */
background: #fff;
padding: 6px;
border: 1px solid #ddd;
}

.thumb:hover img {
background-color: transparent;
}

.thumb span { /* hides large previews */
visibility: hidden;
position: absolute;
}

.thumb span img { /* styles large previews */
background: #fff;
padding: 2px;
border: 1px solid #ddd;
}

.thumb:hover span { /* displays preview while hovering over thumb */
visibility: visible;
top: 0px; /* absolute positioning to control where previews are displayed */
left: 530px;
z-index: 100;
}

.name-heading { font-size:36px; font: Garamond ; }
.large-heading { font-size: 22pt; }
.heading { font-size: 16pt; font-weight: 450;}
.sub-heading { font-size: 10.5pt; }

.xbold { font-weight: bolder; }
.bold { font-weight: bold; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.float-left { float: left; }
.float-right { float: right; }

.yellow { color: #ffff00; }
.black { color: #000000; }
.white { color: #ffffff; }
.green { color: #006;}
.blue { color: #06C; }
.red { color: #FE0A22; }
.grey { color: #CCC; }

