/* CSS Document */


/*overall */
*{
	margin: 0px;
	padding: 0px;
}

/*Enviroclean Management Services blue text */
h1{
	font-family: helvetica;
	font-size: 17px;
	font-weight: normal;
	color: #006699;
	padding-top: 63px;
	padding-right: 0px;
	padding-bottom: 25px;
}



/* lorem text  */

h2{
	font-family: helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 500px;
	padding-top: 23px;
	padding-left: 7px;
}




/*the background with background image bg.gif */

body{

background-image: url(../images/bg2.gif);
	background-repeat: x-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	
}


/*container of the content  placed in the center */
#container{
	height: auto;
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	margin-top: 60px;
}

/*topheader with top_graphic.gif attached as bg  */

#topheader{
	background-image: url(../images/top_graphic.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 801px;
}


/* the space to hold the top logos*/

#logospace{
	height: 80px;
	width: 801px;
}



/*places the top left logo on the left side*/
.leftlogo{
	float: left;
	margin-left: 30px;
}



/*places the top right logo on the right side*/
.rightlogo{
	float: right;
	margin-right: 40px;
}


/*container to hold the text in the middle section*/

#textarea{
	background-image: url(../images/gradient.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 237px;
	width: 801px;
}

/* centers the middle text*/

#text{
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/*container for the click here button*/

#clickhere{
	height: 82px;
	width: 801px;
	text-align: center;
	padding-bottom: 19px;
}


/* the footer containing the bottom_graphic.gif as the background image */
#bottomfooter{
	background-image: url(../images/bottom_graphic.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 801px;
}
