/*sunflower stylesheet*/
<!--
body {
	background-color: 		#FFFFFF;
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 				.75em;
}
#container {
	background-position: 	left top;
	background-repeat: 		no-repeat;
	background-image:   	url("/images/sunflower/background.jpg");
	position: 				absolute;
	height: 				800px;
	width: 					720px;
	left: 					0px;
	top: 					0px;
}
#skip, #inlive {
	visibility: 			hidden;	
}
#left {
	background-image: 		url("/images/sunflower/menu_bg.jpg");
	text-align: 			right;
	font-size: 				10px;
	position: 				absolute;
	width: 					165px;
	left: 					25px;
	top: 					245px;
}
#lefttop {
	background-repeat: 		no-repeat;
	background-image: 		url("/images/sunflower/menu_top.jpg");
	padding-top: 			20px;
}
#leftbot {
	background-repeat: 		no-repeat;
	background-image: 		url("/images/sunflower/menu_bot.jpg");
	background-position: 	left bottom;
	padding-bottom: 		20px;
}
#left a {
	font-weight: 			normal;
	color: 					#DD7506;
}
#right {
	padding-top: 			20px;
	text-align: 			left;
	position: 				absolute;
	z-index: 				99;
	width: 					92px;
	left: 					730px;
	top:					120px;
}
#right a {
	font-weight: 			normal;
	color: 					#DD7506;
}
#right ul {
	list-style-image: 		none;
	list-style-type: 		none;
	padding-bottom: 		10px;
	padding-right: 			20px;
	padding-left: 			5px;
	padding-top: 			0px;
}
#content {
	background-image: 		url("/images/sunflower/body_bg.jpg");
	position: 				absolute;
	width: 					485px;
	left: 					225px;
	top: 					100px;
}
#contenttop {
	background-repeat: 		no-repeat;
	background-image: 		url("/images/sunflower/body_top.jpg");
}
#contentbot {
	background-repeat: 		no-repeat;
	background-image: 		url("/images/sunflower/body_bot.jpg");
	background-position: 	left bottom;
	padding-bottom: 		20px;
}
p {
	padding-right: 			10px;
	padding-left: 			10px;
}
ul {
	list-style-image: 		none;
	list-style-type: 		none;
	padding-bottom: 		10px;
	padding-right: 			20px;
	padding-left: 			15px;
	padding-top: 			0px;
}
a {
	font-weight: 			bold;
	color: 					#DD7506;
}
h1 {
	font-family: 			Georgia, "Times New Roman", Times, serif;
	font-weight: 			normal;
	font-size: 				1.5em;
}
.entrytitle {
	font-weight: 			bold;
	font-size: 				1.1em;
	padding: 				0px;
}
.padding {
	padding-bottom: 		0px;
	padding-right: 			0px;
	padding-left: 			15px;
	padding-top: 			10px;
	margin-right:			15px;
}
.floatright {
	float:					right;
}
.clearer { clear: both; line-height: 0; height: 0; }
-->