/* CSS Document */
*{
margin: 0;
padding: 0;
}
.body {
	margin:3px;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	font-style: normal;
}
.photocredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: left;
	}
#container {
	width: 800px;
	float: left;
	border: 2px ridge #000000;
	background-color: #FFCC99;
	margin: 3px;
	z-index: 1;
}
#nav{
	width: 800px;
	height: 40px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	position: absolute;
}
#gigs {
	margin: 25px;
	float: left;
	width: 500px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
	position: absolute;
	z-index: 3;
	left: 155px;
	top: 263px;
}
#wherebeen #form2 {
	position: absolute;
	background-color: #F5FF46;
	border: thin solid #000000;
	width: 200px;
	left: 578px;
	top: 412px;
	z-index: 4;
}
