@charset "utf-8";
/* Default CSS Values*/
* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
}
code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
}
a, img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
	border: none;
}
caption, th, td, center {
	vertical-align: top;
	text-align: left;
}
body {
	background: white;
	line-height: 1;
	color: black;
}
q {
	quotes: "" "";
}
ul, ol, dir, menu {
	list-style: none;
}
sub, sup {
	vertical-align: baseline;
}
hr {
	display: none;
}
marquee {
	overflow: inherit !important;
}
blink {
	text-decoration: none;
}
nobr {
	white-space: normal;
}
/* ID and Class Values*/
#container{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:926px;
	height:617px;
	/*
	background-image:url(../images/test.jpg);
	background-repeat:no-repeat;
	*/
	background-color:#DADADA;
	margin-left: auto;
	margin-right: auto;
}
#menu{
	position:relative;
	height:34px;
	width:640px;
	float:right;
	margin-right:25px;
}
#menu li{
	display:inline;
	height:34px;
	float:left;
}
.home{
	background-position: top;
	background:url(../images/Home.png);
}
#menu a:hover, a#active{
	background-position: bottom;
}
#text_container{
	background-image:url(../images/text_bg_test.png);
	background-repeat:no-repeat;
	width:884px;
	margin-top:120px;
	margin-left:25px;
	height:448px;
	position:fixed;
}
#body_text{
	margin-left:40px;
	margin-top:40px;
	margin-right:20px;
	width:auto;
	height:auto;
	line-height:inherit;
}
#body_text p{
	margin-bottom:15px;
}
#body_text a{
	text-decoration:none;
	color:#F90;
}
#body_text a:hover{
	text-decoration:underline;
}
#footer{
	height:30px;
	width:926px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#footer p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:8px;
	color:#1c599f;
}
h2{
	font-size:18px;
	color:#F93;
	margin-bottom:20px;
}
h3{
	font-size:15px;
	color:#F93;
	margin-bottom:15px;
}
#molecule_container{
	position:relative;
	height:187px;
	width:237px;
	background-image:url(../images/molecule_text.png);
	background-repeat:no-repeat;
	margin-right:40px;
	float:right;
	margin-top:380px;
	z-index:2;
}