BODY {
	margin: 0px 0;
	padding: 0;
	min-width: 1080px;
		background : #E7E7E7 url(../images/pbody.jpg);
	}

#maincol {
	width: 1080px;
	margin: 0 auto;
	margin-top:100px;
	border: 1px solid #000011;
		background : #FFFFFF;
	}

#logo {
	width: 1080px;
	height: 200px;
	border-bottom: 1px solid #000060	
	background : url(../images/plg.jpg) no-repeat;
}

#biglogo {
position:absolute;
	width: 100%;
	height: 100px;
	background : url(../images/biglogo.gif) no-repeat center;
	margin:0;
	top: 0;
	z-index:100;
}


#plaintext {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	color: #444444;
	font-size: 11px;
	text-decoration: none;
}

#logo h1 {
	position: absolute;
	top: 202px;
	left: 20px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #444444;
	letter-spacing : 8px;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 40px;
}

#content {
	width: 1040px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#sidebar {
	width: 280px;
	padding: 0;
	margin: 0;
	float: right;
	padding: 20px;
	min-height: 300px;
	background: url(../images/psep.gif) 0px 20px no-repeat;
}

#footer {
	padding: 8px;
	margin: 0;
	background-color: #00011C;
	text-align: center;
	color: #bbbbbb;
}

#footer a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover {
	color: #bbb;
}

#searchbox {
	position: absolute;
	width: 160px;
	height: 40px;
	top: 200px;
	left: 780px;
	background: url(../images/psearchback.gif) no-repeat;
}

#searchcriteria {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 110px;
	border: 0;
	outline: 0;
	background-color: #eeeeee;
}

#searchsubmit {
	position: absolute;
	top: 10px;
	left: 132px;
}

#sidebar hr  {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	background-color: #bbbbbb;
	height: 1px;
}

.slider {
  height: 200px;
  position: absolute;
  width: 1080px;
 
  z-index: 1;
 }
.sliderContent {
  clear: both;
  float: left;
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 1080px;
}
.sliderContent .item {
  background: none repeat scroll 0 0 #FFFFFF;
  height: 200px;
  position: absolute;
  width: 1080px;
}

