/* ukwildflowers */

h1 {
	font-size:1.7em;
	padding-top:20px;
}

h2 {
	font-size:1.2em;
	font-weight:normal;
	text-align:left;
	margin-left:5px;
	margin-top:10px;
}


#leftnav {
	width:15%;
	height:900px;
	float:left;
	background-color:#eee;
	color:#000000;
	margin:0;
	padding:0;
}

#rightnav {
	width:15%;
	height:900px;
	float:left;
	background-color:#eee;
	color:#000000;
	border-right: solid 3px;
	border-color:#696;
	margin:0;
	padding:0;
}

#content {
	width:69.6%;
	height:900px;
	float:left;
	background-color:#eee;
	color:#000000;
	margin:0;
	padding:0;
}

#footer {
	width:90%;
	background-color:#eee;
	color:#000000;
	margin:0 auto;
}	

#leftnavfooter {
	width:15%;
	height:20px;
	float:left;
	background-color:#eee;
	color:#000000;
	margin:0;
	padding:0;
}

#rightnavfooter {
	width:15%;
	height:20px;
	float:left;
	background-color:#eee;
	color:#000000;
	border-right: solid 3px;
	border-color:#696;
	margin:0;
	padding:0;
}

#rightfooter {
	width:60%;
	height:20px;
	float:left;
	background-color:#eee;
	color:#000000;
	margin:0;
	padding:0;
}

.navheader {
	font-size:1.1em;
	text-align:center;
	margin-top:10px;
	background-color:#eee;
	color:#000000;
}

.navitems {
	font-size:0.8em;
	text-align:left;
	margin-left:5px;
	background-color:#eee;
	color:#000000;
}

.maintext {
	font-size:0.9em;
	text-align:justify;
	background-color:#eee;
	color:#000000;
	margin-left:30px;
	margin-right:30px;
}

#imageboxleft {
	width:200px;
	height:230px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	font-size:0.6em;
	color:#990033;
}

#imageboxright {
	width:200px;
	height:220px;
	float:right;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	font-size:0.6em;
	color:#990033;
}

.imagetextright em {
	display:block;
}

.imagetextleft em {
	display:block;
}

.imageprops {
	border: solid 1px;
}

.leftcopyright {
	font-size:0.7em;
	background-color:#eee;
	color:#CC6666;
}

.rightcopyright {
	font-size:0.7em;
	background-color:#eee;
	color:#CC6666;
	margin:0px;
}

a:link {color:#CC3333; text-decoration: none; background-color: transparent; }
a:visited { color:#6666FF; text-decoration: none; background-color: transparent; }
a:hover { color:#FFFF00; text-decoration: underline; background-color: transparent; }
a:active { color:#000; text-decoration: underline; background-color: transparent; }	
