/* CSS Document */

body {/* #AEAEAE */
	background: #AEAEAE /*url('images/background.jpg') no-repeat 
fixed bottom left;*/
}

a {
	text-decoration: none;
	color: #000000;
}

p {
	font-size: 14px;
}

h1 {
	font-size: 	47px;
	font-style: italic;
}

img {border: 0}

.bold {font-weight: bold}


#wrapper {
	padding-top: 7px;
	margin: 0 auto;
	width: 900px;
	position: relative;
}

/** Navigation **/
#navigation {
	height: 44px;
	background-image: url('images/navbargradient.jpg');
	background-repeat: repeat-x;
	border: 1px solid #000000;
	border-left: 0px;
	
}

#navtext {
	font-size: 18px;
	text-align: center;
	position: relative;
	top: 13px;
  font-weight: bold;
}

#navtext a {
	text-decoration: none;
	color: #000000;
	padding: 0px 14px 0px 14px;
}

#navtext a:hover {
	color: #333333;
}

#subnav {
	width: 899px;
	height: 5px;
	background-image: url('images/subnavbg.gif');
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
}

#subnavtext {
	text-align: center;
	padding-top: 4px;
}

#subnavtext a {
	padding: 0px 50px 0px 50px;
}

#subnavtext a:hover {
	color: #444444;
}
/** END of navigation **/

/** Content **/
.about {
	/*padding-left: 10px; */
	width: 900px;
	height: 450px;
	overflow: scroll;
}

.abouttext {

  float: right;
  padding-left: 10px;
}

.historycontent {
	height: 450px;
	overflow: scroll;
	padding: 0px 10px 0px 10px;
}

.historytext1 { width: 200px;}

.historypart3 {padding-top: 50px; padding-bottom: 10px;}

.caption { font-style:italic; font-size: 13px; text-align: center }

.table {
	}

/** Main styles **/
#content {
	background-color: #ffffff;
	border-right: 1px solid #000000;
	height: 450px;
	
}

#contact {
	background: gray url('images/doorbg.jpg') top no-repeat scroll;
	height: 680px;
}

#contacttext p {
	padding-top: 30px;
	font-size: x-large;
}

.contentimage {
	padding: 10px 10px 8px 10px;
}

#intro {
	width: 900px;
	height: 470px;
	background: black url('images/introbg.jpg') scroll center left no-repeat;
}

.leetext {
	padding: 10px 30px 10px 30px;
}

#sideshadow {
	width: 9px;
	background-image: url('images/shadow.gif');
	background-repeat: repeat-y;
}

#bottomshadow {
	height: 5px;
	background-image: url('images/bottomshadow.gif');
	background-repeat: repeat-x;
}

#cornershadow {
	height: 5px;
	width: 5px;
	background-image: url('images/brcorner.gif');
	background-repeat: no-repeat;
}

.masthead {
	background: url('images/mastheadfill.jpg') repeat-x bottom; 
}	

/* Photo gallery styles */

#gallery{
	/*background: black url('images/gallerybg.jpg') center left no-repeat scroll;*/
	background-color: black;
	padding: 10px 10px 0px 10px;
	height: 590px;
}

#members{
	background: url('images/memberbg.jpg') center top no-repeat fixed;
	padding: 10px 10px 0px 10px;
	height: 440px;
	overflow: scroll;
}



#slideshow{ /*CSS for DIV containing each image*/
float:right;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 200px;
height: 106px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}

