@CHARSET "ISO-8859-1";
/* Green:  #89f333 | 137,243,051 *
 * LBlue:  #4fa7f9 | 079,167,249 *
 * DBlue:  #4189cc | 065,137,204 *
 * Red:    #fa4976 | 250,073,118 *
 * Yellow: #ffea34 | 255,234,052 *
 * Brown:  #df9c74 | 223,156,116 */

html, body {
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(logostem.gif) repeat-y;
	height: 100%;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link {color: #4189cc}
a:visited {color: #4189cc}
a:hover {color: #4fa7f9}
a:active {color: #4fa7f9}

img {
	border: 0px;
}

#container {
	position: relative;
	min-height: 100%;
}

#floatwrapper {
	float: left;
	width: 100%;
}

#header {
	background-color: #4189cc;
	background-image: url(titleback.gif);
	background-repeat: repeat-x;
	top: 0px;
	width: 100%;
	padding: 0px;
	height: 250px;
	text-align: center;
}

#navbar {
	float: left;
	background-color: #df9c74;
	background-image: url(logostem.gif);
	background-repeat: repeat-y;
	width: 250px;
	margin-left: -250px;
	padding-bottom: 10px;
}

#content {
	margin-right: 5px;
	margin-left: 255px;
	padding-bottom: 55px;
	margin-top: -10px;
	text-align: justify;
}

#footer {
    position: absolute;
    bottom: 0px;
	background-image: url(rootbottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 50px;
}

#left-span {
	float: left;
}

img.bl {
	float: left;
	margin-top: 40px;
}

img.br {
	float: right;
}

.clear {
	clear: both;
}

#footer span {
	position: absolute;
	top: 5px;
	left: 255px;
	right: 55px;
	font-size: small;
	text-align: center;
}

div#navbar img {
	border-width: 0px;
	position: relative;
	z-index: 1;
}

div#navbar a img.flower {
	height: 0px;
	width: 0px;
	position: absolute;
	left: 200px;
}

div#navbar a:hover img.flower {
	height: 50px;
	width: 50px;
	position: absolute;
	left: 200px;
}

div#content table {
	width: 100%;
	text-align: justify;
	font-weight: bold;
	table-layout: fixed;
	border-collapse: collapse;
}

div#content th {
	text-align: center;
	color: #89f333;
	background-color: #4189cc;
}

div#content td {
    margin: 0;
    padding: 5px;
    border: dashed #89f333;	
    border-width: 1px 0px 0px 0px;
}

div#content table #piccol {
	width: 110px;
	border: dashed #ffffff;	
	border-width: 0px 1px 0px 0px;
}

div#content p {
	margin-left: 20px;
	font-weight: normal;
}

div#content .pic {
	text-align: center;
	background-image: url(bodyflower.gif);
	background-repeat: no-repeat;
	background-position: center center;  
}

div#content .mod {
	text-align: right;
	width: 100px;
}