/* ------ Styling that is specific to the Garden Tours screen ------ */

/* ------ Content styles ----- */
#contents {
	margin: 0px;
	padding: 0px;
	height: 563px;
	width: 750px;
	background:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#contents h1 {
	text-align: center;
}

#contents #nameslist {
	background-color: #000000;
	position: absolute;
	height: 475px;
	width: 310px;
	left: 10px;
	top: 85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	line-height: 18px;
}

#contents #nameslist a:link{
	color: #00FFFF;
}
#contents #nameslist a:visited{
	color: #00FFFF;
}
#contents #nameslist a:active{
	color: #00FFFF;
}
#contents #nameslist a:hover{
	color: #00FFCC;
	font-weight: bold;
}

#contents #banner {
	background-color: #000000;
	position: absolute;
	height: 200px;
	width: 400px;
	left: 340px;
	top: 85px;
}
