html, body, #wrapper {
	min-height: 100%; /* Sets the min height to the height of the viewport */
	height: 100%; /* This is the min-height for IE5+/Win, since IE wrongly expands elemetns to enclose content. Screwy! */
}

html>body #wrapper {height: auto;} /* This undoes th IE hack via hiding it from IE with a child selector */	

body {
	background: #FFF url(../images/head_bkgnd.png) repeat-x top left;
	font-size: 12px;
	line-height: 18pt;
	color: #4a4a4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	text-align: left;
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px;
}

#masthead {
	height: 80px;
	margin-bottom: 1px;
}

#masthead img#logo {margin-left: -40px;}

div#feature_block {
	height:271px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}


div#feature_block.home {background-image: url(../images/home_skylab.jpg);}
div#feature_block.about {background-image: url(../images/home_testtube.jpg);}
div#feature_block.conf {background-image: url(../images/home_dna.jpg);}
div#feature_block.news {background-image: url(../images/home_news.jpg);}
div#feature_block.archives {background-image: url(../images/home_chairs.jpg);}

ul#nav a {text-decoration: none; text-transform: uppercase; font-size: 13px}
ul#subnav a {text-decoration: none; text-transform: uppercase; font-size: 11px}
ul#nav a:link, ul#subnav a:link {color: #fff;}
ul#nav a:hover, ul#subnav a:hover {color: #fff; text-decoration: underline;}
ul#nav a:visited, ul#subnav a:visited {color: #fff;}

ul#nav {
	position: relative;
	top: 2px;
	left: 20px;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul#nav li {
	display: inline;
	margin: 0;
	padding: 0 32px 0 0;
	background: transparent;
}

ul#subnav {
	position: relative;
	top: 224px;
	left: 20px;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul#subnav li {
	display: inline;
	margin: 0;
	padding: 0 32px 0 0;
	background: transparent;
}

#leftcol {
	width: 650px;
	float: left;
	margin: 0;
	padding: 10px 10px 0 0;
	text-align: left;
}

#footer {
	width: 1000px;
	float: left;
	margin: 0;
	text-align: center;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
	
p {
	margin-bottom: 10px;
}	

strong {
	font-weight: bold;
}

em {

	font-style: italic;
}

img#cmte {
	padding-right: 12px;
	padding-bottom: 8px;
	padding-top: 8px;
}

#rightcol {
	float: left;
	width: 315px;
	height: auto;
	text-align: left;
	padding: 0;
	z-index: 10;
	margin-top: 10px;
}