html{
  margin: 0px;
	padding: 0px;
}


body{
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CC6600;
}

p{
	color: #CC6600;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
}

a:link {color: #CC6600;
	font-weight: bold;
}

a:visited {	
	color: #CC6600;
	font-weight: bold;
}

a:hover {
	color: #85B125;
	font-weight: bold;
}

a:active {color: #85B125;
	font-weight: bold;
}

img
{  border-style: none;
}

h3{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	text-align: justify;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

#bg{
	background-image: url(images/pagebg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 788px;
}

#layout{
	margin-right: auto;
	margin-left: auto;
	width: 790px;
}

#header-home{
	margin-top: 22px;
	margin-right: 9px;
	margin-left: 9px;
	width: 770px;
	height: 114px;
	background-image: url(images/header-home.gif);
	background-repeat: no-repeat;
}

#nav{
	margin-right: 9px;
	margin-left: 9px;
	width: 770px;
	height: 47px;
	background: Black;
}

#column1{
	padding: 10px 21px 0px 30px;
	width: 458px;
}

.slideshow{
	margin: 0px 0px 0px 0px;
}

.slideshow img { display: none }
.slideshow img.first { display: block }

#col2{
	width: 279px;
	background-image: url(images/col2bot.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#column2{
	padding: 20px 30px 250px 21px;
	text-align: center;
	width: 219px;
}

#column2 p {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}

#column2 a:link {
	color: Black;
	font-weight: bold;
}

#column2 a:visited {
	color: Black;
	font-weight: bold;
}

#column2 a:hover {
	color: #CC6600;
	font-weight: bold;
}

#gigbg{
	background-color: Black;
	width: 228px;
}

.gig{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 83px;
	background-color: #CC6600;
}

.gig2{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #DD8E3F;
}

.map {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}


#footer{
	margin-right: auto;
	margin-left: auto;
	width: 788px;
	height: 131px;
	background: #CC6600;
}


