body {background: #7e2c17; text-align: center; margin: 0 auto;  }

#redground {background: #7e2c17 url("images/chippedredbackground.jpg") ; background-attachment: fixed;  width: 780px; margin: auto ;   border-right: thin solid; border-left: thin solid;  }

#container  {background: gray  url("images/chippedgraybackground.jpg") ; width: 685px; text-align: center;  background-attachment: fixed ; margin: 0px auto ; padding: 20px; border-right: thin solid; border-left: thin solid;   }

div.content { margin-right: 20px; margin-left: 20px; text-align: left;  }
 
div.banner {  margin-right: auto; margin-bottom: 20px; margin-left: auto; text-align: center; height: auto; width: 100%;  }

img.banner {border: thin solid #23596A; }
#dropdown {width: 100%; text-align: left; }
a {text-align: center;  }
a:link {color: #7e2c17 ; }
a:visited {color: black; }
a:hover {color: white; font-weight: bold;} 
a:active { }

a img {border: thin solid #7e2c17;text-decoration: none;}
a:visited img {border: thin solid black;  }
a:hover img{border: thin solid white; }

img.left  {float: left;width: 190px; height: 150px; margin-top: 20px; margin-right:20px; margin-bottom: 20px;  border: thin solid #23596A; padding: 5px; }
img.right {float: right;  margin-top: 20px; margin-bottom: 20px; margin-left: 20px; border: thin solid #23596A; padding: 5px;}
img.email {display: inline; }
p.border {color: black; text-align: center; font-size: smaller;  }
p {text-align: left;}
p.center {text-align:center; margin-left:auto;
margin-right:auto; }
#footer {clear: both;   }
hr {color: #23596A;  background:#23596A ; border: 0; Height:1px;} }
hr.thick  {height: 2px;  }
h2 {text-align: center; }
h3.center {text-align: center; }
span.normal {font-weight: normal; color: black; }
span.normalwhite {font-weight: normal; color: white;  }
div.littleborder {border: thin solid #23596A; width:260px; height: auto; padding: 8px; }
div.insideevent {  padding: 20px; border: thin solid red;  }
div.clear {clear: both;   }

/* Gallery styles */
div.gallery {float: left; width: 191px; height: 310px; text-align: center; padding: .08em; margin: .4em;  border-style: none; }
img.gallery {width: 190px ; height: 281px;  }
div.gallerysmall {float: left; width: 140px; height: 228px; text-align: center; padding: .08em; margin: .4em ;  }
img.gallerysmall {width: 138px ; height:184px , border-style: none; padding: 2px;}
div.leftmenu {float: left;  padding:10px;  margin-right: 1.4em  ; border-right: 1px solid #506963;}



/*FOR DROP DOWN MENU*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-left: 0;
	list-style: none;
	line-height: 1;}
#nav a {
	display: block;
	width: 8em;}
#nav A:hover {color: white; background:#898989;  } 
#nav li { /* all list items */
	float: left;
	width:; /* width needed or else Opera goes nuts - Greg note: I removed 8em width because Opera was not working on second dropdown with it.. seems to be working with it removed. */padding:2px;}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #898989;
	width: 8.1em;
	left: -999em; /* using left instead of display to hide menus
	         because display: none isn't read by screen readers */}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 8em;}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;}
#content {
	clear: left;
	color: #ccc;}




