body 
	{
	background-image: url("bg.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	}
	
.banner
	{
	height: 190px;
	width: 1024px;
	margin: 0px;
	padding: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #2F497F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2F497F;
	border-top: none;
	border-left: none;
	overflow: hidden;
	}
	
.banner2
	{
	height: 190px;
	width: 1024px;
	margin: 0px;
	padding: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: transparent;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	border-top: none;
	border-left: none;
	overflow: hidden;
	}
	
.board
	{
	height: 406px;
	width: 332px;
	position: absolute;
	left: 660px;
	top: 250px;
	overflow: hidden;
	border: none;
	}
	
.footer
	{
	height: 20px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 659px;
	overflow: auto;
	z-index: 100;
	}
		
#copyright
	{
	font-family: "Arial, Helvetica, sans-serif", sans-serif;
	font-size: 9px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	overflow: hidden;
	}	

#nav
	{
	font-family: "Arial, Helvetica, sans-serif", sans-serif;
	font-weight: bold;
	font-size: 12px;
	word-spacing: 15px;
	color: #E0E8F8;
	width: 900px;
	position: absolute;
	top: 650px;
	left: 45px;
	overflow: auto;
	z-index: 200;
	}
	
#location
	{
	font-family: "Arial, Helvetica, sans-serif", sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #E0E8F8;
	width: 200px;
	position: absolute;
	top: 650px;
	left: 900px;
	overflow: hidden;
	z-index: 200;
	}
	
#content 
	{
	position: absolute;
	left: 0px;
	top: 200px;
	padding-left: 45px;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 25px;
	color: #000000;
	text-align: justify;
	}
	
#tblcontact
	{
	position: absolute;
	left: 15px;
	top: 300px;
	}

/* style for right cell of contact page table */
.tblright
	{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 25px;
	color: #000000;
	text-align: left;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/* style for left cell of contact page table */
.tblleft
	{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 25px;
	color: #000000;
	text-align: left;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-right-color: #808080;
	border-right-style: solid;
	border-right-width: 1px;	
	}
	
#gallery
	{
	margin-left: auto;
	margin-right: auto;
	overflow: scroll;
	}
	
#gallerythumb
	{
	padding: 10px;
	margin-left: auto;
	margin-right:auto;
	width: 1100px;
	}
	
#closetext
	{
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	}

a.nav:link 
	{
	border: 0px none;
	color: #E0E8F8;
	font-style: "Helvetica", sans-serif;
	text-decoration: none;
	font-weight: regular;
	}

a.nav:visited 
	{
	border: 0px none;
	color: #E0E8F8;
	font-style: "Helvetica", sans-serif;
	text-decoration: none;
	font-weight: regular;
	}
	
a.nav:hover 
	{
	border: 0px none;
	color: #007FB1;
	font-style: "Helvetica", sans-serif;
	text-decoration: none;
	font-weight: regular;
	}
	
a.nav:active
	{
	border: 0px none;
	color: #373737;
	font-style: "Helvetica", sans-serif;
	text-decoration: none;
	font-weight: regular;
	}
	
a.close:link 
	{
	border: 0px none;
	color: #373737;
	font-style: "Helvetica", sans-serif;
	text-decoration: none;
	font-weight: regular;
	}

a.close:visited 
	{
	border: 0px none;
	color: #373737;
	font-style: "Helvetica", sans-serif;
	text-decoration: none;
	font-weight: regular;
	}
	
a.close:hover 
	{
	border: 0px none;
	color: #007FB1;
	font-style: "Helvetica", sans-serif;
	text-decoration: none;
	font-weight: regular;
	}
	
a.close:active
	{
	border: 0px none;
	color: #373737;
	font-style: "Helvetica", sans-serif;
	text-decoration: none;
	font-weight: regular;
	}
	
/* style for large gallery image */

a.galimg:link img
	{
	border: 1px;
	border-color: #000000;
	border-style: solid;
	}
	
a.galimg:visited img
	{
	border: 1px;
	border-color: #000000;
	border-style: solid;
	}
	
a.galimg:active img
	{
	border: 1px;
	border-color: #000000;
	border-style: solid;
	}
	
a.galimg:hover img
	{
	border: 1px;
	border-style: solid;
	border-color: #58B0D3;
	}
	
/* style for gallery thumbnail images */	

a.thumb:link img
	{
	border: 2px;
	border-style: solid;
	border-color: #DDF5FF;
	}
	
a.thumb:visited img
	{
	border: 2px;
	border-style: solid;
	border-color: #DDF5FF;
	}
	
a.thumb:active img
	{
	border: 2px;
	border-style: solid;
	border-color: #58B0D3;
	}
	
a.thumb:hover img
	{
	border: 2px;
	border-style: solid;
	border-color: #58B0D3;
	}
