body {
  margin: 0 auto;
  padding 0;
  position: relative;
  font-family: Arial,sans-serif;
  background-color: #ccc;
}

h1 {
  font-size: large;
  font-weight: bold;
}

h2 {
  font-size: medium;
  font-weight: bold;
}

h3 {
  font-size: medium;
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: underline;
}
		
ul {
  list-style-type: none;
  list-style-position: outside;
}
				
#bulinks {
  text-align: center;
  padding-top: 10px;
  border-top-style: solid;
  border-top-color: #8cd2ff;
  border-top-width: 1px;
  background: #fff;
}

#bulinks a {
  color: #666;
  text-decoration: none;
}

#bulinks a:hover {
  color: #999;
  text-decoration: underline;
}

#bulinks ul li {
  border: none;
  display: inline;
  font-size: 12px;
  padding-left: 5px;
  margin-right: 5px;
}

#ibmenu {
  font-weight: bold;
  margin: 0;
  padding: 0;
  background: #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #8cd2ff;
  height: 600px;
}

#ibmenu ul {
  margin: 0; /* Needed for menu to align left in IE6 */
  padding-left: 10px;
  list-style-type: none;
}

#ibmenu ul li {
  margin-bottom: 5px;
}

#ibmenu ul ul {
  font-weight: normal;
  display: none;
  padding-left: 10px;
  display: none;
}
					
#ibmenu ul li:hover ul {
  display: block;
  padding: 0;
}					

.example {
  font-size: 80%;
  width: 522px;
  background-color: #fff;
}

#maincontent {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  height: 600px;
}

.ref {
  font-size: 80%;
}

.ref a {
  text-decoration: none;
}
			
.ref ul {
  list-style-type: none;
}

#picturebar {
  width: 290px;
  height: 600px;
  background-color: #fff;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #8cd2ff;
}