body {
	background-color: #fff;
	font-family: verdana;	font-size: 12px;	color: #ccc;
	margin:0; padding:0;
}

* {margin:0; padding:0; }
ul, li { list-style-type: none; text-indent: none;}
a:link, a:visited {text-decoration: none; color: #051350;}
a:hover, a:active {text-decoration: none; color: #00f;}




/*** landing page structure ***/
#bobflash {width: 866px; height: 386px; margin-left:4px; margin-top:2px;  }


#nav {width: 875px; height: 192px; margin-top: 30px; margin-left: -5px;}
#nav li { text-align: center;  width: 125px; height: 92px; display: block;
		font-size: 10px; float:left; }
	#nav li.eight { width: 109px; }
	#nav li.seven { width: 115px; padding: 0 5px;  }
	#nav li.six { width: 145px; padding: 0 0px;  }

#nav a { position: relative; display: block; color: #aaa;
		width: 100%; height: 100%; display: block;}
	#nav a img {border: 1px solid #444; }
	#nav a:visited {color: #aaa;}
	#nav a:hover {  color: #00f;}
	#nav a:hover img {border-color: #000; }





/*** structure ***/
#container {position: relative; width: 875px;  height: 660px;margin: auto;
	background: url(images/bg_internal.png) top center no-repeat; }
.home #container {background: url(images/bg_landing.png) top center no-repeat; }




#footer {position: absolute; bottom: 0; margin: auto auto auto 10px;
	width: 855px; height: 50px;  font-size: 10px; color: #333;}

.email {position: absolute; top: 32px; left:0; }
.address {position: absolute; top:0; right:90px; }
.phone {position: absolute; top:0px; right:0; }
.forge22 {position: absolute;  bottom: 0; right:0;  }
	.forge22 a, .forge22 a:visited {color: #666; }
	.forge22 a:hover {color: #00f; }
.aboutlink {position: absolute; top: 12px; left: 200px; }

#aboutbob  {display: none; }
p.bobinfo {color: #000; }
	p.bobinfo img {float: right; margin-left: 5px; padding: 0; border: 1px solid black; }








h1 {display: none; position: relative; top: 592px; left: 10px;
	width: 172px; height: 42px;
	background-image: url(images/bob_wolter_logo.png); background-repeat: no-repeat;
	background-position: top center;
	border: 1px solid black; z-index: 1;
}
h1 span {display: none;}




