body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #401010;
	background-color: #1a1a1a;     /*  #D9D9D9;  */
	background-image: url(http://southeastpaddlers.org/images/page-bkgnd.jpg);
	background-repeat: repeat-x;
/*	background-position: center;   */
	font-size: 14px;
}

#container {
	position:relative; top: 0px; width:800px;
	margin: 0 auto;
/*	background-image:url(images/container-bkgnd.jpg); */
}

#banner {
	position:relative;
	height:96px;
	width:820px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #802020;
	padding:2px;
	background:#591616 url(http://southeastpaddlers.org/images/banner-bkgnd.jpg);
	border: 0px none;
}

#logo {float:left;
padding: 5px 0 0 0;
}

#page-topic {float:right;
text-align:right;
font-size:20px;
font-weight:bold;
color:#CCCCCC;
padding:5x 5px 0px 5px;
width:250px;
}

#sub-title {
	position:absolute;
/*	margin: 0 auto;  */
	left: 240px;
	top: 65px;
	width: 290px;
	z-index: 1;
}

#nav {
	position:relative;
	width: 796px;
	height: 21px;
	margin: 0 auto;
	padding: 2px 2px 2px 2px;
  	background-color:#000;
  	background-image:url(http://southeastpaddlers.org/images/nav-bak.jpg);
  	background-repeat:repeat-x;
  }

#nav ul {
  margin:0;
  padding:0 20px;
  list-style:none;
  }
  
#nav li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }
  
#nav a{
  display:block;
  padding:3px 10px 1px;
  border:solid #666;
  border-width:0px 1px 0px 1px;
  color:#ddd;
  text-decoration:none;
  white-space:nowrap;
  }
  
#nav a:hover {
	background-image:url(http://www.southeastpaddlers.org/images/a-hover-bak.jpg);
	background-repeat:repeat-x;
	border:solid #000;
 	border-width:0px 1px 0px 1px;
}	

/* End nav style
------------------------------------------------*/


#content {
	position:relative;
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	background-color: #dedede;
	background-attachment: scroll;
	background-image: url(http://southeastpaddlers.org/images/bkgnd-logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	overflow: auto;
	clear:both;
}

#left-column{ width: 345px; overflow: auto; background-image:url(http://southeastpaddlers.org/images/bkgnd-trans.png);
float:left;
padding: 0px 5px 5px 5px;}

#right-column{ width: 345px; overflow: auto; background-image:url(http://southeastpaddlers.org/images/bkgnd-trans.png);
float:right;
padding: 0px 5px 5px 5px;}

.sub-topic-title{font-weight:bold; padding: 10px;
	color:#CCCCCC; background:#591616 url(http://southeastpaddlers.org/images/banner-bkgnd.jpg);
	text-align:center;}

#footer {
	position:relative;
	width: 800px;
/*	height: 60px;   */
	margin: 0 auto;
	padding: 10px;     /*  2px; */
	text-align:center;
	font-size: 10px;
	background-color: #dedede;
/*	background-image:url(images/page-bottom.jpg);  
	background-repeat: no-repeat;
	background-position: bottom;*/
}

#page-bottom {
	position:relative;
	margin: 0 auto;
}
	
/* ================ style links ================*/
a:link {
	text-decoration: none; 
	color: #0000dd;
}

a:active {
	color: #ccccFF;
}

a:visited {
	color: #338899;
	text-decoration: none;
	}
	
a:hover {
/*	text-decoration: underline;
	background: #ffffff; */
	background-color:#000000;
	background-image:url(http://southeastpaddlers.org/images/a-hover-bak.jpg);
	background-repeat:repeat-x;
	color: #ddd;
	}
