/*General Layout*/

#home {
	font: 11px/1.6em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:  #597e00;
	margin:0;
	padding: 0;
	background-color: #fff0c8;
	min-width: 800px;
	}
	
#wrapper {
	width: 970px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 2em;
	}


#frame{
	position: absolute;
	top: 50px;
	left: -0px;
	height: 700px;
	width: 950px;
	background-color: #ffffff;
}

#logo{
	position: absolute;
	top: 10px;
	left: 50px;
	height: 264px;
	width: 233px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;

}

#poster{
	position: absolute;
	top: 300px;
	left: 50px;
	height: 300px;
	width: 213px;
	background-image: url(images/beasts_site.jpg);
	background-repeat: no-repeat;

}

#gifts{
	position: absolute;
	top: 300px;
	left: 50px;
	height: 240px;
	width: 300px;
	background-image: url(images/football_book.jpg);
	background-repeat: no-repeat;

}

#banner{
	position: absolute;
	top: 50px;
	left: 290px;
	height: 150px;
	width: 620px;
	background-image: url(images/banner_2.jpg);
	background-repeat: no-repeat;

}

#giftbanner{
	position: absolute;
	top: 50px;
	left: 370px;
	height: 150px;
	width: 521px;
	background-image: url(images/gift_banner.jpg);
	background-repeat: no-repeat;

}

#nav{
	position: absolute;
	top: 200px;
	left: 420px;
	width: 520px;

}

#header{
	position: absolute;
	top: 300px;
	left: 370px;
	height: 48px;
	width: 563px;


}

#gifthead{
	position: absolute;
	top: 300px;
	left: 370px;
	height: 48px;
	width: 563px;
	background-image: url(images/gift_title.jpg);
	background-repeat: no-repeat;

}

#contacthead{
	position: absolute;
	top: 300px;
	left: 370px;
	height: 48px;
	width: 563px;
	background-image: url(images/contact_title.jpg);
	background-repeat: no-repeat;

}


#text{
	position: absolute;
	top: 350px;
	left: 370px;
	height: 250px;
	width: 563px;

}

#copyright{
	position: absolute;
	top: 660px;
	left: 0px;
	height: 250px;
	width: 950px;
	border-top: 1px;
	border-top-style: solid;
	color: c0c0c0;
	font: 11px "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	text-align: right;
}


#wrapper>#nav {
	padding: 0 0 0 20px;
}

a.links {
font: 11px/1.6em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:  #597e00;

}

#wrapper>#sidenav {
	padding: 0 0 0 20px;
}


}

/* Menu */


dl#artist dt {
  display:none;
  }
dl#artist dd {
  padding:0; 
  margin:0;
  }
a.xmenu, a.xmenu:visited {
  display:block; 
  width:6em; 
  height:3em; 
  /*Text Background Colour */
  background:#ffffff; 
  text-decoration:none; 
  text-align:center; 
  /*Text Colour */
  color:#806212; 
  float:left;
  font: 22px "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  }
a.xmenu span, a.xmenu:visited span {
  display:block; 
  width:4em; 
  height:0.1em; 
  border-top:0.5em solid #fff; 
  border-left:1em solid #fff;  
  border-right:1em solid #fff; 
  border-bottom:0.5em solid #fff; 
  /* Line Colour */
  background:#fff; 
  overflow:hidden;
  }
* html a.xmenu span, * html a.xmenu:visited span {
  width:6em; 
  height:1.5em; 
  w\idth:3em; 
  he\ight:0.5em; 
  overflow:hidden;
  }
a.xmenu:hover {
  /* Text Hover Colour */
  color:#806212;
  }
a.xmenu:hover span {
  /* Line Hover Colur */
  background:#ffd45e;
  }

