@charset "utf-8";

body  {
	font: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

html {
	overflow-x: hidden;
	overflow-y: auto;
} 

a:link {
	color: #AC4C32;
	text-decoration: none;
	}
	
a:visited {
	color: #AC4C32;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #999;
	text-decoration: none;
	}


.econtainer { 
  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.header { 
	background: #FFFFFF; 
	border-bottom:7px #666666 solid;
}


.pagetitle {
padding:15px 0px 0px 0px;
background: url(images/red_fade.gif) repeat-x; /*THEME CHANGE HERE*/
}

.homepage_title {
width:768px;
height:45px;
background: url(images/welcome_edge.gif) no-repeat 15px 0px;
}

.about_title {
width:768px;
height:45px;
background: url(images/title_about.gif) no-repeat 15px 0px;
}

.species_title {
width:768px;
height:45px;
background: url(images/species_text.gif) no-repeat 15px 0px;
}

.conservation_title {
width:768px;
height:45px;
background: url(images/conservation_text.gif) no-repeat 15px 0px;
}

.general_title {
width:768px;
height:45px;
background: url(images/general_text.gif) no-repeat 15px 0px;
}

.fellow_title {
width:768px;
height:45px;
background: url(images/fellow_text.gif) no-repeat 15px 0px;
}


.edgered_support_title {
width:768px;
height:45px;
background: url(images/support_text.gif) no-repeat 15px 0px;
}

.emailpage {
float:right;
margin-top:8px;
margin-right:7px;
width:250px;
}

.main_navigation { 
font:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
	height:30px;
	background: url(images/office_red.jpg) repeat-x; /*THEME CHANGE HERE*/
}

