/* self-clear floats */

* html .group { /* IE6 */
	height: 1%;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}



#wrapper {	width: 960px;	position: relative;	margin:0 auto;	text-align:left;	visibility: visible; }body {	font-family: "Lucida Grande", arial, sans-serif;	background-image: url(../2007images/backgrounds/background_pattern.gif);	margin: 0; }h1 {	color: #424242;	font-size: 16px;	font-weight: normal;	line-height: 22px; }h2 {	color: #424242;	font-size: 14px;	font-weight: normal; }h6 {	color: #808080;	font-size: 10px;	font-weight: normal; }p {	color: #424242;	font-size: 12px;	line-height: 18px; }ul, ol {	color: #424242;	font-size: 12px;	line-height: 18px; }a {	color: #b51e1e;	font-weight: bold;	text-decoration: none;	border-bottom: 1px solid gray; }a:hover {	color: #808080;	text-decoration: none; }#blurb h1 {	color: #b51e1e;	font-size: 16px;	font-weight: bold;	padding-bottom: 0; }#articles img {	clear: both;	margin-right: 10px; }#articles a {	font-size: 14px;	font-weight: normal;	line-height: 18px; }#articlecontent img {	padding-right: 10px;	clear: both;	padding-bottom: 10px; }#print p {	font-size: 10px;	text-align: right; }		/* Button Appearance */div.more-btn {	margin: 1px 0;	float: right;	}	div.more-btn a {	padding: 6px 14px;	font-size: 10px;	color: #fff;	background: #b51e1e url(../i/glass-btn.png) repeat-x 0 50%;	border-radius: 14px;	-webkit-border-radius: 14px;	-moz-border-radius: 14px;	}	div.more-btn a:hover {	/*border-color: #a14141;*/	background-color: #a4dfbf;	}#articles img {border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;
}div.left-btn {	margin: 1px 0;	float: left;	}	div.left-btn a {	padding: 6px 14px;	font-size: 10px;	color: #fff;	background: #b51e1e url(../i/glass-btn.png) repeat-x 0 50%;	border-radius: 14px;	-webkit-border-radius: 14px;	-moz-border-radius: 14px;	}	div.left-btn a:hover {	/*border-color: #a14141;*/	background-color: #a4dfbf;	}.articlelisting {
		padding-bottom: 20px;
}.articlelistingimage {width: 100px;	float:left;}.articlelistingtext {	float: left;	width: 260px;	padding-left:10px;}.group:after {	content: ".";	display:block;	height: 0;	clear: both;	visibility: hidden;	}