*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-size:18px;
	background:#000000;
	color:#9d984c;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
}
img{
	border:0px;
}

table{
	margin:20px;
}

form{
	background-color:#9d984c;
	color:#430000;
	font-weight:bold;
	padding:20px;
	font-size:16px;
        border:double 3px;
}

label{
	margin:10px 0px 10px 20px;
}
input, select,textarea{
	padding:4px 0px;
	margin:5px 0px 5px 30px;
}
select{
	padding-left:15px;
	padding-top:0px;
	padding-bottom:0px;
}

h3 a, h3 a:link, h3 a:visited{
	color:#27a000;
}
h3{
	padding-left:20px;
	margin-bottom:10px;
	color:#27a000;
}
h4{
	color:#27a000;
}

#wrapper{
	width:1100px;
	margin:20px auto;
	background:#430000;
	border:10px #3a0000 double;
	
}
#header{
	margin-top:20px;
}
#headerNav a,#headerNav a:link,#headerNav a:visited{
	margin-right:20px;
	color:#9d984c;
	opacity:.80;
	filter:alpha(opacity=80);
}
#headerNav a:hover{
	color:#9d984c;
	opacity:1;
	filter:alpha(opacity=100);
}
#image{
	text-align:center;
}
#nav{
	text-align:center;
	background:#9d984c;
	color:#430000;
	height:50px;
	margin-top:-5px;
}
#nav a, #nav a:link, #nav a:visited{
	float:left;
	padding-top:3px;
	margin:0px 19px;
	color:#430000;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}

#content{
	min-height:200px;
	font-size:15px;
	padding:40px;
	color:#e5e4a4;
}
#content h1{
	color:#9d984c;
}
#content p a, #content p a:link, #content p a:visited, li  a,li a:link,li a:visited{
	color:#27a000;
	text-decoration:none;
	
}
#footer{
	background:#430000;
	height:185px;
}
#footer a:link, #footer a:visited{
	color:#9d984c;
}
#footerQuote{
	width:1100px;
	background:#9d984c;
	color:#430000;
	float:left;
	text-align:center;
	font-size:14px;
	min-height:30px;
	padding-top:5px;
}
.left{
	float:left;
}
.right{
	float:right;
}

.staff_desc{
	display:none;
	color:black;
}

.error{
	color:red;
}

.box{
    width:260px;
    color:#430000;
    font-weight:bold;
    margin-left:10px;
}
.box_start{
    height:52px;
    background:url(../images/box/header.png);

}
.box_content{
    background:url(../images/box/content.png);
    text-align:center;
    padding:0px 5px;
}
.box_end{
    height:17px;
    background:url(../images/box/footer.png);
}



/* Javascript Image Display */

.darkenBackground{
	opacity:.70;
	filter:alpha(opacity=70);
	background-color: rgb(0, 0, 0);

	z-index: 15;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}

#showImage {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  height: 100%;
  z-index: 20;
}

#inner_img_float {
  top:500px;	
  text-align: center;
  background-repeat: no-repeat;
  width: 554px;
  position: relative;
  z-index: 22;
  background-color:#9d984c;
  color:black;
  text-decoration:none;
  padding-top:500px;
  background-position:top center;
}

#showImage #img_shower {
  position: relative;
  z-index: 21;
}

.clickImage img{
	margin:20px;
}
.clickImage{
	color:#430000;
	text-decoration:none;
}

