html, body {
    height: 100%;
}
body {
	margin: 0; 
	padding: 0; 
	/*background-color: #8B5A2B;*/
	background-image:  url(../images/background.jpg);
	background-repeat: repeat;
	color: #FFF;  
	font-family: "Bookman Old Style", "Book Antiqua", Georgia, Verdana, Helvetica, sans-serif;
	font-size: medium;
}
img {
	border: none;
}

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

#content {
	margin: 50px 5% 10px 5%;
}

#content img{
	vertical-align: middle;
}

#content .floatright{
	margin: 0 0 0 5px;
	float: right;
}

#content .floatleft{
	margin: 0 5px 0 0;
	float: left;
}

.footer {
	background-color: #000;
	font-size: 10px;
	text-align: center;
}

.footer, .push {
	height: 60px;
}

/* drop shadow technique */	
.outerpair1 {
    background:transparent url(/images/dropshadow/upperrightfade.png) no-repeat scroll right top;
}
.outerpair2 {
    background:transparent url(/images/dropshadow/lowerleftfade.png) no-repeat scroll left bottom;
    padding-left:8px;
    padding-top:8px;
}
.shadowbox {
    background:transparent url(/images/dropshadow/shadow.png) repeat scroll right bottom;
}
.innerbox {
    position:relative;
    left:-8px;
    top:-8px;
}
/*  ----  */


/*div { border: 2px dotted red; }*/

a {
	color: #FFF;
}
a:active, a:link, a:visited {
	text-decoration : underline;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
	margin: 0px;
 }
h2 {
	font-size: large;
	font-weight: bold;
	padding-top: 3px;
}

/* banner/nav styles */
#header {
	background-color: #000;
}

#header table 
{
	/*width: 935px;*/
	background: #000;
}
#navcontainer {
	width: 100%;
	margin-top: 4px;
}
#navcontainer ul {
	padding: 0;
	margin: 0;
	background-color: #000;
	color: #FFF;
	float: left;
	width: 100%;
	font-family: "Copperplate Gothic light", Georgia, Verdana,  sans-serif;
	font-size: 12px;	
	letter-spacing: 2px;
	font-weight: bold;
}

#navcontainer ul li { 
	list-style: none;
	display: inline;
	}
#navcontainer ul li a
	{
	padding: 2px 12px 2px; /*was .2em 12px*/
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	float: left;
	}
#navcontainer ul li a:hover
	{
	background-color: gray;
	color: #000;
	}
#navcontainer ul li a.current {
	background-color: #FFF;
	color: #000;
}

/* end banner/nav styles */


#quote {
	position: absolute; 
	top: 150px; 
	left: 500px; 
	margin-right: 0%;
}
#quote p {
	text-align: left;
}
.imagedisplay {
	float: left;
	padding-right: 20px;
}
.imagedescription{
	padding-top: 35px;
	padding-bottom: 35px;
}
#gallery td{
	text-align: center;
	vertical-align: bottom;
}
#gallery div{
	float: left;
	text-align: center;
	height: 150px;
	vertical-align: bottom;
	padding: 10px;
}
#gallery img{
	height: 130px;
}

.clickimage{
	font-size: small;
}
#offset{
	margin-left: 50px;
	margin-right: 20%;
}
#imgleft{
	width: 175px;
	height: 615px;
	float: left;
}
#previousnext {
	text-align: center;
	width: 100%;
	clear: both;
}
.event {
	float: left;
	padding: 15px;
	font-size: 14px;
	/*height: 500px;*/
	height: 375px;
}
div.event img {
	height: 200px;
	margin-left: -5px;
}
div.event p {
	padding-left: 5px;
	white-space: nowrap;
}

div.event div {
	padding-left: 5px;
	width: 250px;
}

#imgList img {
    cursor: pointer;
}

.message {
    color: yellow;
    font-weight: bold;
}

.error {
    color: Gray;
}

/*global*/
.clear { clear: both; }
