@import url("abbi_default.css");

/* h1-h6 are the only ones that should have no preceding selectors, large margins and padding will not look good in te paragraph style drop down */
h1 { /* titleBarContainer */
	font-size: 150%;
        font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0.4em;
	padding: 0px;/* this is a firefox bug fix */
}

h2 {
	font-size: 117%;
	margin-top:0;
	margin-bottom: 0.2em;
	padding:0px;/* this is a firefox bug fix */
}

h3 { /* block title */
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
        margin-bottom: 0.3em;
	padding:0px;/* this is a firefox bug fix */
}

h4{/* block links  */
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0.3em;
	padding:0px;/* this is a firefox bug fix */	
}


/*
#contentArea {
	background: url(images/bg_centerRight_back.jpg) repeat-y center; /* for center right layout */
}
*/


#centerZone {
	width:455px; 
}
*html #centerZone { margin: 0;}
*html #rightZone {clear: left;}