body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	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;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
	padding-top: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent img {
	display: block;
}

#demo-container{padding:10px 15px 0 15px;background:#000;}

ul#simple-menu{list-style-type:none;width:100%;position:relative;height:27px;font-family:"Trebuchet MS",Arial,sans-serif;font-size:13px;font-weight:bold;margin:0;padding:11px 0 0 0;}
ul#simple-menu li{display:block;float:left;margin:0 0 0 4px;height:27px;}
ul#simple-menu li.left{margin:0;}
ul#simple-menu li a{display:block;float:left;color:#fff;background:#333;line-height:27px;text-decoration:none;padding:0 17px 0 18px;height:27px;}
ul#simple-menu li a.right{padding-right:19px;}
ul#simple-menu li a:hover{background:#666;}
ul#simple-menu li a.current{color:#000;background:#6699FF;}
ul#simple-menu li a.current:hover{color:#000;background:#6699FF;}

table {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#footer a {
	color: #000000;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

