@import '/styles/hellhound.css';

#leftcolumn {
	width:49%;
	border-right: 2px solid #ff9900;
/*	background: #332222 ; */
	float:left;
}
#rightcolumn {
	width:50%;
/*	background: #332222 ; */
	float:left;
}


DIV#leftcolumn, DIV#rightcolumn { padding: 10px 0; }

DIV#leftcolumn P, DIV#leftcolumn H2 { margin: 0 10px 10px 0; }

DIV#rightcolumn P, DIV#rightcolumn H2 { margin: 0 0 10px 10px; }
