body {
	background-color: #000;  
	background-image: url(images/homepage/stripe3.png); 
	color: #ffffff;
	font-family: "Trebuchet MS",Georgia,Verdana,serif;
	width: 224px;
}

#container {
	background-color: #1f2427;
	background-repeat: repeat-y;
	margin: -21px;
	padding-bottom: 50px;
	width: 800px;
}


h1#logo {
	height: 210px;
	width: 800px;
}

h1#logo a{
	background: url(images/homepage/header_800x210.jpg);
	display: block;
	height: 210px;
	width: 800px;
}

h1#logo a span {
	display: none;
}

ul#navigation {
	color: #000000;
	float: left;
	margin-top: -5px;
	padding: 0px 0px 30px 20px;
	width: 100%;
}

ul#navigation li {
	display: inline;
}

ul#navigation li a {
	padding: 20px;
	text-decoration: none;
}

ul#navigation li a:link {
	color: #c1c2c3;
}

ul#navigation li a:visited {
	color: #c1c2c3;
}

ul#navigation li a:hover {
	color: #fff;
}


html>body ul#navigation li a{ /*Non IE rule*/
	width: 90px;
}

#intro {
	color: #8DC035;
	font-size: 12px;
	line-height: 16px;
	margin: 56px 0px 30px 0px;
	width: 600px;
}

.intro_body {
	background-color: #292f33;
	padding: 30px;
	
}

h2#title {
	height: 43px;
	width: 185px;
}

h2#title a{
	background-color: #292f33;
	padding-top: 15px;
	padding-left: 20px;
	width: 750px;
}



h2#title a span {
	display: none;
}

#news_container {
	background-color: #292f33;
	background-repeat: repeat-y;
	padding: 20px 0px 30px;
	width: 600px;
}

#news_title {
	background: url(images/homepage/news_170x40.gif) no-repeat;
	display: block;
        margin-left: 30px;
	padding: 30px;
	width: 185px;
}

#news_title a span {
	display: none;
}

.newstext {
	color: #8DC035;
	font-family: "Trebuchet MS",Georgia,Verdana,serif;
	font-size: 11px;
	line-height: 12px;
	margin-left: 30px;
	margin-top: 10px;
	padding-bottom: 20px;
	width: 500px;
}

.newstext a:link {
	color: #8DC035;
	text-decoration: none;
}
.newstext a:visited {
	color: #8dc035;
	text-decoration: none;
}
.newstext a:active {
	text-decoration: none;
}
.newstext a:hover{
	background-color: transparent;
	color: #e81d2c;
}

.date {
	border-top: 1px dotted;
	color: #8DC035;
	font-family: "Trebuchet MS",Georgia,Verdana,serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-left: 30px;
	padding-bottom: 2px;
	padding-top: 20px;
	width: 500px;
}

.title {
	height: 100%;
	width: 100%;
}

.title a{
	padding-top: 15px;
	padding-left: 20px;
	width: 750px;
}

.title a span {
	display: none;
}

#recent_container {
	background-color: #292f33;
	background-repeat: repeat-y;
	height: 250px;
	margin-top: 30px;
	padding-top: 30px;
	width: 600px;
}

#recent_title {
	background: url(images/homepage/experiments_350x75.gif) no-repeat;
	display: block;
	height: 66px;
        margin-left: 30px;
	padding: 10px;
	width: 336px;
}

#recent_title a span {
	display: none;
}

.recent_thumbnails {
	border: none;
	margin-bottom: 30px;
        margin-left: 30px;
	margin-right: 20px;
	padding: 3px 3px 8px;
}

.recent_thumbnails a:link {
	color: #8DC035;
	text-decoration: none;
}
.recent_thumbnails a:visited {
	color: #8DC035;
	text-decoration: none;
}
.recent_thumbnails a:active {
	text-decoration: none;
}
.recent_thumbnails a:hover{
	background-color: transparent;
	color: #e81d2c;
}

#footer {
	background-color: #292f33;
	border: none;
	display: block;
	margin-top: 30px;
	padding: 30px;
	width: 540px;
}

#footer img {
	border: none;
}

.footer_text {
	color: #8DC035;
	font-size: 11px;
	letter-spacing: 1px;
}

.footer_text a:link {
	color: #8DC035;
	text-decoration: none;
}
.footer_text n a:visited {
	border-color: #8DC035;
	color: #8DC035;
	text-decoration: none;
}
.footer_text a:active {
	text-decoration: none;
}
.footer_text a:hover{
	background-color: transparent;
	color: #E81D2C;
}
