body, html {
  font: 12px Arial, Helvetica, sans-serif, sans;
	margin:	 0px;
	padding: 0px;
	height:	 100%;
  color: black;
}

a {
	text-decoration: none;
  color: #0060af;
}

a:hover {
	text-decoration: underline;
}

.menu {
  position: absolute;
  height: 52px;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #0060af;
  cursor: pointer;
}

.image_left {
  float: left;
  padding-right: 12px;
}

.image_center {
  float: none;
}

.image_right {
  float: right;
  padding-left:  12px;
}


.gigs {
  font: 13px Arial, Helvetica, sans-serif, sans;
	margin:	 0px;
	padding: 0px;
	height:	 100%;
  color: black;
	font-weight: bold;
}

.gigs a {
	text-decoration: underline;
  color: black;
}

.gigs a:hover {
	text-decoration: none;
}

.loguitbutton {
	position : absolute;
	top: 12px;
	left: 1000px;
}


.links {
  color: white;
	text-decoration: none;
}

.links:hover {
	text-decoration: underline;
}

img {
	display: block;
}

