#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	color:#000;
	border-left:#566c11 solid 1px;
	border-bottom:#566c11 solid 1px;
	margin-right:16px;
}
#sidebar1 h2	{
	background-color:#566c11;
	display:block;
	color:#dee1bd;
	padding:4px 6px;
	font-size:12px;
}
#sidebar1 p	{
	padding:5px 10px;
	font-size:11px;
	line-height:130%;
}
#mainContent { 
	padding: 20px;
	width:490px;
} 

