#sidebar-framing {
	background-image: url(../images/frame/sidebar_head.gif);
	background-repeat: no-repeat;
}

#sidebar {
	position: relative;
	left: 10px;
	top: 10px;
	width: 220px;
	padding-bottom: 5px;
}

#sidebar h1 {
	margin: 0px 0px .2em 0px;
	font-size: 120%;
	color: #165829;
}

#sidebar p {
	margin-top: 0px;
	margin-bottom: .5em;
	line-height: 1.3em;
	margin-right: 0;
}

#sidebar-home-framing {
	padding-bottom: 10px;
	margin: 0 10px 0 0;
	border-left: 2px solid #74ae2c;
	border-right: 2px solid #74ae2c;
	width: 296px;
	
}

#sidebar-home-top {
	background-image:url(../images/frame/sidebar_headwide.gif);
	background-repeat: no-repeat;	
	width: 300px;
}

#sidebar-home {
	left: 10px;
	top: 10px;
	width: 280px;	
	margin: 0 5px 10px 5px;	
}

#sidebar-home h1 {
	margin: 0px 0px .2em 0px;
	font-size: 120%;
	color: #165829;
}

#sidebar-home p {
	margin-top: 0px;
	margin-bottom: .5em;
	line-height: 1.3em;
}

#sidebarFooter-home {
	background-image: url(../images/frame/sidebar_footerwide.gif);
	background-repeat: no-repeat;
	width: 300px;
	margin: 0;
	padding-bottom: 10px;
}

