html {
	overflow-y: scroll;
}
*  { 
	padding:0; margin:0 
}
body { 
	text-align:center; margin:0 auto; font-family:arial, sans-serif; font-size:12px; line-height:19px;
}

div#wrapper {  }
div#content { 
	text-align:left; margin:0 0 0 150px; width:810px; 
}
div#plants, div#garden {
	width:600px; margin:0px auto;
}

/* tags */
img { 
	border:none; 
}
ul  { 	
	list-style:none;  text-align:right; 
}
li { 	
	display:inline;  padding:0 5px;
}
h1 {
	text-align:center; font-family: arial, sans-serif; font-size:18px; padding:10px 0; 
}

h1.left { text-align:left;  padding:20px 0 10px 0;}

a  { 
	outline:none; color:#554444; 
}
/* classes */

.col-mo {
	color:#550000 !important;
}
.current { 
	background-color:#b63605;  color:#fff; padding:2px 5px;
}
.align-right {
	text-align:right; 
}
table.std {
	border-collapse:collapse; width:600px; border:1px solid #554444;
}
table.std tr.even {
	background-color:#dccec0;
}
table.std td, table.std th{
	padding:3px 10px;
}
table.std th {
	background-color:#bca389; border-bottom:1px solid #554444; color:#fff;
}
ul.pagination-nav {
	margin:10px 0;
}