html, body {height: 100%;}

img {border: 0 none;}
	

#ContentFrame {
	overflow:visible;
	visibility: visible;
	clear:both;
	width: 90%;
	height:auto;
	text-align:left;
	vertical-align:top;
	border-left:5px solid #000066;
	border-right:5px solid #000066;
	border-bottom:5px solid #000066;
	background-color:#E4EAF2;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#TextContent p {padding: 5px; color: #130546; text-align: left;}
#TextContent h1 {margin: 8px; text-align: center; text-size: 1.2em;}
#TextContent h2 {margin: 8px; text-align: center; }
#TextContent h3 {margin: 8px; text-align: center;  }
#TextContent p span {font-weight: bold;}

/* div for images*/

ul#forum {
	list-style:none;
	font-size: 14px;
	font-weight: bold;
	margin:0 auto;
	padding:0px 0px 0ox 11px;
	float: left;
	width: 99%;
	background: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;

    }
ul#forum li {
	width: 149px;
	height: 150px;
	float:left;
	margin: 0px 16px 0px 0px;
    }
ul#forum li div {
	height: 100px;
    position:relative;
    }
ul#forum li img { 
	display:block;
	position:absolute;
	bottom:0;
	width: 130px;
    }
ul#forum li p {
	margin: 4px;
    }

  
ul#forum:after {
  display:block;
  content: " ";
  clear:left;
  height:0;
} 
  
* html ul#forum { height: 1%; }



