* {
	margin: 0px;
	padding: 0px;
}

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color : #eceacc;
}

#header {
	width: 751px;
	height: 167px;
	background: url(/resources/images/header.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

* html #header {
	background: url(/resources/images/header-ie.gif) no-repeat;
}

#container {
	width: 751px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background: url(/resources/images/content-back.gif) repeat-y;
	float: left;
	overflow: hidden;
}

.left-column {
	float: left;
	width: 510px;
	min-height: 450px;
	margin: 0 0 -2000px 5px;
	padding: 0 0 2000px 0;
}

* html .left-column {
	height: 400px;
}

.right-column {
	float: right;
	width: 211px;
	color: #ffffff;
	font-weight: bold;
    overflow: hidden;
	padding: 20px 0 2000px 0;
	margin: 0 13px -2000px 0;
	background: #005c0a url(/resources/images/right-col-bg.gif) top no-repeat;
}

* html .right-column {
	width: 210px;
	margin: 0 7px -2000px 0;
}

#menu ul li {
	list-style-type: none;
	margin: 140px 0 0 4px;
	float: left;
	padding: 0 0 0 0;
	background: none;
}

.menu-item a {
	position: relative;
	color: #f6ec9c;
	text-decoration: none;
	display: block;
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 8px 0 8px;
}

.menu-item-selected a {
	text-decoration: none;
	display: block;
	height: 23px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 8px 0 8px;
}

.menu-item a:hover  {
	text-decoration: none;
	list-style-type: none;
	color: #ffffff;
}

.menu-item-selected a:hover {
	color: #ffffff;
}

* html #menu ul {
	margin: 140px 0 0 4px;
}

* html #menu ul li {
	margin: 0 0 0 0;
	text-align: center;
}

* html .home { 
	width: 35px;
}

* html .reptiles,
*html .contact { 
	width: 70px;
}

* html .feeding { 
	width: 120px;
}

* html .opening { 
	width: 130px;
}

ul {
	padding: 0 0 10px 0;
}

ul li {
	list-style-type: none;
	background: url(/resources/images/bullet.gif) no-repeat;
	margin: 0 0 0 24px;
	padding: 0 0 2px 20px;
}

.no-bullet-list li {
	list-style-type: none;
	margin: 0 0 2px 20px;
	padding: 0 0 0 0;
	background: none;
}

img {
	border: 2px solid #84d600;
}

.image-right {	
	float: right;
	margin: 0 0 0 10px ;
}

.image-left {
	float: left;
	margin: 0 10px 10px 10px;
}

.image-right-home {	
	float: right;
	margin: 0 0 0 10px;
	border: none;
}

.no-border {
	border: none;
	margin: 0 10px 0 10px;
}

h1 {
	font-size: 24px;
	color: #455d48;
	padding: 10px 0 10px 8px;
}

h2 {
	font-size: 16px;
	color: #84d600;
	padding: 0 0 0px 10px;
}

h2 a {
	color: #84d600;
}

h3 {
	font-size: 14px;
	color: #000000;
	padding: 0 0 10px 20px;
}

p {
	line-height: 1.5em;
	padding: 0 0 5px 20px;
}

a {
	color: #000000;
	text-decoration: underline;
	position: relative;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#footer {
	width: 751px;
	height: 32px;
	background: url(/resources/images/footer-back.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	clear: both;
	font-size: 11px;
	text-align: center;
}

* html #footer {
	background: url(/resources/images/footer-back-ie.gif) no-repeat;
}

#footer a {
	color: #000000;
}

#copyright {
	padding: 5px 0 0 0;
	width: 751px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#form {
	width: 450px;
	padding: 0 10px 0 20px;
}

.formtextbox {
	margin: 5px 0 5px 0;
}

.formlabel {
	float: left;
	width: 180px;
	padding: 2px 5px 0 0;
	text-align: left;
	vertical-align: middle;
}

.formclear {
	clear: both;
}

#button {
	text-align: right;
	margin: 0 115px 0 0; 
}

* html #button {
	margin: 0 110px 0 0; 
}

.textfield {
   	position: relative;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.error-message {
	float: right;
}

.clear {
	clear: both;
}

#map {
	border: 1px solid #000000;
}
