#headLogo{
	position:absolute;
	height:150px;  
	left:0px; 
	top:20px;
	width:240px;
	background-color:white;
	background-image: url("../images/greypixel.gif");
	background-position: 0px 80px;
	background-repeat: repeat-x;
}

#headRight{ 
  	height:150px;  
  	top:20px;
	position:absolute;
	right:0px;
	width:240px;
	background-color: white;
	background-image: url("../images/greypixel.gif");
	background-position: 0px 80px;  
	background-repeat: repeat-x;
}

#headContentTop{
   	text-align:right;
	width:auto; 
	margin: 22px 240px 20px 240px;
	background-color: #d3d3d3;
	background-image: url("../images/whitepixel.gif");
	background-position: 0px 78px;
	background-repeat: repeat-x;
    border: #ffffff;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-right:30px;
}

#headContentBottom{
	width:auto; 
	margin: 20px 240px 20px 240px;
	background-color: white;
	text-align:right;
	padding-right:30px;
	background-repeat: repeat-x;
    border: #ffffff;
}

 
#contentPanel {
  	width: auto;
  	margin: 60px 240px 0px 250px;
}


#menuPanel {
  	position: absolute;
  	top: 200px;
  	left: 20px;
  	margin-right: 20px;
  	width: 200px;
  	height: 300px;
}

#sponsorPanel {
  position: absolute;
  top: 220px;
  right: 0px;
  width: 200px;
  height: 300px;
}


#searchbar {
		padding:5px;
		border-top: 1px solid silver; 
		border-bottom: 1px solid silver; 
		width: 80%;
  }

#footer {
    	font-size: 0.8em;
		color: #9d9d9d;
		padding:5px;
		margin: 50px 240px 20px 240px;
		border-top: 1px solid silver; 
  	}
	
	img{
	border:0px;
}
   