html, body {
/*	background-color: #E7E8DF;*/
/*	background-color: #DDDDDD;*/
	background-image: url('../images/grey-noise.png');
	background-repeat: x;
	font-family: arial;
	font-size: 1em;
	height: 100%;
	margin: 0;
	width: 100%;
}

h2 {
	padding: 0;
	margin: 0;
}

h2 a:link {
	color: #004466;	
}

h2 a:hover, h2 a:visited {
	color: #999999;
	text-decoration: none;
}

h3 {
	padding: 0;
	margin: 0 0 10px 0;
}

.right {
	clear: right;
	float: right;
}

.center {
	text-align: center;
}

.note {
	font-size: 0.8em;
}

.download {
	font-size: 0.9em;
	float: right;
	margin-right: 10px;
}

#page-container {
	margin: 0 auto 0 auto;
	width: 100%;
}
/*************************************************************/
/* Header styles */
/*************************************************************/
#header {
	color: #004466;
	font-family: futura, helvetica;
	height: 60px;
	padding: 10px 0px 5px 10px;
	width: 97%;
	max-width: 1200px;
	min-width: 960px;
}

div#header-buttons {
	float: right;
	font-family: verdana;
	font-size: 0.75em;
	margin: 5px 10px 0 0;
}

div#header-buttons a:link, div#header-buttons a:visited {
	color: #333333;
	padding: 2px;	
	text-decoration: none;
}

div#header-buttons a:hover {
	text-decoration: underline;
}
/*************************************************************/
#content {
	color: #333333;
	font-size: 0.9em;
	margin-top: 20px;
	width: 97%;
	max-width: 1200px;
	min-width: 960px;
}

#footer {
/*	background-color: #DDDDDD;*/
	background-image: url('../images/grey-noise.png');
	background-repeat: x;
	clear: both;
	color: #333333;
	font-size: 0.9em;
	height: 30px;
	margin: 30px 30px 0 360px;
	*margin-top: 20px;
	padding: 20px 20px 10px 0;
	text-align: right;
	width: 650px;
}
/*************************************************************/
div#compounds-total {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 50px;
	*line-height: 50px;
	text-align: center;
	width: 99%;
}

div.text {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	margin: 10px 0 0 0;
	width: 99%;
}
div#welcome {
	margin: 20px;
	width: 90%;
}
/*************************************************************/
/* Error reporting box styles */
/*************************************************************/
div#comment-report {
	display: none;
}
div#comment-report textarea {
	height: 100px;
	resize: none;
	width: 280px;
}

div#sent-message {
	background-color: #FFFFFF;
	font-size: 1.1em;
	height: 320px;
	position: absolute;
	width: 300px;
}
/*************************************************************/
/* Links */
/*************************************************************/
a:link, a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
}