body {
	background: url("../../images/assets/layout/neutral/background.png");
	margin-top: -40px;
	}
@font-face {
	font-family: Levenim MT;
	src: url("lvnm.ttf");
	}
a {
	text-decoration: none;
	}
#container {
	margin: 0 auto;
	text-align: center;
	width: 894px;
	}
#site_title {
	position: relative;
	top: 40px;
	}
#top_container {
	background: url("../../images/assets/layout/neutral/top_container.png");
	margin: 0 auto;
	height: 47px;
	width: 890px;
	}
#content {
	background: url("../../images/assets/layout/neutral/container_background.png");
	margin: 0 auto;
	width: 800px;
	padding-left: 47px;
	padding-right: 47px;
	min-height: 1025px;
	}
#navigation {
	background: url("../../images/assets/layout/neutral/navigation_background.png");
	float: left;
	width: 159.2px;
	height: 41px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Levenim MT, Verdana, Tahoma;
	font-size: 20px;
	color: #660198;
	letter-spacing: 1px;
	}
#navigation:hover {
	background: url("../../images/assets/layout/neutral/navigation_hover.png");
	float: left;
	width: 159.2px;
	height: 41px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Levenim MT, Verdana, Tahoma;
	font-size: 20px;
	color: #92c92b;
	letter-spacing: 1px;
	}
#navigation_divider {
	background: url("../../images/assets/layout/neutral/navigation_divider.png");
	float: left;
	height: 51px;
	width: 1px;
	}
#content_text {
	float: left;
	width: 608px;
	padding-right: 30px;
	text-align: center;
	font-family: Levenim MT, Verdana, Tahoma;
	font-size: 12px;
	color: #494545;
	}
#content_text p {
padding-left: 4px;
}
#content_text a {
	color: #83b427;
	text-decoration: none;
	}
#content_text a:visited {
	color: #83b427;
	}
#content_text a:hover {
	color: #660198;
	}
#content_text a:active {
	color: #660198;
	}
#side_bar {
	float: right;
	width: 150px;
	padding: 5px 5px 5px 5px;
	height: 300px;
	text-align: center;
	font-family: Levenim MT, Verdana, Tahoma;
	font-size: 12px;
	color: #A020F0;
	background: rgb(48,52,61); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(48,52,61,1) 0%, rgba(76,80,88,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,52,61,1)), color-stop(100%,rgba(76,80,88,1)));
	background: -webkit-linear-gradient(top,  rgba(48,52,61,1) 0%,rgba(76,80,88,1) 100%);
	background: -o-linear-gradient(top,  rgba(48,52,61,1) 0%,rgba(76,80,88,1) 100%);
	background: -ms-linear-gradient(top,  rgba(48,52,61,1) 0%,rgba(76,80,88,1) 100%);
	background: linear-gradient(to bottom,  rgba(48,52,61,1) 0%,rgba(76,80,88,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30343d', endColorstr='#4c5058',GradientType=0 );
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	}
#side_bar a {
	color: #92c92b;
	text-decoration: none;
	}
#side_bar a:visited {
	color: #92c92b;
	}
#side_bar a:hover {
	color: #A020F0;
	}
#side_bar a:active {
	color: #A020F0;
	}
#footer_bar {
	background: url("../../images/assets/layout/neutral/footer_bar.png");
	width: 894px;
	height: 93px;
	padding-top: 6px;
	text-align: center;
	font-family: Levenim MT, Verdana, Tahoma;
	font-size: 12px;
	line-height: 11px;
	color: #908585;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
#footer_bar a {
	color: #92c92b;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 2px;
	}
#footer_bar a:visited {
	color: #92c92b;
	}
#footer_bar a:hover {
	color: #494545;
	}
#footer_bar a:active {
	color: #494545;
	}
.clear {
	clear: both;
	}
input, submit {
	background: #f8f7f5;
	padding: 1px;
	font-family: Levenim MT, Verdana, Tahoma;
	font-size: 12px;
	color: #494545;
	padding: 3px;
	border: 1px solid #494545;
	}
h1 {
	font-family: Levenim MT, Verdana, Tahoma;
	font-size: 24px;
	color: #660198;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	}
.main_table {
	width: 100%;
	border: 1px solid #5d5757;
	}
.main_header {
	background: url("../../images/assets/layout/neutral/main_table_header.png");
	height: 28px;
	text-align: center;
	font-size: 12px;
color: #A0F020;
		text-transform: uppercase;
	}
.main_title {
	background: #cec8b7;
	padding-left: 10px;
	}
.main_title_alt {
	background: #f8f7f5;
	padding-left: 10px;
	}
.main_info {
	background: #cec8b7;
	}
.main_info_alt {
	background: #f8f7f5;
	}
	form#archives input, form#archives select {
	height: 20px;
	text-align: center;
vertical-align: top;
}
form#comments input, form#comments textarea {
	height: 20px;
	text-align: center;
vertical-align: top;
}
.alert {
bakground-color: #086E17;
color: #000000;
font-weight: bold;
}
.sidebar {
font-size: 10px;
}
.forum {
padding-left: 15px;
padding-top: 3px;
text-align: left;
background-color: #f1fbdf;
}
.forum_name {
font-size: 16px;
font-weight: bold;
}
.small {
font-size: 8px;
}
.smallish {
font-size: 20px;
}
.forums_border {
border: solid 3px #000000;
margin-left: 10px;
background-color: #ebe7f4;
}
.forums_list_border {
border: solid 2px #000000;
margin-left: 5px;
margin-right: 5px;
}
.forums_bottom_border {
border: solid 1px #000000;
}
h2.forums_category_header {
background-color: #30343d;
color: #c9aad1;
}
forums_footer {
height: 10px;
}
.forum_topics th, .forum_topics .td1, .forum_topics .td2 {
padding: 5px 5px 5px 5px;
}
.forum_topics .td1 {
background-color: #decbe3;
}
.forum_topics .td2 {
background-color: #f3ecf5;
}
.forum_topic {
border: solid 1px #000000;
margin-left: 10px;
}
.forum_topic_title {
background-color: #30343d;
color: #c9aad1;
font-size: 16px;
}
.forum_topic_posted {
background-color: #ebe7f4;
font-size: 9px;
padding: 5px 5px 5px 5px;
text-align: left;
vertical-align: top;
}
.forum_topic_post {
padding: 5px 5px 5px 5px;
vertical-align: top;
}
#chat {
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
}
#chat .chat1 {
background-color: #decbe3;
}
#chat .chat2 {
background-color: #f3ecf5;
}
.leopard_overview th {
background-color: #decbe3;
}
.leopard_overview td {
background-color: #f3ecf5;
}
.wrap {
	  position:relative;
	  float:left;
	  clear:none;
	  overflow:hidden;
	}
	.wrap img {
	  position:relative;
	  z-index:1;
	}
	.wrap .desc {
	  display:block;
	  position:absolute;
	  width:100%;
	  top:30%;
	  left:0;
	  z-index:2;
	  text-align:left;
	  margin-left:10px;
	}
	 .wrap .title {
	 display:block;
	 position:absolute;
	 width:100%;
	 top:30%;
	 left:0;
	 z-index:2;
	 color:#000000;
	}
.lockbox {
	float:right;
}
.tooltip {
position: relative;
cursor: help;
outline: none;
text-decoration: none;
}
.tooltip span {
position: absolute;
margin-left: -999em;
}
.tooltip:hover span {
background: #e3f9ff;
border: 2px solid #8fc0ce;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
color:#132732;
font-family: Arial;
font-size:12px;
font-weight:none;
position: absolute;
top:0em;
left: 5em;
z-index: 99;
margin-left: 0;
width: 200px;
}
.tooltip:hover img {
border: 0; 
position: relative;
}
.tooltip:hover em {
font-family: Times; font-size: 1.3em;
display: block;
padding: 0.2em 0 0.6em 0;
}
#nursery .nursery1 {
background-color: #decbe3;
}
#nursery .nursery2 {
background-color: #f3ecf5;
}
#leopards .leopards1 {
background-color: #D4ED91;
}
#leopards .leopards2 {
background-color: #DFFFA5;
}
.screenreader {
position: absolute;
 left: -10000px;
 top: auto;
 width: 1px;
 height: 1px;
 overflow: hidden;
 }
.advent_calendar {
margin: 0px;
padding: 0px;
border: 0px;
}