body{	background-repeat:no-repeat;	font-family:Arial, sans-serif;	font-size:0.9em;	line-height:130%;	text-align:center;	height:100%;}#contentContainer h2{	/* No margins above <h2> tags */	margin-top:0px;}#mainContainer{	width:720px;	margin:0 auto;	text-align:left;	padding:5px;	margin-top:2px;	border:1px solid #FFFFFF;	background-color: #FFF;}#contentContainer{	float:left;	border:1px solid #FFF;	background-color: #FFFFFF;	overflow:auto;	margin-left:10px;	padding:10px;		/* CSS HACK */	width: 497px;	/* IE 5.x */	width/* */:/**/480px;	/* Other browsers */	width: /**/480px;		/* CSS HACK */	height: 412px;	/* IE 5.x */	height/* */:/**/390px;	/* Other browsers */	height: /**/390px;			}#contentContainer .openingText{	color:red;}#articleListContainer{	/* <ul> container for article list */	float:left;	height:410px;	overflow:auto;		width:200px;	border:1px solid #FFF;	background-color:#FFF;	}.articleList{	margin:0px;	padding:2px;}.articleList li{	/* General layout article in list */	list-style-type:none;	border:1px solid #999;	background-color:#EEE;	height:20px;	margin:1px;	padding:3px;	color:#333;	cursor:pointer;}.articleList li.articleMouseOver{	/* Mouse over article in list - layout */	border:1px solid #000;	color:#000;}.articleList li.articleClick{	/* Active article in list - layout */	border:1px solid #000;	color:#000;	background-color:#630800;	color:#FFF;}.keyText{	/* Just a column I use for key text inside articles - the one with the light blue bg and dotted border */	background-color:#FFF;	border:1px dotted #000;	float:right;	margin-top:5px;	margin-left:5px;	margin-bottom:5px;	width:150px;	padding:3px}.clear{	clear:both;}