/* Style Sheet for FLOWERS01 */

body	{background-color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
}

* {margin: 0px;padding: 0px;}

p, h1, h2 {	text-align:center;
	text-decoration:none;
	padding:5px 0 5px 0;
}

h1	{font-size: 24pt; padding:5px 5px 5px 5px}
h2	{font-size: 14pt; padding: 0 0 5px 0}
span	{font-size: 10pt}	

#container {
	width:900px;
	margin:5px auto 5px auto;
	padding:0 0px 0px 0px;				
	background-color:#191970;			
}

#header {
	position:relative;
	width:900px;
	height:250px;
	/* margin: 0 0 0 -30px; */
	padding:10px 0 0 0;
	background-color:#ffd700;
	color:#000000;				/*Text color is BLACK*/
	text-align:center;
	font-weight:bold;
	background-image:url(flowerheader.jpg);
}

#main {
	width:900px;
	position:relative;
	text-align:center;
	margin-top:15px;
	background-color: #191970;
	color: #00ff7f;
	padding: 10px 0px 10px 0px;
}

#main img  {
	text-decoration:none;
	border:0;
	padding:5px 5px 5px 5px;
}

#main iframe {
	margin-top: 5px;
	border-style:dashed;
	border-width:medium;
	border-color:#ffd700;
	scrollbar:0;
}

#main a {text-decoration:none;
	color:#ffff00;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}

#main a:hover {color:#00ff00;
}

#footer {
	width:900px;
	margin:0 0 5px 0px;
	padding: 5px 0 5px 0;
	color:#000000;
	background-color:#ffd700;
	text-align:center;
}

.clear{
	clear:both;
}

.centered {
	text-align:center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	text-align:center;
	color:#ffffff;
	font-size:8pt;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	padding:10px 0 15px 0;
}

#nav ul {
}

#nav li {
	display:inline;
	float:none;
	text-align:center;
	font-size:8pt;
	font-weight:bold;
}

#nav a {
	color:#ffd700;
	font-weight:bold;
	text-decoration:none;
}

#nav a:hover {
	color:#00ff00;
	text-decoration:underline;
}

	
	
