@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color: #c4c3c3;
}

div#container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 1038px;
}

div#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 232px;
	background-color: #586f99;
	left: 0;
}
		img#wbclbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 949px;
	height: 250px;
		}
		img#shadowbannerleft {
			left: 0px;
			top: 0px;
			position: absolute;
		}
		img#shadowbannerright {
			right: 0px;
			top: 0px;
			position: absolute;
		}
		img#shadowBannerbottom {
			position: absolute;
			left: 5px;
			bottom: 0px;
		}


div#mainContent {
	position:absolute;
	left:0px;
	top:250px;
	background-image: url(../images/columnbg.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	width: 960px;
	height: auto;
}
		div#sidebar1 {
	float:left;
	width: 145px;
	margin:0;
	padding: 10px 10px 10px 15px;
	color: #9b1d3f;
		}
		div#sidebar2 {
			float:right;
			width: 168px;
			margin:0;
			padding: 10px 22px 10px 10px;
		}
		
		div#inner {
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 188px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	position: relative;
	left: 0;
		}

div#footer {
	position:relative;
	bottom:0;
	width:100%;
	height:40px;
	clear:both;
	margin: 0;
	left: 10;
	}

		div#footer p {
	display:block;
	width: 929px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	position: relative;
	height: 20px;
	margin: 0;
	left: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	top: 525;
		}
		
		img#shadowFooterbottom {
	position:absolute;
	bottom:0;
	left:0;
	height: 40px;
			}

