body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
		}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#wrapper {
	width:980px;
	margin: 0 auto ; /* center for now */
	/*background: url(images/sbbody-r.gif) no-repeat bottom right;*/
	font-size: 100%;
	border:thin solid;
/*	min-height: 100%;
	height: 100%;*/

}
.clearFix { 
	clear:both;
}
#topbar { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:30px;
	background:#FFFF00;
	color:#000000;
	/*margin: 0 auto;*/ /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*margin-top:0px;
	padding-top:0px;*/
	top:0px;
	} 
#top { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#fff066;
	color:#000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top:0px;
	} 

#container { 
	clear:left;
	float:left;
	overflow:hidden;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFff; /*background color of maincontent*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	top:0px;
	background-image:url(/cms365/images/bkgnd.png);
	background-repeat:repeat-y;
	} 
#container_inner {
	float:left;
	width:1000px;
	width:100%;
	position:relative;
	right:80%;
	background:#990000; /*  background colour  of sidemenu*/
}
#wordcloud {
	float:left;
	width:1000px;
	width:100%;
	position:relative;
	background:#CCC; /*  background colour  of sidemenu*/
}
#sidemenu { 
	float: left; 
	width: 15em; /* since this element is floated, a width must be given */
	width: 220px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	} 
#sidemenu h3,  #sidemenu p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#mainContent{ 
	float:left;
	position:relative;
	background: #FFFFFF;
	overflow:hidden;
	width:70%;
	left:5%;
}
.mceContentBody { 
	background-color:#FFF;
}

#bottom { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #918591;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top:0px;
	} 
#footer { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:0;
	font-size:10px;
	font-family: arial, helvetica, sans-serif;
	} 
#footer a:active,#footer a:link,#footer a:visited,#footer a:hover  {
color: #000;
text-decoration: none;
}

