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


#mainContainer{
	width:755px;
	margin:0 auto;
	text-align:left;
	padding:5px;
	margin-top:20px;
	border:1px solid #000;
	background-color: #FFF;
}
#contentContainer{
	float:left;
    background-image: url("images/gal_back.jpg");
    background-repeat: no-repeat;
background-position:  center;
	background-color: #FFF1F1;
	overflow:auto;
    margin:1px;
	padding:9px;

	/* CSS HACK */
	width: 500px;	/* IE 5.x */
	width/* */:/**/497px;	/* Other browsers */
	width: /**/497px;

	/* CSS HACK */
	height: 450px;	/* IE 5.x */
	height/* */:/**/450px;	/* Other browsers */
	height: /**/450px;

}


#contentContainer .openingText{
	color:red;
}

#articleListContainer{	/* <ul> container for article list */
	float:left;
	height:410px;
	overflow:auto;
	width:240px;

	background-color:#FFF;
}
.articleList{
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
    border:1px solid #E8D6C8;
	background-color:#FDF9F6;
	height:20px;
	margin:5px;
	padding:5px;
	color:#7B6361;
	cursor:crosshair;
}
.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	border:1px solid #E8D6C8;
	color:#000;
}
.articleList li.articleClick{	/* Active article in list - layout */
    font-weight : bold;
	color:#000;
	background-color:#CF0B0C;
	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;
}