html, body{
	margin:0;
	padding:0 0 0;
	/*height: 95%;*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-image: url(images/pgbg.gif);
	background-repeat: repeat;
}

#pagewidth{
	width:750px;
	/*height: 100%;*/
	text-align:left;
	min-width: 500px;
	margin-left:auto;
	margin-right:auto;
} 

#header {
	width: 750px;
	height: 195px;
	padding: 0px;
	border-top: 1px solid #000000;
  	border-right: 1px solid #000000;
  	border-bottom: 1px solid #000000;
  	border-left: 1px solid #000000;
	background-image: url(images/nonflashhead.jpg) no-repeat;
	position: relative;
	text-align: right;
}

#content {
	width: 515px;
	height: expression(this.scrollHeight < 370? "370px" : "auto" );
	min-height: 370px;
	border-right: 1px solid #000000;
	/*border-bottom: 1px solid #000000;*/
	border-left: 1px solid #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 225px;
	background: #F4F7EA;

}

#nav {
	width: 206px;
	height: 150px;
	z-index: 50;
	position: absolute;
	left: 10px;
	top: 205px;
	/*background: #A5AF8E;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;*/
	text-align: center;
}

#topnav {
	width: 184px;
	height: 126px;
	padding: 5px;
	background: #FFFFFF;
	z-index: 51;
	top: 5px;
	left: 5px;
	position: relative;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	text-align: left;
}

#contactbox {
	width: 206px;
	height: 215px;
	z-index: 50;
	position: absolute;
	left: 12px;
	top: 400px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#contblock1 {
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
}

#contblock2 {
	height: 160px;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	background-image: url(images/contentpic.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 269px;
	}

#contblock3 {
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	text-align: right;
}

#contblock4 {
	height: 260px;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	background-image: url(images/gigsetup.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 269px;
	}

#bottomnav {
	width: 750px;
	height: 108px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	/*padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 225px;*/
	text-align: center;
	background: #F4F7EA;
	color: #F4F7EA;	
}

#footer {
	width: 750px;
	height: 20px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #52675A;
	padding-top: 3px;
	text-align:center;
	color: #ffffff;
}

.image {border: 0;}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #3A3F27;
	border-bottom: 1px dashed #8D91A8;
}

h2 {
	font-family: Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3A3F27;
	text-align: center;
	/*border-bottom: 1px dashed #8D91A8;*/
}
	
img {
	border: 0;
}

a.alt:link {color: #ffffff; text-decoration: underline; }
a.alt:active {color: #0000ff; text-decoration: underline; }
a.alt:visited {color: #ffffff; text-decoration: underline; }
a.alt:hover {color: #ffffff; text-decoration: none; }

a.cont:link {color: #000000; text-decoration: underline; }
a.cont:active {color: #000000; text-decoration: underline; }
a.cont:visited {color: #000000; text-decoration: underline; }
a.cont:hover {color: #000000; text-decoration: none; }

.bttop {
	text-align: right;
	font-size: 11px;
}