@charset "utf-8";
/* CSS Document */

body {
	background:#e1e9dd url(images/bgFlow.jpg) repeat-x scroll center top;
}
#container {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	width: 960px;
	height: auto;
	background-color:#FFF;
	margin: 0 auto;	
	padding: 0px;
	background:#FFF url(images/treeFoot.gif) no-repeat bottom right;

}


#header	{
	width:960px;
	height:125px;
	background:url(images/header.jpg);
	margin: 0px;
	padding: 0;
}

#nav {
  float: left;
  width: 960px;
  display: inline;
  height: 60px;
  background-image:url(images/nav/navWave.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
  
}

#nav a:link,#nav a:visited {
  float: left;
  height: 40px;
  display: inline;
  background-repeat: no-repeat;
  background-position: top;
}

#nav a:hover,#nav a:active {
  background-position: center;
}

#nav a.here:link,
#nav a.here:visited {
  background-position: bottom;
}

#nav a span {
  display: none;
}

a#navHome {
  width: 250px;
  background-image: url("images/nav/navHome.gif");
}

a#navPhotos {
  width: 218px;
  background-image: url("images/nav/navPhotos.gif");
}

a#navAbout {
  width: 252px;
  background-image: url("images/nav/navAbout.gif");
}

a#navBoard {
  width: 240px;
  background-image: url("images/nav/navBoard.gif");
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: auto;
	color: #000;
	line-height: 1.5;
	text-align: justify;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;

}

#footer	{
	background-image:url(images/footer.jpg);
	width:960px;
	height: 25px;
	margin-top: 50px;
}

.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #669966;
	line-height: 60px;
	margin-top:20px;
}

.heading {
	font-size: 30px;
	color: #FFF;
	text-align:center;
	font-weight:bold;
}

#rightNav	{
	float: right;
	width: 220px;
	height: 450px;
	margin-left: 15px;
}

.rightTop	{
	background-image:url(images/rightTop.gif);
	color:#FFF;
	width: 220px;
	height: 73px;
	font-size: 26px;
	text-align:center;
	margin-top:10px;
	line-height: 60px;
	margin-bottom: 0px;
	padding: 0px;
}

.rightMiddle	{
	color:#FFF;
	width: 220px;
	height: auto;
	font-size: 20px;
	margin-top: 0px;
	padding: 0px;
background:transparent url(images/rightMiddle.gif) repeat scroll 0 0;
display:inline;
float:right;
height:auto;
padding: 0;
width:220px;
}
	
#rightBottom	{
	background:transparent url(images/rightBottom.gif) repeat scroll 0 0;
	width: 220px;
	height: 34px;
	float:right;
	margin: 0px;
	padding: 0;
	margin-top:0px;
	display:inline;

}

.rightMiddle a:link	{
	text-decoration:underline;
	color: #FFF;
}

.rightMiddle a:hover	{
	text-decoration: underline;
	color:#FFF;
	font-weight:bold;
}

.rightMiddle a:visited	{
	text-decoration:underline;
	color:#CCC;
}

.tableHeading	{
	font-size:30px;
	color: #FFF;
	text-align:center;
}
