body, p, td {
	font-size: small;	
	font-family: verdana, geneva, sans-serif;
	background-color: #fff;
	color: #000;
	margin: 12px 12px 12px 12px;
	}
		
A:link, A:visited {
	color: #ff0000;
	}

A:hover {
	color: #990000;
	}

.leftwidecontent {
	float: left;
	width: 67%;
	background:#fff;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	margin-right:15px;
	margin-bottom:15px;
	padding-bottom:12px;
	}
	
.leftwidecontent H1 {
	font-size: large;
	margin:0px 0px 12px 12px;
	}
	
.leftwidecontent H2 {
	font-size: medium;
	margin:12px 12px 12px 12px;
	}
	
.rightnarrowcontent {
	}
	
.rightnarrowcontent p {
	font-size: x-small;
	}
	
.rightnarrowcontent H1 {
	font-size: small;
	}
	

div.picture {
  float: left;
  width: 100px;
  padding: 10px;
  text-align: center;
  }
  
div.caption {
   font-size: x-small;
   }


	
/* ------------------

leftnarrowcontent {
	float: left;
	width: 33%;
	background:#fff;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	margin-right:15px;
	padding-bottom:20px;
	}
	
#leftnarrowcontent p {
	color: #777
	font-size: x-small;
	}	

rightwidecontent {
	}

------------------ */
