body {
  margin: 0px;
  padding: 0px;
  background-color: fafad6;
}
h1 {
  text-align: center;
  font-family:  helvetica, arial;
  color:  black; 
}
h2 {
  text-align:  right;
  font-family:  helvetica, arial;
  color:  #C08B3D;
}
h3 {
  text-align: right;
  font-family:  helvetica, arial;
  font-style: italic;
}
h4 {
  text-align: center;
  font-family:  helvetica, arial;
  font-style:  italic;
}
a:link {
  color:  #C08B3D;
  text-decoration:  none;
}
a:visited {
  color: #C08B3D;
  text-decoration:  none;
}
a:hover {
  color:  #C08B3D;
  text-decoration:  underline;
}
#header {
  padding-top:  5px;
  background: url('content.jpg');
  width: 100%;
}
#leftcol {
  background: url('sidebar.jpg');
  float: left;
  width: 76px;
  height: 6000px;
  background-position: top left;
  background-attachment: fixed;
}
#rightcol {
  background: url('sidebarright.jpg');
  float: right;
  width: 76px;
  height: 6000px;
}
#content {
  background: url('content.jpg');
  width: 100%;
}
#main {
  width: 100%;
}
#entry {
  width: 100%;
  height: 255;
}	
#footer {
  background: url('content.jpg');
  width: 100%;
  font-size:  10px;
  font-weight:  bold;
  padding-bottom: 10px;
  padding-top:  10px;
  border-bottom: #C08B3D 1px solid; 
  border-top:  #c08b3d 1px solid;
}
#menubar {
  PADDING-RIGHT: 2px; 
  PADDING-LEFT: 10px; 
  MARGIN-BOTTOM: 30px; 
  PADDING-BOTTOM: 5px; 
  PADDING-TOP: 5px; 
  BORDER-BOTTOM: #C08B3D 1px solid; 
  border-top:  #c08b3d 1px solid;
  BACKGROUND: url('content.jpg'); HEIGHT: 19px; 
  FONT-FAMILY: Verdana, Arial, sans-serif; 
}
#menubar A {
  PADDING-RIGHT: 30px; 
  PADDING-LEFT: 5px; 
  PADDING-BOTTOM: 0px; 
  COLOR: #C08B3D; 
  PADDING-TOP: 5px; 
  TEXT-DECORATION: none; 
  FONT-WEIGHT: bold; 
  FONT-SIZE: 12px; background: transparent; 
  FONT-FAMILY: Verdana, Arial, sans-serif;
}
#menubar A:hover {
	color: black;
}
#menubar UL {
  PADDING-RIGHT: 2px; 
  PADDING-LEFT: 2px; 
  FONT-SIZE: 10px; 
  PADDING-BOTTOM: 0px; MARGIN: 0px;  
  PADDING-TOP: 0px; LIST-STYLE-TYPE: none; text-align: center; 
  BACKGROUND: transparent;
}
#menubar LI {
  DISPLAY: inline; 
  LIST-STYLE-TYPE: none;	
  PADDING-RIGHT: 0px; 
  PADDING-LEFT: 0px;  
  PADDING-BOTTOM: 0px; MARGIN: 0px; 
  PADDING-TOP: 0px;
}
#infobox {
  width:  305px;
  float:  left;
  BACKGROUND: url('content.jpg');
  padding-right: 5px;
}
#highlight {
  width: 175px;
  height: 400px;
  float:  right;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: black;
}
#highlight a:link {
  color:  red;
  text-decoration:  none;
}
#highlight a:visited {
  color: red;
  text-decoration:  none;
}
#highlight a:hover {
  color:  white;
  text-decoration:  underline;
}