body {
  background: #A4A4A4 url(../images/bg_gradient.gif) repeat-x;
}
a:link {
	color:darkblue;
}
a:visited {
	color:darkblue;
}
#logo1 {
  position: absolute;
  top: 5%;
  right: 40px;
  width: 326px;
  height: 147px;
  background: url(../images/transparent_logo.gif) no-repeat;
  text-indent: -9999em;
  margin: 0;
  z-index: 2;
}

/*This is the lower logo reading "G.A.S. Analytical Systems Ltd." beneath the regular GAS logo in the top right. Orig top 25% right40px*/
#logo2 {
  position: absolute;
  top: 30%;
  right: 40px;
  width: 384px;
  height: 32px;
  background: url(../images/gas_logo2.gif) no-repeat;
  text-indent: -9999em;
  margin: 0;
  z-index: 2;
}

/*This is the logo in the lower left corner. Original placement top75% left10% (for the 300x180px version)*/
#tenyears {
	position:absolute;
	top:5%;
	left:48%;
	width:200px;
	height:120px;
	background:url(../images/10yrlogo_transparent.gif);
}
#footer {
	position:absolute;
	bottom:1%;
	font-size:70%;
	color:#000;
	font-style:italic;
	border-top:1px solid #ccc;
	text-align:center;
	width:100%;
}
/*The Following Are Elements Unique To All The Contact Pages*/
#nav {
	position:absolute;
	top:28%;
	left:5%;	
	font-family: Georgia, serif;
	font-size:14px;
	margin:0;
	padding:0;
	background:#5d5d5d;
	list-style-type:none;
	width: 423px;
	border-bottom:1px solid #e40023;
	border-top:1px solid #e40023;
	
}
#nav li {
	margin:0;
	padding:0;
	float:left;
}
#nav a {
	float: left;
	width: 140px;
	text-align:center;	
	display:block;
	color:#fff;
	text-decoration:none;
	line-height: 2;
	border-right:1px solid #e40023;
}
#nav #nav_con a {
	border:none;
}
#nav a:hover {
	background: #f9ad2d;
}
#body_shows #nav_shows a, #body_other #nav_other a {
	background: #a4a4a4;
	color: #1a1303;
	font-weight: bold;
}
/*Elements Below Are Unique To The Events Page*/
#calendar {
	position:absolute;
	top:1%;
	left:5%;	
	color: #fff;
	font-size: 12px;
}
h3 {
	color:#e40023;
}
#show_date {
	position:absolute;
	top:40%;
	left:2%;
	color:#fff;
	font-size:12px;
	width:120px;
}
#show_name {
	position:absolute;
	top:40%;
	left: 15%;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	width:300px;
}
#show_location {
	position:absolute;
	top:40%;
	left: 38%;
	color:#fff;
	font-size:12px;
	width:350px;
}
#show_link {
	position:absolute;
	top:40%;
	left: 67%;
	color:#fff;
	font-size:12px;
	width:200px;
}
#event_date {
	position:absolute;
	top:40%;
	left:2%;
	color:#fff;
	font-size:12px;
	width:120px;
}
#event_name {
	position:absolute;
	top:40%;
	left: 15%;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	width:270px;
}
#event_location {
	position:absolute;
	top:40%;
	left: 38%;
	color:#fff;
	font-size:12px;
	width:350px;
}
#event_link {
	position:absolute;
	top:40%;
	left: 67%;
	color:#fff;
	font-size:12px;
	width:150px;
}

