body {
	background: black url("images/webpagetitlebarmedres.jpg") no-repeat top left;
   margin-top: 190px;
   margin-left: 150px;
   color: black;
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
}

#outer {height: 235px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}
#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

.box {
   border-style: solid;
   border-color: black;
   border-width: 1px;
}

a {
   outline: none;
   text-decoration: none;
}
a:hover {
   iefix: 1;
   text-decoration: underline;
}

#imglinks ul {
	list-style: disc url(images/imgbullet.gif) inside;
   padding: 0 0 0 30px;
   margin: 0;
}
#dirlinks ul {
	list-style: disc url(images/dirbullet.gif) inside;
   padding: 0 0 0 30px;
   margin: 0;
}

#breadcrumbs {font-weight: bold;}
#breadcrumbs a {
   text-decoration: none;
   color: black;
   border-style: solid;
   border-width: 0px 0px 1px 0px;
}
#breadcrumbs a:hover {border-style: dashed;}

#navlinks img {
   position: absolute;
   top: 441px;
   height: 25px;
   border: 0;
}
#navlinks a:hover img {
   border-style: solid;
   border-width: 0px 0px 3px 0px;
   border-color: #000;
   background: white;
   border: 0;
	filter: alpha(opacity=10); /* internet explorer */
	-khtml-opacity: 0.1;      /* khtml, old safari */
	-moz-opacity: 0.1;       /* mozilla, netscape */
	opacity: 0.1;           /* fx, safari, opera */
}
#bio {left: 153px; width: 37px;}
#gallery {left: 257px; width: 83px;}
#pricing {left: 407px; width: 77px;}
#contact {left: 548px; width: 79px;}
#home {
   position: absolute;
   left: 149px; width: 467px; top: 70px; height: 97px;
   border: 0;
} 
