@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: 100%;
	height: 175px;
	background-color: #0069a8;
}
		img#socratesLogobanner {
			position: absolute;
			left: 5px;
			top: 0px;
		}
		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:0;
	top:175px;
	background-image: url(../images/bg_sidebars.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
		div#sidebar1 {
			float:left;
			width: 160px;
			margin:0;
			padding: 10px 10px 10px 15px;
		
		}
		div#sidebar2 {
			float:right;
			width: 168px;
			margin:0;
			padding: 10px 22px 10px 10px;
		}
		
		div#inner {
			margin: 0 215px 0 198px;
			padding: 10px 0;
		}

div#footer {
	position:relative;
	bottom:0;
	width:100%;
	height:53px;
	clear:both;
	margin: 0;
	}

		div#footer p {
			display:block;
			width: 995px;
			margin: 0;
			margin-left:5px;
			padding: 15px;
			background-color: #1f181a;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 10px;
			color: #FFFFFF;
			text-align: right;
		}
		
		img#shadowFooterbottom {
			position:absolute;
			bottom:0;
			left:0;
			}

