html, body {
	background: black url(images/workshop_01a.jpg);
	/* background-repeat: no-repeat; */
	background-attachment: fixed;
}
/*  ------------ begin new mofile format  -------------------- */
#divBody{
	background: gray url(images/iqeszi_soft_beige.jpg);
	max-width:1000px;
	margin:0 auto; /* centers page */
	min-height:800px;
}
		#divHeader{
			background: gray url(images/group_back.png);
		}
		#sidenav{
			background: gray url(images/ad-back-white.png);
			width:200px;
		}
			#nav_menu{
				
			}
			#nav_ad{
				
			}
		#divContent{
			margin:0 auto; /* centers page */
			margin-left:200px;
		}
			#message_block{
				padding: 20px 20px 20px 20px;
				/*margin: 30px 30px 30px 30px;*/
				font: 12pt font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
			  font-size: 11pt;
			  line-height: 1.5;
			  font-weight: normal; height:100%;
			}
				#message{
				  font-family: "Comic Sans MS", cursive, sans-serif;
				  font-size: 11pt;
				  line-height: 1.5;
				  font-weight: normal;
				}
				#divCountyHeader{
					background:ivory;
				  font-size: 14pt;
				  line-height: 1.5;
				  font-weight: bold;
				  width:100%;
				}
				#tblCounty{
				  font-size: 11pt;
				  line-height: 1.5;
				  font-weight: lighter;
				  width:100%;
				}
				#divCountyTalk{
				padding: 20px 20px 20px 20px;
				}
		#ad_block{
			width:200px;
			background: gray url(images/ad-back-white.png);
		}
/* ------------- end new mobile format ----------------------- */
#menu{
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
}
#menu_block{
	width:200px;
}

#home {
	background: gray url(images/dry_grass_black.jpg);
	color: hotpink;	
}
.menu_item{
	background: gray url(images/bkground_grid.png);
	color: white;
	
}
.menu_item:hover {
	background: ivory url(images/dry_grass_black.jpg);
}

.Page{
	font: 10pt verdana, Arial,sans-serif;
	color: black;
	text-align:top;
  height:500px;
	padding: 30px 30px 0px 30px;
	background-attachment: fixed;
	overflow: auto; 
	background: ivory url(images/content-pack.gif);
	/* background-repeat: no-repeat; */
}

/* unvisited link */
a:link, a:visited {
    color: white;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: blue;
}
ul {
    list-style-type: none;
    /*
    margin: 0;
    padding: 0;
    */
}

li a {
    display: block;
    text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
    color: hotpink;
}