﻿/*Symbiotic Evolution v.01---------------------------------------------------------*/



html {
	min-width: 800px;
	min-height: 1590px;
	}

body {
	background-image: url('bg/bg_05.gif');
	background-repeat: repeat-y;
	font-size: 14pt;
	font-family: helvetica, arial, san-serif;
	background-color: #ffffff;
	border: none;
	}

div#green {
	background-color: #84BD38;
	height: 35px;	
	}	
	
	
	
/*WRAPPERS-----------------------------------------*/
div#float-wrapper {
	width: 910px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	}	
	
div#float_box {
	background-repeat: no-repeat;
	background-color: #84BD38;
	width: 910px;
	height: 500px;
	}	
	
div#float_box_index {
	position: relative;
	background-repeat: no-repeat;
	/*background-color: #84BD38;*/
	width: 910px;
	height: 500px;
	}		

div#float_box_index img {
	position: relative;
	float: right;
	margin-top: -18px;
	_margin-top: -13px;
	margin-right: -2px;
	_margin-right: 0px;
	}

div#about_paragraph {
	padding-top: 30px;
	margin-left: 65px;
	margin-right: 90px;
	color: #fff;
	line-height: 1.35em;
	}		

div#about_paragraph a{
	color: #d7ff89;
	}

div#about_intro {
	margin-left: 20px;
	text-align: left;
	}


		
/*NAVIGATION MENU--------------------------------------*/	
div.menu {
	position: relative;
  	text-decoration: none;
	color: #84BD38;
	margin-top: -30px;
	font-size: 16pt;
	padding-bottom: 10px;
	_padding-top: 4px;
	width: /*250px 350px*/ 400px;
	float: right;
	}

div.menu a{
	text-decoration: none;
	border: 2px solid #FFF;
	color: /*#CC0000*/#84BD38;
	padding: 1px;
	_padding-top: 5px;
	}
	
div.menu a:hover {
  	text-decoration: none;
	border: 2px solid /*#ff0000*/ #FFB710;
	color: /*#71a923*/#659d13;
	padding: 1px;
	}

div.menu a:active {
  	text-decoration: none;
	color: #FFB710;
	padding: 1px;
	}

div.menuitem {
	position: relative;
	width: 100px;
	}



/*NAVIGATION MENU: Index Page--------------------------------------*/
div.menu_index {
	position: relative;
  	text-decoration: none;
	color: #84BD38;
	margin-top: -30px;
	font-size: 16pt;
	padding-bottom: 10px;
	_padding-top: 4px;
	width: /*250px 350px*/ 400px;
	_margin-right: -2px;
	float: right;
	}

div.menu_index a{
	text-decoration: none;
	border: 2px solid #FFF;
	color: /*#CC0000*/#84BD38;
	padding: 1px;
	_padding-top: 5px;
	}
	
div.menu_index a:hover {
  	text-decoration: none;
	border: 2px solid /*#ff0000*/ #FFB710;
	color: /*#71a923*/#659d13;
	padding: 1px;
	}



/*PROJECT-BUTTONS--------------------------------*/
img#buttons {
	border: none;
	padding: 2px;
	margin-top: 0px;
	/*background: none;*/
	}
	
	
ul#buttons {
	position: relative;
	padding: 8px, 8px, 8px, 8px;
	width: /*432px*/435px;
	margin-right: /*-352px*/ -402px;
	_margin-right: -2px;
	_margin-top: 20px;
	float: right;
	text-align: right;
	}
	

	
	
	
/*PROJECT-BUTTONS WITH ROLLOVERS--------------------------------*/
img.buttons {
	border: none;
	padding: 2px;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-top: 0px;
	background: none;
	float: right;
	}
	
	
ul.buttons {
	position: absolute;
	margin-top: 320px;
	margin-left: 205px;
	margin-right: -15px;
	width: 800px;
	}
	
ul.buttons a:hover {
	text-decoration: none;
	}	



/*FOOTER-----------------------------------------*/
div.footer {
	text-decoration: none;
	color: #84BD38;
	margin-top: /*-5px*/ 8px;
	font-size: 9pt;
	padding-bottom: 10px;
	width: /*202px*/174px;
	float: right;
	}

div.footer_index {
	text-decoration: none;
	color: #84BD38;
	margin-top: -5px;
	_margin-right: -2px;
	font-size: 9pt;
	padding-bottom: 10px;
	width: /*202px*/174px;
	float: right;
	}

div.footer a{
	color: #84BD38;
	text-decoration: none;
	padding: 3px;
	}


div.footer a:hover {
  	text-decoration: none;
	border: 2px solid #FFB710;
	color: #fff;
	padding: 1px;
	}

div.footer_menu {
	color: #fff;
	}




