#contentcap{
	background: url("../images/page_top-inside.jpg") no-repeat; 
	height: 60px;
}

#contentcap h2{
	text-align: right;
	font-size: 3.3em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding-top: 18px;
	padding-right: 66px;
	color: #d7e1e9;
}


ul#nav{ margin-top: 90px; }


/* I'm documenting here what I believe to be a bug in firefox.
 * Compare this code to the base.css file which requires no padding.  
 * The image placement in the index.html file somehow negates the "breaking" from happening
 */
#contentcolumn { min-height: 1em;  padding-top: 0.1em; padding-bottom: 0.1em; }

* html #contentcolumn { height: 1em; }

#contentcolumn p, #contentcolumn ul, #contentcolumn ol, #contentcolumn h2, #contentcolumn h3{
	margin-right: 76px;
}

#contentcolumn img.inset{ float: right; }

	#contentcolumn p.notice{
		background: #eff7fd url("../images/information.gif") center no-repeat;
		background-position: 2em 50%;
		padding: 1em 1em 1em 5.6em;
		border-top: 2px solid #759cba;
		border-bottom: 2px solid #759cba;
	}
