@charset "UTF-8";
body {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5a5a28;
	background-color: #969664;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

a:link, a:visited {
   border-bottom: dashed 1px rgb(190,90,40);
   font-weight: bold;
   color: rgb(90,90,40);
   text-decoration: none;
}

#Container {
	width: 950px;
	height: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#Record {
	position: absolute;
	height: 400px;
	width: 600px;
	left: 310px;
	top: 320px;
	border: 1px solid #5a5a28;
	overflow: hidden;
}

#PhotoViewer {
	position: absolute;
	height: 1000px;
	width: 1000px;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 100;
	text-align: left;
}

#PhotoViewerCloseButton {
	position: absolute;
	top: 5px;
	left: 583px;
	z-index: 800;
	display: none;
}

#Menu {
	position: absolute;
	height: 260px;
	width: 270px;
	left: 310px;
	top: 50px;
}

#Logo {
	position: absolute;
	height: 120px;
	top: 276px;
	right: 0px;
	width: 285px;
}

.logoA {
	position: absolute;
	height: 34px;
	width: 250px;
	top: 0px;
	right: 40px;
}

.logoB {
	position: absolute;
	height: 85px;
	width: 24px;
	top: 36px;
	right: 5px;
}

.menuNews {
	position: absolute;
	left: 0px;
	bottom: 0px;
	border: none;
}

.menuBio {
	position: absolute;
	left: 34px;
	bottom: 0px;
	border: none;
}

.menuPhotos {
	position: absolute;
	left: 68px;
	bottom: 0px;
	border: none;
}

.menuMusic {
	position: absolute;
	left: 102px;
	bottom: 0px;
	border: none;
}

.menuGigs {
	position: absolute;
	left: 136px;
	bottom: 0px;
	border: none;
}

.menuDistance {
	position: absolute;
	left: 170px;
	bottom: 0px;
	border: none;
}

.menuLinks {
	position: absolute;
	left: 205px;
	bottom: 0px;
	border: none;
}

.menuContact {
	position: absolute;
	left: 240px;
	bottom: 0px;
	border: none;
}

.holstPic {
	position: absolute;
	height: 110px;
	width: 150px;
	left: 150px;
	top: 320px;
	border: 1px solid #5a5a28;
}

#Title {
	position: absolute;
	height: 430px;
	width: 32px;
	left: 108px;
	top: 0px;
}


.titlePic {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#Language {
	position: absolute;
	height: 50px;
	width: 11px;
	top: 670px;
	right: 19px;
}

.langEN {
	position: absolute;
	height: 20px;
	width: 11px;
	left: 0px;
	top: 0px;
	border: none;
}

.langNO {
	border: none;
	position: absolute;
	height: 20px;
	width: 11px;
	left: 0px;
	top: 30px;
}

#Copyright {
	font-size: 10px;
	text-align: right;
	position: absolute;
	height: 15px;
	width: 500px;
	top: 720px;
	right: 40px;
}

#Content {
	text-align: right;
	position: absolute;
	width: 300px;
	left: 0px;
	top: 450px;
}

.gigListing {
	display: inline;
	text-align: right;
}

.gigDate {
	font-weight: bold;
	color: rgb(190,90,40);
}

.gigLocation {
	font-weight: bold;
}

.gigConfiguration {

}

.newsHeadline {
	font-size: 14px;
	font-weight: bold;
}

.clickable {
	cursor: url(hand.gif);
	cursor: hand;
	cursor: pointer;
}

.distancePerson {
	height: 100px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.distancePersonPic {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid 1px #5a5a28;
}

.personName {
	font-weight: bold;
}

input, textarea, select {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5a28;
	border: solid 1px #5a5a28;
	background-color: #c6c694;
}