/* CSS Document */
#header { 
	background-image: url(../images/header_ej.jpg); 
	}
	
body {
	background-image:url(../images/bg_green.gif); 
	background-color:#75AEB6;
	}
	
div div div {
	border:4px solid #77B0B8; 
	}
a:link, a:visited{
	color:#77B0B8;
	}
a:hover, a:active{
	color:#C00;
}
h3{
	color:#77B0B8;
}
#footer{
	background:  url("../images/scrolly_green.gif") bottom center no-repeat; 
	}
#bottom{
	background:#fff url("../images/raggedbottom_green.gif") bottom right no-repeat ;
	}
#nav{
	background: url("../images/bg_nav_green.gif") left top repeat-x;
	}
#nav a{
	background-image:  url("../images/active_green.gif");
	}
#nav a:hover{
	background-image:  url("../images/rollover_green.gif");
}