html, body {
    border:            0px;
    margin:            0px;
    padding:           0px;
    width:             100%;
    height:            100%;
    position:          relative;
    z-index:           0;
    background-color:  #014165;
	background-image:  url("../images/bg.jpg");
	background-repeat: repeat-x;
}

#container {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    100%;
    height:   100%;
    position: relative;
}

#page {
    border:           0px;
    margin:           0px 0px 0px -385px;
    padding:          0px;
    width:            770px;
    position:         absolute;
    top:              0px;
    left:             50%;
    background-color: #ffffff;
}

#header {
    border:            0px;
    margin:            0px;
    padding:           0px;
    width:             770px;
    height:            168px;
    position:          relative;
    background-image:  url("../images/enviroglobalheader.jpg");
	background-repeat: no-repeat;
}

#body {
    border:            0px;
    margin:            0px;
    padding:           0px;
    width:             770px;
    position:          relative;
    top:               0px;
    left:              0px;
    background-image:  url("../images/enviroglobalbodybg.jpg");
    background-repeat: repeat-y;
}

#text {
    border:      0px;
    margin:      0px;
    padding:     0px;
    width:       475px;
    height:      380px;
    position:    relative;
    top:         20px;
    left:        112px;
    font-family: arial;
    font-size:   11px;
    color:       #000000;
}

#text a {
    border:          0px;
    margin:          0px;
    padding:         0px;
    font-family:     arial;
    font-size:       11px;
    font-weight:     bold;
    text-decoration: underline;
    color:           #000000;
}

#right {
    border:            0px;
    margin:            0px;
    padding:           0px;
    width:             171px;
    height:            365px;
    position:          absolute;
    top:               -31px;
    left:              599px;
    background-image:  url("../images/enviroglobalrightbg.jpg");
    background-repeat: no-repeat;
}
 #right a {
   position: absolute;
   top: 170px;
   left: 30px;
   width: 140px;
   height: 20px;
   display: block;

 }

#copyright {
    border:      0px;
    margin:      0px;
    padding:     0px;
    width:       668px;
    position:    relative;
    top:         0px;
    left:        102px;
    text-align:  center;
    font-family: arial;
    font-size:   10px;
    color:       #000000;
}

#copyright a {
    border:          0px;
    margin:          0px;
    padding:         0px;
    font-family:     arial;
    font-size:       10px;
    text-decoration: none;
    color:           #9fc1e4;
}

#footer {
    border:            0px;
    margin:            0px;
    padding:           0px;
    width:             770px;
    height:            185px;
    position:          relative;
    background-image:  url("../images/enviroglobalfooter.jpg");
    background-repeat: repeat-y;
}

p {
    border:  0px;
    margin:  0px 0px 10px 0px;
    padding: 0px;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

