@import url(/inc/css/arkive_block.css);
@import url(/inc/css/arkive_introduction.css);
@import url(/inc/css/arkive_creature_features.css);

body {
	margin: 0px;
}
body.arkiveNewsletter {
	margin: 0px;
	background-color: #317cb2;
}

div.header {
background: url(http://www.arkive.org/images/headGrad.gif) #317cb2;
}

div.header table {
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	width: 100%;
	background-color: #317cb2;
}

div.newsletterWrapper {
	padding: 0px 0px 15px 0px;
	background-color: #317cb2;
	margin: 0px 0px 10px 0px;
	min-width:640px;
	/* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 640 ? "640px" : "100%" );

}

div.newsletterWrapper h1 {
	padding: 3px 20px;
	border-top: #fff 1px solid;
	font-size: 1.8em;
	background: #a3c6e0 no-repeat 0px -97px;
	margin: 0px;
	color: #0b4f81;
	border-bottom: #fff 1px solid;
	font-family: arial, helvetica, sans-serif;
}

div.footer table {
	padding: 3px 6px;
	border-top: #fff 1px solid;
	font-size: 0.8em;
	width: 100%;
	color: #5c6d9d;
	border-bottom: #fff 1px solid;
	font-family: arial, helvetica, sans-serif;
	height: 3em;
	background-color: #afcee7;
}

div.footer a {
	color: #0b4f81;
	text-decoration: none;
}

div.footer a:hover {
	color: #0b4f81;
	text-decoration: underline;
}

div.newsletterWrapper div.backToTop {
	margin: 10px 15px;
	clear: left;
}
