html, body {
	margin: 0px;
	height: 100%;
	min-height: 100%;
}
* html #newsbar {
     height: 100%;
	 min-height: 100%;
}
h1, h2 {
	margin: 0px;
}
p, h1, h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
p {
	margin: 0px;
}
#wrapper {
	width: 100%;
	min-height: 100%;
	height: 100%;
	position: absolute;
}
#logo {
	width: 100%;
	height: 100px;
	background-color: #B5E88F;
	background-image: url(logo-bg.gif);
	background-repeat: no-repeat;
}
#newsbar {
	float: left;
	width: 20%;
	background-color: #FFED55;
	height: 100%;
	min-height: 100%;
}
#mcs {
	float: left;
	width: 70%;
}
#ncs {
	float: left;
	width: 30%;
}
#content {
	float: left;
	width: 80%;
	background-color: #FFFFFF;
}
#content9 {
/*	float: left;*/
	width: 100%;
	background-color: #98FFFE;	
}
#content8 {
/*	float: left;*/
	width: 100%;
	background-color: #DF90E8;
}
#content2 {
/*	float: left;*/
	width: 100%;
	background-color: #F8FFC0;
}
#content3 {
/*	float: left;*/
	width: 100%;
	background-color: #FF8C8A;	
}
img {
	border: 0px;
	padding: 5px;
}
img#rss {
	border: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #3DE7D1;
}
ul {
	padding: 5px;
	margin: 0px;
}
#content9 ul li {
	list-style: none;
}
#newsbar ul li {
	padding: 3px;
}
#newsbar a {
	text-decoration: none;
	color: #00FD24;
	font-weight: bold;
}
#newsbar a:hover {
	color: #38FDFF;
}
