@charset "utf-8";
#sidebarR {
	background-color: #999;
	float: right;
	width: 18%;
	text-align: center;
	font-size: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: 100%;
}

.header {
	background-image: url(images/JHRheaderbg-1.jpg);
	height: 250px;
	text-align: center;
}
.footer {
	height: 100px;
	width: 100%;
	clear: both;
	background-color: #999;
	text-align:center
}


#sidebar {
	float: left;
	width: 15%;
	height: 90%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 2px; /* 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-color: #C00;
	clear: right;
}
#container  {
	width: 95%;  /* this will create a container 80% of the browser width */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
.sidebarwinners {
	font-size: 88%;
}

#mainContent  {
	width: 66%;
	float: left;
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
}
