body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#FFF9F0;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:36px;
	font-weight:900;
	color:#6F4200;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6F4200;


	}
p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px;
	padding:0px 0px 5px;
	}
#Content>p {margin:0px;}
#Content>p+p {}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#6F4200;}
a:visited {color:#6F4200;}
a:hover {
	background-color:#FFECCE;
	color: #FF9900;
}

#Header {
	margin:40px 0px 10px;
	padding:20px 0px 0px 20px;
	height:30px;
	line-height:30px;
	background-color:#E7DDBE;
	voice-family: "\";
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #6F4200;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;







}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {
	height:36px;
}

#Content {
	margin:0px 50px 50px 200px;
	padding:10px;
	}

#Menu {
	position:absolute;
	top:140px;
	left:20px;
	width:140px;
	padding:8px;
	background-color:#FFECCE;
	border:1px dashed #FF9900;
	line-height:24px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:140px;}
h2 {
	font-size: 18px;
	color: #6F4200;
	font-family: "Trebuchet MS", Verdana, sans-serif;

}
h3 {
	font-size: 16px;
	color: #FF9900;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #FF9900;
	padding-top: 5px;


}
.list {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
.h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:36px;
	font-weight:900;
	color:#6F4200;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6F4200;



}
.border {

	border: 2px solid #6F4200;
}
.imgleft {
	border: 2px solid #6F4200;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;

}
.imgright {
	border: 2px solid #6F4200;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;

}
.bold {
	font-weight: bold;
}
