
/*Sidebar styles */
#sidebarright {
	width:250px;
	float:right;
	padding:10px 0 0 20px;
	background:url(../images/sidebarright.jpg) top left no-repeat;
	height: 580px;
	font-size: 10pt;
}

#sidebarright .heading_two {
	font-size:120% ;
	color:#993333;
	margin:10px 0;
	border:none;
	margin-bottom:-10px;
}

#sidebarright p {
	line-height:20px;
	margin:10px 0;
}

#sidebarright img {
	padding-left:0px;
}

#sidebarright h2 {
	font-size:10pt ;
	color:#993333;
	margin:10px 0;
	border:none;
	margin-bottom:-10px;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% ;
}

#sidebarright ul li {
	margin:5px 0;
}


/*Content styles */
#content {
	margin:0 -20px 0 10px!important;
	padding:20px 0px 30px 10px!important;
	height: auto;
	width: 640px;
	border-right:2px ridge black;
}

#contentnorightbar {
	margin:0 0 0 330px;
	padding:20px 0 0 20px;
}
#content ul {
margin:15px 125px 0 45px;
	line-height:25px;
}
#content ol {
	margin:15px 125px 0 45px;
	line-height:25px;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

#commentsAnchor {
	padding: -10px 0 -10px 0;
}
