body {
	margin:0px 0px;
	padding:0px;
	font-size: 10px;
	text-align: center;
	}

#admin_login{
	z-index: 1;
	position:absolute;
	left:50%;
	width:100px;
	height: 11px;
	margin-top:-12px;
	margin-left:375px;
	font-family: Arial;
	color: #8b8b8b;
	}
	
#top {
	background-image:url(images/top_test.jpg);
	z-index: 1;
	width: 935px;
	height: 329px;
	margin: 0px auto;
	padding: 0px;
	margin-top: 25px;
}



#menu {
	z-index: 1;
	width: 931px;
	height: 42px;
	margin: 0px auto;
	text-align:left;
	padding: 0px;
	margin-top: 0px;

}

#content {
	z-index: 2;
	background-image:url(images/v2/bg.jpg);
	width: 935px;
	height: 640px;
	margin: auto;
	margin-top: 0px;
	font-family: Verdana;
	font-size: 10px;
		position: relative;
}

#flash {
	z-index: 999;
	width: 925px;
	height: 320px;
	margin: 1px;
	margin-top: 0px;
	padding: 4px;
}

#content_text {
	z-index: 1;
	width: 935px;
	height: 650px;
	margin: 0px auto;
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	line-height: 15px;


}

#content_textv2 {
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	margin-left: 23px;
	margin-top: 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -250px; /*position where enlarged image should offset horizontally */

}

