body {
  margin: 5px;
  text-align: center;
  background-color: #FFFFFF;
}

#main {
  width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #C9CEE1;
}

#header_frame {
  width: 740px;
  height: 135px;
  margin-left: auto;
  margin-right: auto;
  background-color: #00215B;
}

#header_banner_spacer {
  width: 740px;
  height: 10px;
}

#header_banner_bottom {
  width: 715px;
  height: 104px;
  margin-left: auto;
  margin-right: auto;
  background-attachment: scroll;
  background-image: url(graphics/banner_home.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

#header_banner_gallery {
  width: 715px;
  height: 104px;
  background-attachment: scroll;
  background-image: url(graphics/gallery.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

#header_banner_books {
  width: 715px;
  height: 104px;
  background-attachment: scroll;
  background-image: url(graphics/books.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

#header_banner_prints {
  width: 715px;
  height: 104px;
  background-attachment: scroll;
  background-image: url(graphics/prints.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

#header_banner_biography {
  width: 715px;
  height: 104px;
  background-attachment: scroll;
  background-image: url(graphics/biography.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

#header_banner_contact {
  width: 715px;
  height: 104px;
  background-attachment: scroll;
  background-image: url(graphics/contact.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

#header_menubar {
  width: 715px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

#menubar_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
    position: releative;
	margin-left: 44px;
	left: 10px;
	text-decoration: none;
}

#menubar_item:hover {
	color: #C9CEE1;
	text-decoration: underline;
}

.menubar_li {
	DISPLAY: inline; 
	MARGIN-BOTTOM: 0px; 
	MARGIN-LEFT: 0px; 
	MARGIN-RIGHT: 20px; 
	MARGIN-TOP: 0px; 
	LIST-STYLE-TYPE: none

}

#content {
    padding-top: 15px;
    clear: both;
    width: 695px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    width: 800px;
    height: 40px;
	padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #C9CEE1;
    margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	position: relative;
	bottom: 0px;
	
}

a{
    text-decoration: underline;
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #0000CC;
}

a:visited{
    text-decoration: underline;
	color: #000099;
}