body {
	background-color: #adad67;
	font-family: georgia unicode;
	font-size: 12px;
/*	margin: 0px 50px;*/
	color: #241808;
	margin-left: 10px;
}
.right {
	text-align: center;
	font-size: 10px;
}
.head {
	text-decoration: underline ;
	font-weight: bold;
	color: #710F00;
	font-size: 12px;
	margin-left: -10px;
}
a {
	text-decoration: none;
	color: #A00F00;
}
.main{
	font-family: georgia; 
	font-size: 12px; 
/*	margin: 20px 10px; */
	color: #241808;
	max-width: 400px;
}
.framebg{
	background-image: url(gryplankbgh.jpg);
	background-position: 480px 0px;
	background-repeat: repeat-y;
}
.back{
        position: absolute; 
        right: 10px; 
        top: 12px; 
        background-color: #adad67; 
        text-align: right;
}

.giglist{
    margin-top: 10px;
    padding: 10px 15px;
   -moz-border-radius: 15px; /* FF1+ */
   -webkit-border-radius: 5px; /* Saf3-4 */
   border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */


  background-color: #bdbd70;
  background-image: -moz-linear-gradient(-45deg, #bdbd70, #adad67 80%); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #bdbd70),color-stop(1, #adad67)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#bdbd70', EndColorStr='#adad67'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#bdbd70', EndColorStr='#adad67')"; /* IE8 */

}

.giglist h2{
    margin-top: 3px;
    margin-bottom: 3px;
}
.giglist h4{
    margin-top: 15px; 
    margin-bottom: 3px;
}
.giglist p{
    margin: 0px;
}


/* popup image within page */
/*.centered {
  margin: auto;
  background-color: red;
  color: white;
} */
/*#popupDiv2{
    z-index: 20; 
    position: fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height:  100%; 
    text-align: center;
    visibility: hidden;
}
#popupDiv{
    z-index:20; 
    position:absolute;
    margin: auto;
/*    top:0px; 
    left:0px; 
    width:100%; 
    height: 100%; 
    text-align:center;
    visibility:hidden;*/
/*    visibility:hidden;
    width:10px;
    height:10px;
}
#popupImg{
    /*margin: 50px; */
/*    z-index:20; 
    position:absolute;
    margin: auto;
    border:10px solid black;

    -moz-border-radius: 5px; /* FF1+ */
/*    -webkit-border-radius: 5px; /* Saf3-4 */
/*    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */

/*    -moz-box-shadow: 10px 5px 20px #000000; /* FF3.5+ */
/*    -webkit-box-shadow: 5px 5px 10px #000000; /* Saf3.0+, Chrome */
/*    box-shadow: 5px 5px 10px #000000; /* Opera 10.5, IE 9 */
/*}

#popupClose{
    position:relative;
    /*bottom: popupImg.margin + popupImg.height*/
    /*right: popupImg.margin + popupImg.border(10) + 70*/
/*    z-index:10;
    color: #A00F00;
    background-color:black;
    padding:2px 15px;
    visibility:hidden;
}
*/

