body {
	
}

img{
	border:none;
}

#wrapper{
	width:1267px;
	min-height:683px;
	margin:5px auto;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	padding:1px 10px 10px 8px;
	margin-top:60px;
}

#header{
	height:188px;
	width:1397px;
}

#logo{
	float:left;
}

#flash{
	width:857px;
	height:127px;
	float:left;
	margin:20px;
	margin-left:40px;
	text-align:right;
	z-index:0;
}

#middle{
	
}

#nav{
	float:left;
}

#nav a{
	color:white;
	text-decoration:none;
}

#topHeader{
	float:left;
	margin-top:-40px;
	color:#002577;
	margin-left:425px;
	font-size:20px;
	text-align:center;
}

#bottomFooter{
	float:left;
	color:#002577;
	margin-left:350px;
	margin-top:30px;
	font-size:16px;
	text-align:center;
}

.button{
	margin:0px 0px 0px 10px;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	height:34px;
	width:166px;
	text-align:center;
	font-size:14px;
	padding-top:9px;
}
.button:hover{
	background-image:url(../images/button2.png);
	text-decoration:underline;
}

#content{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:780px;
	height:240px;
	font-size:17px;
	margin:-10px 50px 0px 50px;
	float:left;
	color:#002577;
}

#login{
	float:left;
	margin-top:-40px;
	font-size:20px;
	font-size:12px;
}
#login a:link,#login a:visited,#login a{
	color:#002577;
}
#login a:hover{
	text-decoration:none;
}

#footer{
	width:900px;
	color:white;
	float:left;
	margin:60px 0px 0px 20px;
}

#pageName{
	float:right;
	margin:-75px 75px 0px 0px;
}

#thumbnails{
	float:right;
	margin-right:40px;
}

.large{
	font-size:24px;
	font-weight:bold;
}

.small{
	font-size:12px;
	
}

.standout{
	font-weight:bold;
}



/* 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: 744px;
  margin-left: -300px;
  height: 100%;
  z-index: 20;
}

#inner_img_float {
  text-align: center;
  background-repeat: no-repeat;
  width: 600px;
  position: relative;
  z-index: 100;
  background:none;
  color:black;
  text-decoration:none;
  padding-top:400px;
  background-position:top center;
  margin-top:163.5px;
}

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

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

