/* CSS Document */

a {
	color:#4C59D8;
	
	text-decoration: none;
}

body {
	background-image:url('pictures/use_your_illusion.png');
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;

}

sm {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
}

tm1 {
	font-size: 10px;
	vertical-align:20px;
}
tm2 {
	font-size: 7px;
	vertical-align:10px;
}

.marquee {
	left: 0px;
	top: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 60px;
	font-weight:bold;
	color: #8b0900;
	background-color: #ffd39a;
	height: 75px;
	width="100%";
	position: absolute;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.menu {
	height: 100%;
	width: 170px;
	position: absolute;
	left: -20px;
	top: 75px;
	padding-top: 0px;
	background-color: #333333;
}

.menu ul {
	list-style-image: none;
	list-style-type: none;
}.menu li {
	padding-top: 10px;
	font-weight: bold;
	text-decoration: none;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#Layer1 {
	position:absolute;
	width:65%;
	height:161px;
	z-index:1;
	left: 275px;
	top: 97px;
}

#Layer2 {
	position:absolute;
	width:80%;
	height:161px;
	z-index:1;
	left: 162px;
	top: 97px;
}


.blurb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.navigation_bar
{
	<!--position: relative;-->
	margin: 0px;
	width:65%;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	
}




.img
  {
  margin:2px;
  border:1px solid #000000;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
.img a:hover img
  {
  border:1px solid #0000ff;
  }
.desc {
  text-align:center;
  font-weight:normal;
  padding-left:15px;
  padding-right:15px;
  margin:2px;
  font-weight: bold;
}
.aligncentre{
	text-align:center;
}
.align_img_middle {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.centredTable {
  margin-left: auto;
  margin-right: auto;
  width:80%;
}

/* skip navigate styles	*/

#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#BF1722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}