h1,h2,h3,h4 {
margin: 0 0 0px 0;
}

ul,li {
margin: 0;
padding: 0;
list-style: none;
}

form {
margin: 0;
padding: 0;
}


body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-color: #000000;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#wrapper {
	padding: 0px;
	width: 700px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-repeat: repeat;
}

#header {
	padding: 0px;
	height: 180px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat;
}

#header2 {
	padding: 0px;
	height: 58px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header_small.gif);
	background-repeat: repeat;
}

/* NAVIGATION */

#navigation {
	width: 698px;
	height: 25px;
	background-color: #990000;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#navigation ul {
	}
	
#navigation li {
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#navigation li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 6px;
	padding-bottom: 5px;
	}

#navigation li.left {
	padding-left: 1px;
}

#navigation li.right {
	padding-right: 0px;
	}

#navigation ul li a:hover, #left #nav ul li a:focus {
	color: #CCCCCC;
}

/* END OF NAVIGATION */


/* COPY */


#copy {
	width:668px;
	padding-bottom:0px;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 15px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#copy p {
	margin: 0 0 10px;
	line-height: 20px;
	padding-bottom: 10px;
}

#copy h3 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

#copy h4 {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 20px;
}

#copy a {
	text-decoration: underline;
	color: #CCCCCC;
}

#copy a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
 
#copy a em {
	text-decoration: underline;
	color: #FFFFFF;
}

#copy a strong {
	font-style: normal;
	color: #FFFFFF;
}

#copy a strong:hover {
	color: #CCCCCC;
}

#copy a em:hover {
	color: #CCCCCC;
}

#copy ul {
	padding-bottom: 15px;
}
#copy li {
	list-style: disc url(none);
	margin-left: 25px;
	line-height: 15px;
}

.middleimage {
	padding-right: 20px;
	padding-left: 20px;
	color: #FF0000;
}

/* END OF COPY */

#quotes {
	margin: 30px;
}


#gallery {
	

}

#gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gallery li {
	display: block;
	float: left;
}
#gallery li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
}
#gallery li a:hover {
	background-color: #666666;
	border: 1px solid #666666;
}


/* FOOTER */


#footer {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 50px;
}

/* END OF FOOTER */


/* LIGHTBOX */


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	}
#lightbox img{ border: none;	}

#imageContainer{
	position: relative;
	padding: 10px;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 53% no-repeat; }


#imageData{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	padding:0 10px 0 10px;
	line-height: 1.4em;
	height: 90px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
	
/* END OF LIGHTBOX */