body{
  background: #fff;
  font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 5% auto;
  width: 770px;
}

#breadcrumb{
  font: 12px/12px Arial, Helvetica, sans-serif;
	position: relative;
	color: #000;
}

#breadcrumb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#breadcrumb ul li {
	list-style: none;
	display: inline;
	}
	
#breadcrumb ul li a:hover{
  /* Hovering over links makes box turn grey (link must have class) */
  background: #ccc;
}

#breadcrumb ul li a{
  /* Links aren't colored or underlined */
  color: #000;
	text-decoration:none;
}
	
#breadcrumb ul li .separator{
  /* A border on 3 sides with some padding to the left and right */
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 5px;
	padding-right: 5px;
  margin-left: 5px;
	margin-right: 5px;
}

#breadcrumb ul li .first{
  /* Use in conjuction with separator - takes away left margin from first
	   element so it aligns with the image banner */
  margin-left: 0px;
}

#breadcrumb ul li .current{
  /* Use in conjunction with separator - takes away the border from the page we
	   are currently on */
  border: 0px;
}

#header{
  /* Position relative so we can absolutely position text elements. Perhaps
	   randomize background? */
  background: url('http://www.leonardmurphy.com/images/background.jpg') no-repeat top left;
  border: 1px solid #ccc;
  height: 5em;
	position: relative;
}

#header h1{
  /* Top right of banner - can use transparent.gif if want to use
	   noiser background */
	font: italic bold 25px/25px Arial, Helvetica, sans-serif;
  color: #000;
  width: 60%;
	margin-top: 0em;
	margin-left: 10em;
	letter-spacing: 0.5em;
	text-align: right;
	text-transform: lowercase;
	float: right;
}

#header h2{
  /* Top right of banner - can use transparent.gif if want to use
	   noiser background */
	font: italic bold 25px/25px Arial, Helvetica, sans-serif;
  color: #000;
  width: 40%;
	margin: 0;
	bottom: 0;
	float:left;
  position: absolute;
}

#topmenu {
  /* Not sure I like the circle */
  background: #fff;
	color: #9fb1bc;
	border-bottom: 1px solid #9fb1bc;
  text-align: center;
  width: 100%;
  margin: 0px 0 10px 0;
  padding: 0 0 0 0;
}

#topmenu ul{
  margin-top: 0em;
	margin-bottom: 0.3em;
}

#topmenu li { 
  display: inline;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  float: center;	
}

#topmenu ul li a:link, 
#topmenu ul li a:visited{
  color: #777;
  padding: 0 12px 6px 12px;
  text-decoration: none;
}

#topmenu ul li a:link.active, 
#topmenu ul li a:visited.active, 
#topmenu ul li a:hover {
  color: #000;
  background: url(http://www.leonardmurphy.com/images/circle.gif) no-repeat bottom center;
}

#contenttext1{
  width: 70%;
  float: left;
  color: #000;
}

#contenttext1 h3{
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin-top: 1em;
}

#contenttext1 h4{
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

#contenttext1 p{
  font-size: 12px;
  margin: 1%;
}

#contenttext1 ol{
  font-size: 12px;
  margin: 1%;
}

#contenttext1 ul{
  font-size: 11px;
  margin: 1%;
}

#contenttext1 ul li{
  margin-bottom: 5px;
  margin-left: 2em;
  font-size: 11px;
}

#contenttext1 .contentbox{
  border: 1px solid #ccc;
  overflow: auto;
  width: 40%;
  color: #000;
  font-size: 12px;
	padding: 1em;
	margin-top: 1em;
}

#contenttext1 .contentboxleft{
	float: left;
	margin-left: 1em;
}

#contenttext1 .shade{
	background-color: #ccc;
}

#contenttext1 .contentboxright{
	float: right;
}

#contenttext1 .contentboxfull{
	width: 90%;
}

#contenttext1 .footnote{
  color: #000;
  font-size: 10px;
  text-align: right;
	width: 44.5%;
  position: relative;
}

#contenttext1 .footnoteleft{
	float: left;
	margin-left: 1.2em;
}

#contenttext1 .footnoteright{
	float: right;
	right: 0px;
}

#contenttext1 .footnotefull{
	float: right;
	right: 0px;
        width: 90%;
}

#contenttext1 .footnoteleft a,
#contenttext1 .footnoteright a,
#contenttext1 .footnoteright a:visited
#contenttext1 .footnoteleft a:visited{
  color: #000;
	text-decoration: none;
  font-weight: bold;
}

#sidebar{
  width: 25%;
  float: right;
  margin-top: 0em;		
  background: #ddd;
	top: 0;
}

#sidebar h4{
  border-bottom: 1px solid #333;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 13px;
}

#sidebar ul{
  list-style: none;
}

#sidebar ul li{
  margin-left: -2em;
  padding-left: 0px;
  margin-bottom: 5px;
  font-size: 11px;
  list-style: none;
}

#sidebar img{
  border: 0;
}

#sidebar ul li .description{
  margin: 0;
  padding: 0;
	font-size: 10px;
	font-style: italic;
}

#footer{
  width: 70%;
  text-align: center;
  float: left;
  margin-top: 2em;
  border-top: 1px solid #000;
  font-size: 10px;
  color: #000;
}

.italic{
  font-style: italic;
}

.center{
  text-align: center;
}