body {
    margin: 0;
    color: #FFFFFF;
    font-family: arial;
    text-transform: lowercase;
	line-height: 150%;
    font-size: 13px;
    background: #000000;
}

ul, li {
	margin-top: 0px;
	padding-top: 0px;
}

#bg {
    position: absolute;
    width: 1024px;
    z-index: -1;
}

#menu {
    position: absolute;
    margin: 0;
    /*left: 50%;
    margin-left: -640px;*/
    height: 112px;
    background: url(images/menucenter2.png) top repeat-x;
	/*min-width: 1000px;
    max-width: 1024px;*/
	width: 1024px;
	z-index: 2;
}

#menu_left {
	position: relative;
	padding: 20px;
	padding-top: 14px;
	padding-right: 0px;
	margin: 0px;
	height: 112px;
	width: 500px;
	background: url(images/menuleft2.png) no-repeat;
	float: left;
}

#menu_right {
	position: relative;
	padding-top: 20px;
	margin: 0px;
	height: 112px;
	width: 500px;
	background: url(images/menuright2.png) no-repeat;
	float: right;
}

#sub_research {
    position: relative;
    margin-top: -5px;
    float: right;
	padding: 0px;
	margin-right: 0px;
    width: 392px;
    height: 15px;
    z-index: 1;
}

#sub_lab {
    position: relative;
    margin-top: -5px;
    float: right;
	padding: 0px;
	margin-right: 0px;
    width: 308px;
    height: 15px;
    z-index: 1;
}

#container {
    position: absolute;
    width: 896px;
    /*height: 400px;*/
    top: 55%;
	margin-top: -200px;
	margin-left: 64px;
    /*left: 50%;
    margin-left: -448px;*/
    /*margin-top: -200px;
    z-index: 0;*/
	/*display: block;*/
}

#content {
	position: relative;
    background: #000000;
    width: 896px;
    height: 290px;
	padding-bottom: 40px;
    filter: alpha(opacity=90);
    opacity: 0.9;
    z-index: -1;
    -moz-border-radius: 10px;
	z-index: 98;
}

#containertext {
	position: relative;
	height: 250px; 
	width: 886px;
	z-index: 2;
	text-align: justify;
	overflow: hidden;
}

#footer {
    position: absolute;
    bottom: 0;
    height: 112px;
    background: url(images/footercenter.png) top repeat-x;
	/*min-width: 1000px;
   	max-width: 1024px;*/
	width: 1024px;
    /*left: 50%;
    margin-left: -640px;*/
	/*margin-top: 662px;*/
	/*line-height: 120%;*/
}

#footer_left {
	position: relative;
	padding: 40px 0px 0px 0px;
	margin: 0;
	/*height: 112px;*/
	width: 500px;
	background: url(images/footerleft.png) no-repeat;
	float: left;
	margin-bottom: 0px;
}

#footer_right {
	position: relative;
	padding: 40px 0px 0px 0px;
	text-align: right;
	margin: 0;
	/*height: 112px;*/
	width: 500px;
	background: url(images/footerright.png) no-repeat;
	float: right;
	margin-bottom: 0px;
}

/*#followus {
	position: relative;
	text-align: left;
	width: 1000px;
	float: left;
	clear: both;
	margin-left: 20px;
	margin: 0;
	margin-bottom: 0px;
}*/

a:link {
    color: #3da9b2;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #3da9b2;
}

a:hover {
    text-decoration: none;
    color: #FFF;
}

a:active {
    text-decoration: none;
    color: #3da9b2;
}

.footerlink:link {
    text-decoration: none;
    color: #89c34b;
}

.footerlink:visited {
    text-decoration: none;
    color: #89c34b;
}

.footerlink:hover {
    text-decoration: none;
    color: #FFF;
}

.footerlink:active {
    text-decoration: none;
    color: #89c34b;
}


.img {
	border: 0px;
	cursor: pointer;
}

.footerhead {
	color: #3da9b2;
	font-size: 24px;
	font-family: helvetica;
	font-weight: lighter;
	text-transform: lowercase;
	line-height: 110%;
}

h1 {
	text-align: left;
}

.contenthead {
	color: #3da9b2;
	font-size: 20px;
	font-family: helvetica;
	font-weight: lighter;
	text-transform: uppercase;
    padding: 20px 40px 0px 40px;
	line-height: 110%;
}

.contentheadgreen {
	color: #89c34b;
}

.contenttext {
    color: #FFFFFF;
	size: 12px;
    text-transform: lowercase;
    line-height: 150%;
    padding: 0px 40px 5px 40px;
}
