@charset "utf-8";
@import url("../css/navigation.css");
@import url("../css/forms.css");
@import url("../css/extra.css");

body {	
	margin: 0; 
	padding: 0; 
	font: Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #dedbd7;
	font-size: 10pt;
	color: #24211f;
	height: 100%;
	background-image: url(/img/public/bg.jpg);
	background-repeat: repeat-x;
}

/* -----------------------------------------  MAIN */
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
	background-image:url(/img/public/main_bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
#main {
	width: 762px;
	margin: 0 auto 0 auto;
	padding-bottom: 195px;
}  /* must be same height as the footer */
/* -----------------------------------------  CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* -----------------------------------------  Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* -----------------------------------------  End hide from IE-mac */
#header {
	width: 762px;
	height: 38px;
}

#sub-header {
	padding: 10px 0px 0px 0px;
	width: 762px;
	height: 292px;
}

#sub-header-left {
	width: 216px;
	height: 279px;
	float: left;
	background-image: url(/img/public/maillist-bg.jpg);
	background-repeat: no-repeat;
}

#sub-header-right {
	width: 517px;
	height: 269px;
	float: right;
	background-image: url(/img/public/imgview-bg.jpg);
	background-repeat: no-repeat;
	padding: 11px 12px;
}

#content {
	padding: 0px 0px 50px 0px;
	min-height: 264px;
	width: 762px;
	background-color: #dedbd7;
}
* html #content {
	width: 762px;
  	height:auto !important;
	width: 762px;
}
.clear { clear: both; background: none; }

/* ----------------------------------------- FOOTER START*/
#footer {
	position: relative;
	margin-top: -195px; /* negative value of footer height */
	height: 195px;
}
#footer-outer {
	height:120px;
	background-image: url(/img/public/footer-bg.jpg);
	background-repeat: repeat-x;
	background-color: #1d1d1d;
}
#footer-inner {
	padding:12px 0 0 0;
	margin: 0 auto;
	width: 762px;
	font-size: 11px;
}
#footerimg {
	width: 762px;
	margin: 0 auto;
	background-image: url(/img/public/animals.jpg);
	background-repeat: no-repeat;
	height:75px;
	background-position:bottom right;
}
/* ----------------------------------------- FOOTER END*/
/* -----------------------------------------  view range */
#viewrange {
	width: 500px;
	text-align: right;
	float: right;
}

h1 {
	font-size: 20px;
	color:#24211f;
	margin: 10px 0px 10px 0px;
	font-weight:bold;
}

h2{
	font-size: 16px;
	color:#24211f;
	margin: 5px 0;
	font-weight:bold;
}

h3{
	font-size: 14px;
	color:#24211f;
	margin: 5px 0;
	font-weight:bold;
}

h4,h5,h6{
	font-size: 12px;
	color:#24211f;
	margin: 5px 0;
	font-weight:bold;
}

/* -----------------------------------------  links */
a {
	text-decoration: none;
	color:#24211f;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color:#7DB335;
	font-weight:bold;
}

p a:hover {
	text-decoration: none;
	color:#7DB335;
	font-weight:bold;
}
img {
	border: none;
}
