/*Utility float classes*/
.to-right{float:right;margin-left:0.5em; margin-right:0;
	margin-top:0.5em;
	padding-bottom:0.5em;
}
.to-left{float:left;margin-right:0.5em;}

.left_image{
	margin: 1em;
	width:200px;
	float:left;
	background-color:#ddd;

}

.left_image img{ width:100%;}
.left_image p {
	font-size:0.8em;
	padding: 0.5em;
	margin-bottom:0.5em;
}
.right_image{
	margin-top:1em;
	margin-left:1em;
	margin-bottom:1em;
	width:200px;
	float:right;
	background-color:#ddd;
}

.right_image img { width:100%;}
.right_image p {
	font-size:0.8em;
	padding:0.5em;
	margin-bottom:0.5em;
}

/* column appearance */
#right img{
	border-top:2px solid #eed;
	border-left:2px solid #eed;
	border-bottom:2px solid #8d8f74;
	border-right:2px solid #8d8f74;
}

#content h1 {
	font-size: 1.5em;
	margin:0;
	padding:0.2em 0.1em 0.2em 0.2em;
	background-color:#cadfb0;
	border-bottom:1px solid #5e5e4f;
	border-right:1px solid #5e5e4f;
	color:#5e5e4f;
}

#content h2{
	font-size: 1.2em;
	margin:0;
	padding-left:0.4em;
	padding-top:1em;
	font-weight:bold;

}


#content h4 {
	padding: 1em 2em 0.2em 1em;
}
#content p {
	/* top right bottom left*/
	padding: 1em 2em 0.2em 1em;
       line-height:1.6em;
}
#content ul {
	list-style: disc inside;
	padding: 1em 2em 0.2em 2em;
}
#content {
	text-align: left;
  font-family: Verdana, sans-serif;
}


div#content{
	padding: 0.5em 1.5em 0em 3em;
  font-size: 95%;
  font-family: Verdana;

}
#content table {
	padding-top: 1em;
	padding-left:1em;
}

#content table tr{
	padding-top:0.2em;
}

#content table tr td {
	padding-left: 0.5em;
	padding-top:0.2em;
}
#gallery table {

	font-size:0.8em;
	display: table;
}

#gallery table tr{


}
#gallery p {padding:0}
#gallery table tr td{
	padding-top:2em;
	padding-right:2em;
	vertical-align:top;
}
