#midcolumn {
  background-image: url(images/bg/eds_darkgrey.jpg);
  background-repeat: repeat;
  text-align:left;
  height:auto;
  font-size: 0.8em;
}

#leftcolumn{
  background-color: #669900;
 background-image:none;
  height:auto;
}

#rightcolumn{
  background-color: #669900;
  background-image:none;
  height:auto;
}

#mailbox{
  margin:10px;
}


#header {
  position: relative;
  width:520px;
  height: 120px;
  margin: 5px;
  padding: 15px;
  background-color:none;
  color: #FFF;
 }

#logo{
  float: left;
   width: 104px;
  height: 120px;
  border:1px solid #C00;
  color: #def;
  }

#title{
  float: right;
  width: 400px;
  height: 119px;
  border:1px solid #C00;
   background-image: url(images/bg/cricket.jpg);
  text-align:center;
  font-weight: bold;
}
#title h1 {
margin:15px;
color:white;
font-size:1.4em;
}

#title h2 {
margin-top:40px;
color:red;
  font-size:2.2em;
}

#extralinks{
  display:block;
  float:left;
  width: 270px;
  height: auto;
  padding:8px;
  margin:20px;
  margin-right:0;
  margin-bottom:160px;
  color: white;
  text-align:left;
  background-color: #223333;
}

#extralinks a{
 clear:both;
color: #66FF66;
  font-size: 0.85em;
  text-decoration:none;
}

#extralinks a:hover{
  color:white;
}
#extralinks a span{display:none;text-decoration:none;}
#extralinks a:hover span {
  position:relative;
  display:block;
  width:200px;
  height:32px;
  left:60px;
  top:-2px;
  border:none;
  padding:5px;
  background:#334444;
  color:#fff;
  font-size: 0.6em;
  text-decoration:none;
  z-index: 20;
  }

#extralinks form{
  display: inline;
}

li{margin-left:25px;height:8px;}

#getfrom {
  display:block;
  float:right;
  width:190px;
  margin:20px;
  height:auto;
  padding-bottom: 25px;
  background-color: #223333;
  text-align:center;
}

#getfrom .shopbuttons
{
  position:relative;
  display:block;
  height:30px;
  width:135px;
  margin-top:0px;
  margin-bottom:-11px;
  margin-left:auto;
  margin-right:auto;
  background-image: url(images/links/shopbuttons.jpg);
  background-repeat: no-repeat;
  background-color: #446666;
}
.button1 {background-position: 0px 0px;}

.button2 {background-position: 0px -30px;}
.button3 {background-position: 0px -60px;}
.button4 {background-position: 0px -90px;}
.button5 {background-position: 0px -120px;}
.button6 {background-position: 0px -150px;}
.button7 {background-position: 0px -180px;}
.button8 {background-position: 0px -210px;}

#getfrom a span{text-decoration:none;}
#getfrom a:hover span {
  position:relative;
  display:block;
  width:180px;
  height:22px;
  left:-140px;
  top:-24px;
  border:none;
  padding:5px;
  background:#334444;
  color:#fff;
  font-size: 0.6em;
  text-decoration:none;
  z-index: 20;
  }

#getfrom a span {
  display:none;
  }




