/* CSS Document */

#page-body {
	float:left;
	width:980px;
	background-image:url(/images/bg-index-narrow.gif);
	background-repeat:repeat-y;
	border-bottom:solid 1px #bbb;
}

#columns-1-2 {
	margin-right:10px;
	float:left;
	display:inline;
	width:630px;
	background-color:#fff;
	}
	
#column-3 {
	float:left;
	width:320px;
	display:inline;
	padding:10px;
	}
	
#column-3 .module {
	background-image:url(/images/hatch.gif);
	border-bottom:solid 1px #bbb;
	border-right:solid 1px #bbb;
	border-left:solid 1px #fff;
	text-align:center;
	padding:10px;
	}
	
#column-3 h2 {
	background-color:#dfdfdf;
	text-align:center;
	border-right:solid 1px #bbb;
	border-bottom:solid 1px #bbb;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	margin-top:0;
	margin-bottom:0;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.5em;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#column-3 h2 a {
	display:block;
	color:#666;
	}
	
#column-3 h2 a:hover {
	text-decoration:none;
	background-color:#f5f5f5;
	color:#000;
	}
