html, body {
	font-family:verdana,tahoma,arial,sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align:left;
	padding:0px;
	margin:0px;
	background:#000000;
}

#wrapper {
	position: relative;
	padding: 0;
	max-width: 1000px;
	margin: 0 auto;
	background: #FFFFFF;
	z-index:0;
}

#inner_wrapper {
	position: absolute;
	display: block;
	width: 100%;
	max-width: 1000px;
	padding: 0 0 10px 0;
	min-height: 550px;
	background: url("i/bg.png");
}

#darkVeil {
	position:absolute;
	width:100%; height:100%;
	margin:0 auto;
	background-color:#000;
	filter:alpha(opacity=99); opacity:0.99;
	z-index:2;
	visibility:hidden;
	}

#overContent {
	position:absolute;
	display: block;
	width:100%;
	height:100%;
	z-index:3;
	visibility:hidden;
	}

#header_left, #header_right {
	width: 50%;
	position: relative;
	float: left;
	padding: 0;
}

#menu {
	text-align: center;
	width: 100%;
	background: #000000;
}

#menu a {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 2;
	white-space: nowrap;
	padding: 0 15px;
}


.column_full {
	position: relative;
	float: left;
	padding: 10px 2% 0 2%;
	width: 96%;
	z-index: 1;
}

.column1_50_50, .column2_50_50 {
	position: relative;
	float: left;
	padding: 10px 2% 0 2%;
	width: 46%;
	z-index: 1;
}


/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 800px) {
	#header_left {display:none;}
	#header_right {width:100%;}
	.column1_50_50, .column2_50_50 {width:92%;padding: 10px 4% 0 4%;}

}


img	{border: 0px; max-width:100%; padding: 0%;}
.thumb	{border: solid 1px #000000; max-width:45%;}
a	{
	font-family:verdana,tahoma,arial,sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
a:hover	{color:#f08000;}

p {
	line-height: 1.4;
	text-indent: 20px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	margin:0;
	padding:0;
}

h1 {
	font-family:verdana,tahoma,arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 15px;
	text-align: center;
}

h2 {
	font-family:verdana,tahoma,arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-style: normal;
}

li	{
	padding-bottom: 10px;
	text-align: justify;
}

n	{ 
	font-style: normal;
	font-weight: normal;
}

.text_large {font-size: 16px;}
.text_small {font-size: 12px;}
.text_smaller {font-size: 10px;}
.text_species, .text_species a, sp {
	font-family: timesnewroman,times;
	font-size: 14px;
	font-style: italic;
}

.text_regular {
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 12px;
	font-style: normal;
}

.header_title {
	font-size: 43px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 1%;
	width: 89%;
	float: left;
	z-index: 1;
}
.header_title a {color: #000000;}


#main_content {
	float: right;
	width: 100%;
	font-size: 13px;
	z-index: 1;
}

#footer {
	text-align: center;
	clear: both;
	padding-top: 10px;
}

#footer img{
	padding: 10px 10px 0 10px;
}



/* contact form */
#contact_form {font-family:verdana,tahoma,arial,helvetica,sans-serif; font-size:14px; color:#eeeeee; text-align:center;}
.form_title		{font-size:18px; font-weight:bold; display:block; margin: 20px;}
.form_istyle {font-size:12px; width:250px; background-color:#e5e2c5; border-width:1px; margin:2px; filter:alpha(opacity=80); opacity:0.80;}
.form_tstyle {font-size:12px; width:250px; background-color:#e5e2c5; border-width:1px; filter:alpha(opacity=80); opacity:0.80;}
.formbutton	{font-size:14px; color:#ffffff; background-color:#BB00AA; border-width:1px; border-color:#cccccc; height:35px;}




