body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Lucida Grande, Lucida Sans Unicode, Trebuchet MS, serif;
	font-size: 12px;
	color: #666666;
	background-color: #EFEAD8;
	margin: 0px;
	padding: 0px;
	}
	
h1,h2,h3,h4,p { margin: 0px; padding: 0px;}
	
h1 {
	color: #333333;
	font-weight: bold;
	letter-spacing: -2px;
	font-size: 24px;
	}
	
h2 {
	color: #333333;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: bold;
	}
	
a, a:link { color: #006699;}
a:hover { color: #006699; text-decoration: none;}
	
/* Main Nav */

#mainNav {
	padding: 0px;
	margin: 0px;
	background-image:url(images/nav-bg.jpg);
	background-repeat: repeat-x;
	}
	
#mainNav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 34px;
	}
	
#mainNav ul li{
	float: left;
	width: 129px;
	text-align: center;
	height: 34px;
	border-right: 1px solid #FFFF99;
	font-size: 11px;
	}
	
#mainNav ul li a{
	display: block;
	height: 34px;
	padding-top: 7px;
	color:#FFFF99;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#mainNav ul li a:hover{
	display: block;
	color:#FFFF99;
	height: 34px;
	padding-top: 7px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image:url(images/nav-bg-hover.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}
	
#footer {
	background-image:url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 25px;
	}