/* CSS file for Senviro Website */

img.top {	
	float: left;
	margin: 0px 0px 30px 0px;
}

BODY {
	background-image: url('bigstockphoto_Water_Drop_Blue_8453_img.jpg');
	/* background-image: url('bigstockphoto_Water_Drop_Blue_8453.jpg'); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100px 50px;
	background-color: #CFD0EE;
	font: normal 11pt arial;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
  	left: 5px;
	padding: 0px;
	float: left;
	width: 150px;
	height: 99%;
	margin: 25px 25px 25px 25px;
}

#content {
	/*position: relative;*/
	float: left;
	width: 75%;
	height: 99%;
	overflow: hidden;
 	margin-left: 210px;
 	margin-top: 20px;
	  padding: 0px;
 }

#navbar1 {
	position: relative;
	margin-top: 0px;
	float: left;
	/*background: #CFD0EE;*/
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px
}

#navbar1 li {
	list-style: none;
	width: 100px;
	height: 30px;
	/*background: #333 ;*/
}

#navbar1 li a {
	text-indent: 20px;
	text-decoration: none;
	display: block;
	/* color: #09179B; */
	color: #191E8B;
	/*background: #333 ;*/
}

#navbar1 li a:hover {
	color: #FFFFFF;
	background: #6243FF ;
}

#navbar1 li a:focus {
	color: #FFFFFF;
	background: #6243FF ;
}

#navbar1 li a:active {
	color: #FFFFFF;
	background: #6243FF ;
}
