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

body,td,th {
	color: #CCC;
}
body {
	background-color: #000;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
}


#header {
  background-color: #000;
  margin:           10px;
  height:           267px;
}

.current { color: #Fcbd8a; }

h1 { font-size: 150%;
}

h3 { 
	color: 			#000;
	font-size: 		medium;
}

h4 { font-style: italic;  }

#blog h1 { color: #955917; }

#blog h3 { font-style: italic;
		   color: #efe5d0; }
		   
a:link {
	color: 			#e3dfdf;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e3dfdf;
}
a:hover {
	text-decoration: underline;
	color: 			#F96;
}
a:active {
	text-decoration: none;
}

#main {
  background:       #efe5d0 url(images/mainBack.jpg);
  background-repeat: repeat;
  font-size:        90%;
  padding:          10px;
  margin:           0px 10px 10px 10px;
  width:			580px;
  float: 			left;
}



#sidebar {
  background:       #ddceb1 url(images/announcementsBack.jpg) top right;
  background-repeat: no-repeat;
  font-size:        105%;
  padding:          8px;
  top:				267px;
  margin:           0px 5px 15px 618px;
  position:			absolute;
  text-align:       center;
}

#imageGallery { text-align: left; }

#footer {
  background-color: #000;
  color:            #CCC;
  text-align:       center;
  padding:          5px;
  margin:           10px 150px 10px 10px;
  font-size:        80%;
  clear:			left;
}
.announcement {
  color: 			#000;
  font-style: 		italic;
  text-align:       center;
}

.announcement h3 { font-style: normal; }

.announcement a:visited { color: #F96; }

#allcontent { 
  width:			800px;
  padding-top:      5px;
  padding-bottom:   5px;
  background-color: #000;
  margin-left: 		auto;
  margin-right:     auto;
}

#allImageWindows { 
  width:			400px;
  padding-top:      5px;
  padding-bottom:   5px;
  background-color: #000;
  margin-left: 		auto;
  margin-right:     auto;
}

.clubName { font-weight: bold; 
			color: #683601;
			font-style: normal; }
			
.clubName a:link { color: #683601; 
				   text-decoration: underline;
				   }
				   
.clubName a:hover { color: #C33; }

.clubName a:visited { color: #C33;
					  text-decoration: underline; }


.dateTime { font-style: normal;
			color: #000 }
		   
.place { font-style: italic; 
		 color: #000 }