/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/waterprint.png);
	background-position: center top;
	background-repeat: repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}	
#container {
	position: relative;
	margin: 0px auto;
	padding: 210px 175px 0px 5px;
	width: 605px;
	height: 20;
	top: 10px;
	border: 1px none #999999;
	left: 0px;
}	
#border {
	background-image: url(images/bottomfloralclean.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #3366FF;
	text-decoration: none;
	font-size: 16px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #3366FF;
	text-decoration: none;
	font-size: 16px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 16px;
}
#scroll3 {
	padding: 0px 5px 5px;
}
#person {
	border: 1px none;
	padding: 0px;
	background-image: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
div#leftnav {
	padding: 10px 10px 10px 30px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #000000;
}
div#pichiglit {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div#colors {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 6px;
}
div#newscn {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px none #CCCCCC;
	margin: 0px;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}