/**
 * Design. (c) Jason Earl, 2005, Virtual Function
 *
 * "tableless" design known to work (and tested) on Mozilla, and IE 6.
 * Should also work KHTML (Konqueror and Safari)
 */


/* -----------------------------------------------------------
						Generic
----------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background-color: #9BB2CA;
	background-image: url(images/back.gif);
}

div#bodyWrap {
	background-image: url(images/back1%20copy.jpg);
	background-repeat: repeat-x;
}
