		

body {
	margin: 0;
	padding: 0;
	background: gray;
	font: 0.8em Arial, "Trebuchet MS", Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #6C7F00;
}
h2 {
	font-size: 1.6em;
	letter-spacing: normal;
}
p, blockquote, ol, ul {
	line-height: 120%;
	font-size: 0.9em;
}
a { border-bottom: 1px none #e0e0e0; color: #5b5a5a; text-decoration: none; }
a:hover { color: #b22900; border-bottom: 1px dashed gray; order-left: medium none purple; border-top-style: none; border-top-width: medium;border-right-sty;border-right-style: none; le: none; border-right-width: medium; }
/* Header */
#header {
	height: 180px;
	background-image: url(../images/net_orchard.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#header h1 {
	padding: 130px 30px 0 0;
	text-align: right;
	letter-spacing: 2px;
	font-size: 4em;
}
#header h1 a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}
#header h2 {
	margin: -15px 0 0 0;
	padding: 0 30px 0 0;
	text-align: right;
	letter-spacing: normal;
	font-size: 1em;
}
#header h2 a {
	border: none;
	text-decoration: none;
	color: #6C7F00;
}
/* Content */
#content {
	width: 950px;
	margin: 0 auto;
	background: #ffffff url(../images/img2_720.gif) repeat-y;
}
/* IE6 hack*/
* html #content {
overflow-x: auto; overflow-y: hidden; 
    width: expression(document.body.offsetWidth - 30);

}

/* Column One */
#colOne {
	float: left;
	width: 720px;

}
#colOne .post {
	margin: 0 30px;
	padding: 20px 0 10px 0;
	border-top: 10px solid #E0E0E0;
	background-repeat: no-repeat;
	list-style-type: none;
}
#colOne .postad {
	background-repeat: no-repeat;
	height: 80px;
	margin: 15px 30px 0;
	border: solid 1px #ffa500;
}
#colOne .posted {
	color: #b22900;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 1em;
}
#colOne .postedsub { color: gray; font-size: 1.2em; font-weight: bold; margin-top: 1em; }
/* Column Two */
#colTwo {
	float: left;
	width: 230px;
}
#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#colTwo li {
	padding: 20px 30px;
	border-bottom: 1px solid #C6CD9C;
}
#colTwo li ul {
	padding-left: 24px;
}
#colTwo li li {
	padding: 0;
	border: none;
}
#colTwo h2 {
	letter-spacing: normal;
	font-size: 1.3em;
	margin-bottom: 1em;
	padding: 0 0 0 24px;
	background:  url(../images/leaf.gif) no-repeat left center;
}
#colTwo a {
	border: none;
	padding-left: 10px;
	background:  url(../images/img5.gif) no-repeat left center;
}
#colTwo dt a { 
border: none; 
padding-left: 5px; 
padding: 0 0 0 10px;
background:  url(../images/imgsqr.gif) no-repeat left center; text-indent: 10px; }

#colTwo a:hover {
	color: #B22900;
}
#menu {
	background: #f2db9b url(../images/imgorng.gif) no-repeat;
}
#menu h2 {
	background-image:  url(../images/leaf_red.gif);
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	width: 120px;
	margin-left: -24px;
	padding: 3px 0 3px 24px;
	background: transparent;
	color: #6c7f00;
}
#menu a:hover, #menu .active a {
	background: #B22900;
	color: #FFFFFF;
}
/* Footer */
#footer {
	width: 950px;
	margin: 0 auto;
	background: #D0D1C7;
}
#footer * {
	color: #5F5F5F;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
/* style for drop list indent */
dl, dt, dd {
margin: 0;
padding: 0;
margin-left: 5px;
list-style-type: none;
}
/* needed for cover image placement in colTwo */
#Layer1{
	float: left;
	width: 230px;
	padding-top: 20px;
}
#Layer1 h2 {
	letter-spacing: normal;
	font-size: 1.3em;
	margin-bottom: 1em;
	background:  url(../images/img4.gif) no-repeat;
	padding-left: 24px;
	margin-left: 24px;
}
		
