html,body {
	margin:0px;
	padding:0px;
	font-family:"trebuchet MS", arial, helvetica, sans-serif;
	color:#333;
	/* background-color:#fdfada; */
	background-color:#fefdf0;
	}
h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:28px;
	font-weight:600;
	color:#006e3a;
	}
h2 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:18px;
	line-height:28px;
	font-weight:500;
	font-style:italic;
	text-decoration:none;
	color:#000;
	}

h3 {
	margin:0px;
	padding:0px;
	font-size:16px;
	line-height:28px;
	font-weight:600;
	text-decoration:none;
	color:#000;
	}

h4 {
	margin:0px;
	padding:0px;
	font-size:16px;
	line-height:28px;
	font-weight:500;
	text-decoration:none;
	color:#000;
	font-style:italic;
	}

a:link {color:#3953a2;}
a:visited {color:#3953a2;}
a:hover {background-color:#eee;}

#Header {
	margin:20px 0px 10px 0px;
	border-style:none;
	background-color:#b9d4ef;
	}

#Header h1 {
	padding:17px 50px 20px 20px;
	text-align:right;
	font-size:28px;
	font-style:italic;
	font-weight:900;
	color:#006e3a;
} 

#Content {
	margin:20px 50px 50px 215px;
	padding:20px;
	border-style:solid;
	border-color:#7b7f6a;
	border-width:2px;
	background-color:#e4e9d4;
	}

#Content blockquote {
	clear: both;
	margin:0px 10px 10px 30px;
	padding: 10px;
	width: 50%;
	border-left: 2px solid #7b7f6a;
	border-right: 2px solid #7b7f6a;
	/* background-color:#fbffeb; */
	}

#Content ul {
	list-style-type: circle;
	list-style-position: inside;
	margin: 10px;
	padding: 0px 0px 0px 20px;
	}

#Content img {
	border-style:solid;
	border-color:#000;
	border-width:2px;
	float:left;
	clear:left;
	margin:0px 20px 20px 0px;
	position: relative;
	}

#Content hr {
	clear: both;
	color: #7b7f6a;
	border-style: solid;
	background-color: #7b7f6a;
	margin:0px 0px 20px 0px;
	height: 2px;
	display:block;
}

#Content a {
	color:#3953a2;
	/* font-size:16px; */
	text-decoration:none;
	/* font-weight:400; */
	/* font-family:"trebuchet MS", arial, helvetica, sans-serif; */
	}

#Content p {
	font:11px/20px "trebuchet MS", arial, helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-indent:30px;
	font-size:16px;
	}
/*nifty indentation rules*/
/* #Content>p {text-indent:0px;}
#Content>p+p {text-indent:30px;} */

#Content p.attrib {
	text-align: right;
	font:italic 11px/20px "trebuchet MS", arial, helvetica, sans-serif;
	margin:10px 0px 10px 0px;
	padding:0px;
	text-indent:0px;
	font-size:16px;
}

/* #Content .odd {
	background-color: #7b7f6a;
} */

#Content .even {
	background-color: #b9d4ef;
}
#Content div.gallery
{
  height: auto;
  width: auto;
  float: left;
}	
#Content div.gallery img
{
  display: inline;
	margin:0px 20px 5px 0px;
	position: relative;
}
#Content div.gallery p
{

text-indent: 0px;
font-weight: normal;
width: 184px;
margin: 0px;
padding:0px;
}

#Logo {
	position:absolute;
	top:30px;
	left:50px;
	width:100px;
	height:110px;
}

#Menu {
	position:absolute;
	top:150px;
	left:20px;
	width:172px;
	padding:10px;
	background-color:#b9d4ef;
	border:2px solid #65747f;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#Menu p {
	margin:0px 0px 0px 0px;
	padding:0px;
	}

#Menu a {
	color:#3953a2;
	font-size:18px;
	text-decoration:none;
	font-weight:400;
	font-family:"trebuchet MS", arial, helvetica, sans-serif;
	}

#Menu hr {
	color: #7b7f6a;
	border-style: solid;
	background-color: #7b7f6a;
	height: 2px;
}