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

/* Global functions */

body {
  margin:0 auto;
	width: 800px;
  padding:0;
  font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	background-color:#170b03;
}

a:link{ color:#FFC }
a:visited{ color:#FFC }
a:hover{ color:#960 }
a:active{ color:#FF0 }

img {
  border: none;
}

td{
	padding: 0 4px 0 4px;
}

h1{
	padding: 8px 0 0 4px;	
}

p {
	color: #FFF;
	margin: 0;
	padding: 8px 0px 0px 0px;
}

#header {
	text-align:center;
}

#maincontent{
	position: relative;
	top: -20px;
	color:#FFF;
	font: inherit;
	clear:both;
}

#maincontent h4 {
	margin: 0;
	padding: 0;
}

#maincontent p{
	margin: 0;
	padding: 8px 8px 0px 8px;
	font-size: 10px;
	text-align: justify;
}

#footer{
	text-align:center;
  font-size: 10px;
}

#maincontent strong{
	font-weight: bold;	
}

.hrule{
	clear: both;	
	padding: 4px 0px 4px 0px;
}

.hrule hr{
	width: 95%;
}

/* END Global functions */

/* Functions specific for index.php ------- */

.topcolumn{
  float: left;
	width: 258px;
	margin: 4px;
}

.bottomcolumn{
	float:left;
	width: 384px;
	margin: 4px 4px 0px 4px;
}

/* END Functions specific for index.php ------- */

/* Functions specific for news.php ------- */

#newsleft{
	padding-right: 12px;
}

#newsleft h3{
	margin: 0;
	padding: 30px 0 0 0;
}

#newsleft h6{
	margin: 0;
	padding: 0 0 0 0;
	color: #777;
	font-size: smaller;
	font-weight: normal;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.bodytext{
	font-size: 10pt !important;
}

#newsright{
	float: right;
	border-left: 1px solid #960;
	border-bottom: 1px solid #960;
	margin-left: 20px;
	padding: 4px 0 4px 8px;
}

#newsright a{
	text-decoration: none;
}

#newsright ul{
	padding: 0 0 0 12px;
	list-style-position: inside;
}

/* END Functions specific for news.php ------- */

/* Functions specific for albums.php --------- */

#albumbuttons{
	float: left;
	padding: 0 25px 0 8px;
}

#albumbuttons img {
	border: 2px solid;
}

#albumcontent {

}

#albumcontent table{
	text-align: center;
	padding: 0 10px 0 10px;
	border-spacing: 0px;
}


.leftrightborder {
	border-left: 2px solid #999;
	border-right: 2px solid #999;
}

.albumimage {
	padding: 15px;
	float: right;
}

#albumcontent td, th {
	border-bottom: 1px dotted #999;
	text-align: center;
	padding: 3px 10px 3px 10px !important;
	font-size: 12px;
}

#albumcontent h1{
	text-align: center;
}

/* END Functions specific for albums.php ----- */

/* Function specific for contact.php ----- */

.indent{
	padding-left: 36px !important;
}

/* END Functions specific for contact.php ----- */

/* Functions specific for bio.php ----- */
 
#members{
	padding: 8px 200px 0 50px;
}

#members td{
	padding: 8px;
}

#members p{
	padding: 6px 0 0 0;
}

#midpicture {
	width: 100%;
	padding: 20px 0 10px 0;
	text-align: center;
}

#midpicture img{
	border: 4px solid #FFF;	
	padding: 20px;
}

/* END Functions specific for bio.php ----- */

/*- Functions specific for sitemap.php ------ */

#maincontent li {
	padding: 4px 0 0 0;
}

/* END Function specific for sitemap.php ---- */

/*- Menu Tabs --------------------------- */

#tabs {
  font-weight: bold;
	float: left;
	position:relative;
	top: -26px;
	width:800px;
  background: none;
  font-size:93%;
  line-height:normal;
  border-bottom:2px solid #170b03;
}

#tabs ul {
  margin:0;
  padding:0 0 0 5px;
  list-style:none;
}

#tabs li {
  display:inline;
  margin:0;
  padding:0;
}

#tabs a {
  float:left;
  background:url("img/tableft.png") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}

#tabs a span {
  float:left;
  display:block;
  background:url("img/tabright.png") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
  color:#FFF;
}

#tabs a:hover {
  background-position:0% -42px;
}

#tabs a:hover span {
  background-position:100% -42px;
}

#tabs #current a {
  background-position:0% -42px;
}
 
#tabs #current a span {
  background-position:100% -42px;
}

/*- End Menu Tabs ----------------------- */