body {
	margin: 1em 0;
	font-size: medium;
	font-family: 'Century Gothic','Trebuchet MS', Verdana, Arial, Sans-Serif;
	background: #1940b7 url("../images/bgcolor.jpg"); 
	color: #444;
	text-align: center;
}

/* Titles */
.title {
  font-family: 'Century Gothic','Trebuchet MS', Verdana, Sans-Serif;
	font-weight: bold;
	letter-spacing: 1px;
}

/* Page areas */

#page {
  margin: 0 auto 1em;
	background: url("../images/banner_logo.jpg") left top no-repeat;  
	width: 810px;
	text-align: left;
}

#container {
  position: relative;
	overflow: auto;
	width: 810px;
	padding: 15px 15px 0;
	clear: both;
/*	background: url("../images/bgbackground.jpg") left repeat-y top; */
    background: url("../images/bgbackground.jpg") left repeat-y;
}

#main {
  float: left;
  margin-top: 20px;
	padding: 5px 15px; /* Padding from border to start of char */
	min-height: 30em;
	width: 572px;
	background: #fff;
}

#leftside {
  float: left;
	padding: 10px 0 10px 5px;
	margin: 10px 0 10px;
  width: 162px;
}

#nav {
  
	margin: 0;
	padding: 0;
	height: 160px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 162px;
	}

#nav li {
	margin: 0; 
	padding: 0;
	height: 49px;
  list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:50px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -49px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -98px;
	}

/* Tabs */

#thome a  {
	width: 160px;
	background: url("../images/thome.jpg") top left no-repeat;
	}	
	
#tnews a {
  width: 160px;
  background: url("../images/tnews.jpg") top left no-repeat;
}

#tservices a {
  width: 160px;
  background: url("../images/tservices.jpg") top left no-repeat;
}

#tphotogallery a
{
  width: 160px;
  background: url("../images/tphotogallery.jpg") top left no-repeat;
}

#taboutus a
{
  width: 160px;
  background: url("../images/taboutus.jpg") top left no-repeat;
}	
	
#footer {
  clear: both;
	width: 810px;
	height: 95px;
	background: #fff url("../images/footer.jpg") left top no-repeat;
}

#footer-notes {
  clear: both;
	width: 800px;
	height: 10px;
	padding-top: 10px;
        
}

/* Header */
#header {
  position: relative;
	height: 200px;
	margin: 0;
	color: #fff;
}