#contentContainer h2{	/* No margins above <h2> tags */
	margin-top:0px;
}


#mainContainer{
	width:255px;
	margin:0 auto;
	text-align:left;
	padding:2px;
	margin-top:0px;
	border:1px solid #000;
	background-color: #FFF;
}
#contentContainer{
	float:left;
	/*border:1px solid #000;
	background-color: #E2EBED;*/
	overflow:auto;
	margin-right:2px;
	padding:2px;
	
	/* CSS HACK */
	width: 317px;	/* IE 5.x */
	width/* */:/**/300px;	/* Other browsers */
	width: /**/300px;
	
	/* CSS HACK */
	height: 212px;	/* IE 5.x */
	height/* */:/**/190px;	/* Other browsers */
	height: /**/190px;
			
}


#contentContainer .openingText{
	color:red;
}

#articleListContainer{	/* <ul> container for article list */
	float:left;
	overflow:auto;	
	width:440px;
		/* CSS HACK */
	height: 232px;	/* IE 5.x */
	height/* */:/**/210px;	/* Other browsers */
	height: /**/210px;
	
	background-color:#FFF;	
}
.articleList{
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */

	cursor:pointer;
    
}

.articleList span{	/* General layout article in list */

	cursor:pointer;
    /*border-bottom: 1px solid #999999;*/
    
}
.articleList span.articleMouseOver{	/* Mouse over article in list - layout */
    border-bottom: 1px solid #931C33;
	color:#931C33;
}


.articleList li.articleMouseOver{	/* Mouse over article in list - layout */

	color:#000;
}
.articleList li.articleClick{	/* Active article in list - layout */

	color:#0f0;

}



.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:23px
}
.clear{
	clear:both;
}

