body {
	padding: 0;
	color: #333;
	margin: 0;
	font: 90% GillSans, Helvetica, sans-serif;
	background: #c8c8c7 url('images/bg.jpg') repeat-x;
	text-align: center; /* ie 5 center fix */
}

#wrapper {
	text-align: left; /* ie 5 center fix */
	width: 90%;
	background: #fff;
	margin: 30px auto;
	border: 8px solid #c8c8c7;
}

#content {
}

#top_nav {
	background: #111;
	color: #fff;
	padding: 8px 8px;
}

#top_nav ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#top_nav li {
	display: inline;
	list-style: none;
}

#top_nav a:link, #top_nav a:visited  {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 8px;
}	

#top_nav a:hover, #top_nav a:active {
	background: #c8c8c7;
	color: #000;
}

#logo {
	color: #000;
	padding: 25px 0 0 70px;
	font: bold 250% GillSans, Helvetica, sans-serif;
	float: left;
	background-image: url(images/kew-logo.jpg);
	background-repeat: no-repeat;
	margin-left: 80px;
	text-transform: uppercase;
	margin-top: 20px;
}

#footer {
	clear: both;
	background: #c8c8c7;
	color: #000;
	font: 80%/160% GillSans, Helvetica, sans-serif;
	padding: 4px;
	text-align: center;
}

#l_col {
	padding: 10px;
	float: left;
	width: 24%;
}

#l_col li {
	list-style: none;
	border-bottom: 1px solid #eee;
}

#l_col ul {
	margin-left: 0px;
	padding-left: 0px;
	line-height: 1.6em;
}

#l_col a:link, #l_col a:visited {
	text-decoration: none;
	color: #E76C00;
	display: block;
	text-transform: uppercase;
}
.block h2 {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.block p {
	margin: 0px;
}

#l_col a:hover, #l_col a:active {
	color: #000;
}

#r_col {
	padding: 2% 15px;
	float: left;
	width: 68%;
	border-left: 1px solid #eee;
}

h1 {
	font-size: 150%;
	color: #E76C00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h2  {
	font-size: 110%;
	color: #666;
}

h3 {
	font-size: 100%;
	color: #000;
}

.img_l {
	float: left;
	margin: 0 10px 7px 0;
	padding: 8px;
	border: 1px solid #bbb;
	background: #dedede;
}

#header {
	background: #E76C00 url('images/header_bg.gif') bottom repeat-x;
	height: 130px;
	text-align: right;
}

#header img {
	border: 0px;
	padding: 18px 5px 0 0;
}

#breadcrumb {
	text-align: left;
	padding: 5px 0 5px 15px;
	background: #c8c8c7;
	font: 80% GillSans, Helvetica, sans-serif;
	color: #333;
	font-family: GillSans, Helvetica, sans-serif;
}

#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none;
	color: #003;
}

#breadcrumb a:hover, #breadcrumb a:active {
	color: #300;
}

blockquote {
	color: #e1e1e1;
	padding: 10px;
	background: #C26300 url('images/q_bg.gif') top repeat-x;
	border: 2px solid #999;
}

.block {
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	padding: 10px;
}

input {
	background: #fafafa;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

input:hover {
	background: #f1f1f1;
}

.search {
	float: left;
	width: 152px;
}

.searchbox {
	width: 150px;
}

.button {
	padding: 4px;
	background: #222;
	color: #fff;
}

.button:hover {
	background: #333;
	color: #fff;
}

#footer a {
  color: #fff;
}

.color {
  color: #fff;
}
.colorOG {
	color: #E06B00;
}

.thumb {
	float: left;
	padding: 3px;
}
.thumbcaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-style: italic;
}
.magnify { 
	float:right;
	padding-right: 10px 
}
.colorBlk {
	color: #000000;
}

