/* CSS Document */

html, body{
	margin:0;
	padding:0;
	font-family:Helvetica, sans-serif;
	color:#333;
}

h1{
	font-size:48px;
	font-weight:normal;
	color:#669933;
	margin:0;
	padding:0;
}


	
h2{
	font-size:20px;
	font-weight:normal;
	color:#669933;
	margin:0;
	padding:0;
}

h3{
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:20px;
	text-transform:uppercase;
}

p{
	line-height:1.25em;
	}

a{
	text-decoration:none;
	color:#669933;
}

a:hover{
	color:#333;
	}
	


#header{
	width:950px;
	
	margin:0 auto;
	margin-top:15px;
	}
	
#header2{
	width:950px;
	height:130px;
	margin:0 auto;
	background-image:url(images/image002.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
	
.line{
	border-bottom:1px solid #669933;
	}
#content{
	width:950px;
	margin:0 auto;
	height:400px;
	}

#sec_content{
	width:950px;
	margin:0 auto;
	}
	
.green{
	color:#669933;
	}

	
#footer{
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:10px;
	}
	

#nav{
	width:950px;
	margin:0 auto;
	vertical-align:middle;
	font-weight:600;
}

#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	
}

#nav ul li{
	line-height:1em;
	display:inline;
	list-style:none;
	text-indent:none;
	padding-right:10px;
	text-transform:uppercase;
	font-size:12px;
	vertical-align:middle;
}

#plant_nav ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:10px;
	font-weight:600;
}

#plant_nav ul li{
	line-height:1em;
	display:inline;
	list-style:none;
	text-indent:none;
	padding-right:10px;
	text-transform:uppercase;
	font-size:12px;
}

#content #col_l{
	width:200px;
	float:left;
	margin-top:10px;
	margin-right:14px;
	}
	
#sec_content #col_l{
	width:720px;
	float:left;
	margin-top:10px;
	margin-right:14px;
	}
	
	
#col_c{
	width:500px;
	margin:10px;
	float:left;
}

#col_r{
	width:200px;
	float:left;
	margin-top:10px;
	margin-left:14px;
	
	}
	
table.plant{
	width:720px;
	margin:0;
	border:0;
	border-collapse:collapse;
	margin-bottom:15px;
	font-size:12px;
}

table.plant td{
	vertical-align:top;
}

table.plant td.image{
	width:150px;
}

.sci_name{
	font-style:oblique;
	font-weight:500;
	font-size:12px;
	color:#333;
	text-transform:none;
}

table.plant td.comm_name{
	text-transform:uppercase;
	color:#669933;
	font-weight:600;
	font-size:14px;
	border-top:1px dotted #669933;
	border-bottom:1px dotted #669933;
	padding-top:5px;
	padding-bottom:5px;
}

table.plant td.type{
	width:200px;
}

table.plant td.origin{
	width:200px;
}

table.plant td.rarity{
	width:200px;
}

table.plant td.description{
	padding-top:10px;
	line-height:1.25em;
}

div.top{
	font-size:10px;
	float:right;
}

/*Gallery*/

#photobox{
	float:left; 
	margin-right:20px; 
	margin-top:15px; 
	padding:5px; 
	border:1px dotted #669933; 
	text-align:center; 
	font-size:12px;
	}

.clear{
	clear:both;
	}

#photobox div#photo{
	height:220px;
	}
	
#photobox div#photo_wide{
	height:130px;
	}

#photobox p{
	margin:0; 
	margin-bottom:10px; 
	font-weight:bold;
	color: #669933;
	}
	
#photobox img{
	width:150px;
	}