﻿body{
	
		text-align:center;
		min-width:800px;
}
#textarea{
	background:white;
	height:900px;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
}
#rqhead{
margin-top:15px;
	margin-left:50px;
	margin-bottom:25px;}
	#rqpic{
	margin-left:10px;
	border: solid medium navy;
}
#description{
color:black;
margin-top:20px;
	margin-left:50px;
	margin-right:50px;
	height:230px;
	background:white;
	line-height:130%;
}
#rqpic{
	margin-left:10px;
	margin-right:10px;
	border: solid medium navy;
}
#container{
	text-align:left;
	width:800px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
}

#nav li {

	display: inline;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	padding-bottom: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #ffffff;

	background-color: #374E67;

	background-position: center center;

	text-decoration: none;

	padding-top: 15px;

	padding-right:100px;

	padding-left: 100px;

	font-size: 14px;}
#nav ul li a{
	color:white;
	text-decoration:none;
}


#nav ul {

	list-style-type: none;

	margin: 0px;

	text-decoration: none;

	text-align: center;

	font-family: Verdana, Geneva, sans-serif;

	padding-top: 15px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

}

#nav {

	margin: 0px;

	background-color: #374E67;

	padding: 0px;

	height: 45px;

}

.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: 5px;
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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
#winnerslist{
	float:right;
	line-height:130px;
	list-style:none;
}
#quiltpix{
	float:left;

}
