@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: white; 
}

h1 {
	text-align: center;
}

#align {
	width: 780px;
	margin: 0px auto;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 780px;
	position: absolute;
	top: 250px;
	left: 0 px;
	margin-bottom: 20px;
	padding: 10px;
}

#footer {
	clear: both;
}

input {
	background-color: #CCCCCC;
}

textarea {
	background-color: #CCCCCC;
}

.form1 {
	position: absolute; left: 30px;
}

.form2 {
	position: absolute; left: 200px;
}

.form3 {
	position: absolute; left: 360px;
}	

.form4 {
	position: absolute; left: 550px;
}

.form5 {
	position: absolute; left: 300px;
}			
		
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

.thumbnail img{
border-width: 0px;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: 12px;
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;
bottom: -190px;
left: 10px; /*position where enlarged image should offset horizontally */
}

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

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

.thumbnail2 img{
border-width: 0px;
}

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

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
left: 12px;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: -190px;
left: -120px; /*position where enlarged image should offset horizontally */
}

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

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

.thumbnail3 img{
border-width: 0px;
}

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

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
left: 12px;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: -190px;
left: -240px; /*position where enlarged image should offset horizontally */
}

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

.thumbnail4 img{
border-width: 0px;
}

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

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
left: 12px;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail4:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 20px;
left: 0px; /*position where enlarged image should offset horizontally */
}

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

.thumbnail5 img{
border-width: 0px;
}

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

.thumbnail5 span{ /*CSS for enlarged image*/
position: absolute;
left: 12px;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail5:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 80px;
left: 0px; /*position where enlarged image should offset horizontally */
