body {
	margin: 10px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #333 url(../images/bg_tile_l.gif) repeat top left;
	}

/* ---[ top ]------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
  	width: 750px;
  	border-left: 1px solid #000;
  	border-right: 1px solid #000;
  	background: #fff;
	}
#logo {
	background: #fff url(../images/oldgardens_logo.jpg) no-repeat top right;
	background-repeat: no-repeat;
	height: 100px;
	padding: 0;
	margin: 0;
	}

/* ---[ main column ]----------------------------- */

#main-body {
	float: left;
	width: 600px;
	}
#content {
	margin: 10px 0;
	padding: 0 10px;
	background: #fff;
	}

/* ---[ right column ]----------------------------- */

#sidebar {
	width: 150px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	}
#sidebar h3 {
	margin: 10px 0 10px 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	border: none;
	background: #f90 url(../images/icons/sidebar-h.gif) repeat-x top left;
	}
#sidebar .featured dt {
	margin: 0;
	padding: 0 0 0 15px;
	font-weight: normal;
	background: url(../images/icons/check-cir.gif) no-repeat 0 2px;
	}
#sidebar .featured dd {
	margin: 0;
	padding: 0 3px 10px 0px;
	}

/* ---[ footer ]----------------------------------- */

#footer {
	position: relative;
	clear: both;
	margin: 0 0 10px;
	padding: 0 25px;
	font-size: 90%;
	color: #000;
	background: #fff;
	}
#footer p {
	margin: 0;
	padding: 25px;
	}
#footer a {
	color: #888;
	}
#footer a:hover {
	color: #ccc;
	}
#footer #address {
	float: left;
	position: relative;
	}
#footer #search {
	float: right;
	position: relative;
	}
#footer #search table {
	border: none;
	}
#googleads {
	text-align: center;
	padding-bottom: 10px;
	}
#header {
	background: #fff;
}

/* ---[ common elements ]--------------------- */

p {
	margin: 0 0 1em;
	padding: 0;
	}
h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0 0 20px;
	margin: 0;
	}
h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 135%;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0
	}
h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 3px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #7B9905;
	border-bottom: 1px solid #eee;
	}
h3 a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	color: #40659B;
	}
h3 a:hover {
	color: #036;
	}
h4, h5 {
	margin: 1.5em 0 0 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}
h1 span, h2 span, h3 span {
	color: #999;
	}
blockquote {
	font-size: 88%;
	color: #777;
	padding-left: 23px;
	background: url(../images/icons/quotes.gif) no-repeat 0 3px;
	}
blockquote.praise {
	padding: 0 0 10px 23px;
	border-bottom: 1px solid #eee;
	}
code {
	color: #7B9905;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	}
code strong {
	color: #4E6200;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
strike, del {
	text-decoration: line-through;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
hr {
	border-top: 1px dashed #ccc;
	color: #000;
	background-color: #fff;
	height: 1px;
	}
table {
	text-align: left;
	margin: 10px;
	padding-bottom: 5px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	}
tr.titlerow {
	background-color: #009;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	}
tr.titlerow td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
tr.oddrow {
	background-color: #9ff;
	color: #000;
	font-size: 110%;
	}
tr.oddrow td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
tr.evenrow {
	background-color: #aaa;
	color: #000;
	font-size: 110%;
	}
tr.evenrow td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
tr.videotitle {
	color: #000;
	font-size: 90%;
	font-weight: bold;
	}
tr.videotitle td {
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
tr.videorow {
	color: #000;
	font-size: 90%;
	}
tr.videorow td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
td.videotime {
	text-align: right;
	}
a {
	color: #00f;
	text-decoration: none;
	border-bottom: 1px dotted #00f;
	padding-bottom: 1px;
	}
a:hover {
	color: #f90;
	text-decoration: none;
	border-bottom: 1px dotted #f90;
	padding-bottom: 1px;
	}

/* ---[ info windows ]----------------------------- */
#infowin {
	position:absolute;
	visibility:hidden;
	z-index:200;
	}
#infowin table {
	background-color: #fff;
  	border: 1px solid #000;
	}
#infowin th {
	background-color: #f90;
	padding-left: 10px;
	color: #fff;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	}
#infowin td {
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	color: #000;
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	}

/* ---[ misc. ]---------------------------------------- */

h3 img {
	vertical-align: middle;
	}
.center {
	text-align: center;
	}
a img {
	border: none;
	}
.hide {
	display: none;
	}
.last {
	margin-bottom: 0;
}
p.highlight {
	text-align: center;
	font-weight: bold;
	color: #f90;
	}
#content img.imageright {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
#content img.imageleft {	
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
#content dt {
	padding: 0 0 0 16px;
	margin: 0 20px 0 20px;
	font-weight: normal;
	background: url(../images/icons/check-cir.gif) no-repeat 0 2px;
	}
#content dd {
	padding: 0 0 0 16px;
	margin: 0 20px 10px 20px;
	}
#gallery table {
	text-align: left;
	margin: 0;
	padding-bottom: 5px;
	border: none;
	}
#gallery td {
	padding-bottom: 10px;
	}
#gallery td img {	
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
ul.sponsorship {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 25px;
	}
ul.sponsorship li {
	padding: 0 0 10px 13px;
	line-height: 1.4em;
	background: url(../images/icons/star.gif) no-repeat 0 5px;
	}
table.animallist {
	text-align: left;
	margin: 10px;
	padding-bottom: 5px;
	border: none;
	width: 550px;
	}
table.noborder {
	text-align: left;
	margin: 10px;
	padding-bottom: 5px;
	border: none;
	}
table.listanimalsmall {
	float: right;
	text-align: left;
	padding-bottom: 5px;
	border: none;
	font-size: 85%;
	width: 300px;
	}
a.nounderline {
	border: none;
	}

