@import url("default.css");

#page{
	padding:0px;
	border:1px solid #57638C;
}
body{
	background-color: #F1ECFB;
}

#body{
	border-left:1px solid #B6BCCF;
	border-right:1px solid #B6BCCF;
}

#header{
	background-image:url('chemistry-back.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color:#BAC5E1;
	border:none;
	height:88px;
	border-top:8px solid black;
	border-bottom:4px solid black;
}

#header h1{
	top:8px;
	left:80px;
	font-size:17pt;
	color:#2C3963;
	z-index: 10;
	display:inline;
	font-weight:bold;
	border-left:none;	
	padding-left:0px;
}

#header h2{
	top:39px;
	left:160px;
	font-size:10pt;
	color:#848BA3;
	z-index: 10;
	border-left:none;	
	padding-left:0px;	
}

#header a {
	color:#2C3963;
	text-decoration: none;
}
#header a:hover {
	color:#2C3963;
	text-decoration: underline;
}

#hlogo {
	position:absolute;
	width:143px;
	height:88px;
	left:0px;
	top:0px;
	background-image:url('chemistry-logo.png');
	background-repeat:no-repeat;
}


#navigation{
	font-size:10pt;
	color:#8a8a8a;
	padding:4px;
	margin:0px;
	line-height: normal;
	border:none;
	border-top:1px solid #c8c8c8;
	position:relative;
	top:-26px;
	left:160px;
	z-index:10;
	display:inline;
}


#hsearch {
	top:2px;
	color:#2C3963;
}

#hsearch input {
	border:1px solid #2C3963;
	color:#2C3963;
}

#footer{
	background-color:black;
}

