@charset "UTF-8";
#Wrap {
	margin-right:auto;
	margin-left:auto;
	width:800px;
}
/* Header and Footer */
#Header {
	width:800px;
	height:205px;
	background-image:url(Images/page%20graphics/header.jpg);
	background-repeat:no-repeat;
}
#Footer {
	background-color:#c3c2a6;
	font-size:11px;
}
.left {
	float:left;
	padding-left:10px;
	position:relative;
	top:5px;
}
.right {
	text-align:right;
	padding-right: 10px;
	position:relative;
	top:5px;
}
.clear {
	clear:both;
}
/* MAIN CONTENT----------*/

#MainContent {
	background-color:#f1f5e1;
	padding-top:50px;
}
#Content {
	width:490px;
	margin-left:270px;
	padding-bottom:35px;
}
#Sidebar {
	margin-left:20px;
	width:210px;
	float:left;
	padding-bottom:35px;
}
#Sidebar img {
	margin-bottom:35px;
}
#PlantContent {
	padding:20px;
}
/*------- NAVIGATION BAR ----------------------------*/
.MainNav {
	width:100%;
	background-color:#804041;
}
.MainNav ul {
	margin:0;
	padding:0;
	float:left;
}
.MainNav ul li {
	display:inline;
}
.MainNav ul li a {
	float:left;
	text-decoration:none;
	color:#FFF;
	padding: 10.5px 11px;
}
.MainNav ul li a:hover {
	background-color:#5f3435;
}
/*OLDER CSS */

.bold {
	font-weight: bold;
}
.bold_header {
	font-weight: bold;
	color: #425D30;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bold_header_medium {
	font-weight: bold;
	color: #425D30;
	font-size: medium;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.bold {
	font-weight: bold;
}
.SearchHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.SearchText {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.PageHeader {
	margin-top:0px;
	color:#5f3435;
}
#thumbnails {
	width:382px;
}
#thumbnails img{
	width:100px;
	padding:10px;
}
.plantThumbnail, .plantPhoto {
	border: 1px solid #333333;
}
.plantThumbnail {
	/*margin-right: 7px;*/
	cursor: pointer;
}
.plantDescription {
	font-size: 12px;
}
.noMargin {
	margin: 0px;
}
.currentPhoto {
	border: 2px solid black;
	/*margin-bottom: -3px;*/
}
.hidden {
	display: none;
}

