body { background: rgb(230,230,230); }

#nonFooter { background: url(back.png) repeat-y; }

#footer  { 
    color: rgb(120,120,120); 
    background: url(footer.png) no-repeat; 
}

#header {
    background: url(header.png) no-repeat;
    border-bottom: solid 2px rgb(124,155,193);
}

#banner { background: url(banner_test.png) no-repeat; }

#map_canvas { border: solid 2px rgb(124,155,193); }

.header_text { border-left: solid 2px rgb(124,155,193); color: rgb(120,120,120); }
.bordered { border: solid 2px rgb(124,155,193); }

#div_home th { border-bottom: solid 2px rgb(124,155,193); }

#content { border-top: solid 1px #BEBEBE; background: url(content.png) no-repeat top;  }
#content a, #footer a { color: navy; text-decoration: none; border-bottom: solid 1px rgb(124,155,193); }
#content a:hover, #footer a:hover { color: navy; text-decoration: none; border-bottom: solid 2px rgb(124,155,193); }

h3 { border-bottom: solid 1px rgb(124,155,193); }

/*
####################
Navigation!!
####################
*/
ul#nav {
	background-image:url(menu_backgnd.png);
    border-top: solid 2px rgb(124,155,193);
	border-bottom: solid 2px rgb(124,155,193);
}

ul#nav li {
    border-left: solid 1px white;
    border-right: solid 1px rgb(150,150,150);
}

ul#nav a:hover { background-image: url(menu_hover.png); }