/* BEB CSS Version */
/*Many thanks to WebproofCafe & all its members */
body {
	background-image: url(../Images/bg1.jpg);
	background-repeat: no-repeat; 
	color: #000000;
	line-height: 90%; 
	font-size: 100%; 
	text-align: center; 
	font-family: Verdana, Arial, sans-serif; 
} 

/* The background-image's for the #wrap below are for preloading all the page's images */
#wrap {
	background-image: url(../Images/bg1.jp);
	background-image: url(../Images/head-copy-enlarged.jpg); 
	background-repeat: no-repeat; 
	background-position: -5000px -5000px; 
	margin: 0 auto; 
	width: 920px
	}	

#header {
	background: url(../Images/head-copy-enlarged.jpg) center no-repeat; 
	height: 200px; 
	color: #000000; 
	font-size: 150%; 
	font-weight: bold; 
	line-height: 500px; 
} 

#nav {
	padding-bottom: 40px; 
	width: 179px; 
}

#nav ul li {
	display: inline; 
	line-height: 16px; 
	list-style: none; 
}

#nav ul li a {
	border-bottom: 1px solid #c9dcea; 
	color: #e7efff; 
	display: block; 
	padding: 5px; 
	text-decoration: none; 
	width: auto; 
	background-color: windowframe; 
	font-size: large
}

#nav li a:hover {
	background: #c9dcea url(../Images/selector.gif) center right no-repeat;
	color: #000;
}


