/* CSS Document */
body{
margin:0px;
padding:0px;
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
background-color:#000000;
background-image:url(images/pattern3.gif);
}

.hidden{
display:none;
margin:0px;
padding:0px;
}

*{
margin:0px;
padding:0px;
}

img{
border-color:#660000;
}

h1{
display:none;
}

h2{
text-align:center;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
border-bottom:3px double #660000;
padding:15px 5px 3px 5px;
margin-bottom:0px; 
}

h3{
text-align:center;
font-size:10px;
letter-spacing:2px;
font-family:Georgia, "Times New Roman", Times, serif;
padding:1px 5px 3px 5px;
margin-bottom:10px;
text-transform:uppercase;
}

p{
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
padding:5px 0px 5px 0px;
text-align:justify;
}



.nav{
text-align:center;

}


.nav ul{

padding:5px;

}


.nav li{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
list-style-type:none;
display:inline;
color:#FFFFCC;
padding:0px 5px 0px 5px;
text-transform:uppercase;
letter-spacing:5px;
font-size:11px;

}


li, li.virtualpage{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
list-style-type:none;
padding:5px 0px 5px 0px;
list-style-image:url(images/bullet1.gif);
}

#container{
position:relative;
text-align:left;
top:10px;
width:500px;

background-color:#FFFFCC;
z-index:2;
background-image:url(images/containerbg.jpg);
background-repeat:repeat-y;
margin:0 auto;

}

#logo{
position:absolute;
top:35px;
left:0px;
width:100%;
height:200px;
background-image:url(images/quiltedmaple.jpg);
background-repeat:repeat-x;
z-index:1;
text-align:left;
border-bottom:5px solid #e1d08a;
border-top:5px solid #e1d08a;
}

#logo a{
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
display:block;
width:279px;
height:200px;
}

#header{
position:relative;
top:0px;
left:0px;
width:500px;
height:128px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;

}

#header a{
width:500px;
height:128px;
display:block;
}

.nav{
background-image:url(images/navbg.jpg);
background-repeat:repeat-y;
background-color:#2d0000;
font-weight:bold;
clear:both;
}

#leftcol{
position:relative;
top:0px;
left:0px;
width:270px;
border-right:1px dotted #660000;
float:left;
}

.inner{
position:relative;
left:35px;
width:220px;
padding-bottom:15px;
}

.innerGallery {
padding-left:15px;
}

.innerGallery a{
padding-left:2px;
padding-bottom:2px;
}

#rightcol{
position:relative;
left:15px;
width:215px;
float:left;


}

.inner2{
text-align:left;
position:relative;
left:15px;
width:165px;
padding-bottom:15px;
}

.inner2 p{
text-align:left;
}

#footer{
position:relative;
top:0px;
left:0px;
width:500px;
height:50px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;


}

#footer p{
padding-top:5px;
font-size:9px;
text-align:center;
}


#gigs{
text-align:left;
}



.nav a {
	color:#FFFFCC;
	text-decoration: none;
}

.nav a:link {
	color:#FFFFCC;
}

.nav a:visited {
	color:#FFFFCC;
}

.nav a:active {
	color:#FFFFCC;
}

.nav a:hover {
	color:#FFFFCC;
text-decoration: none;

}



a {
	color:#660000;
	text-decoration: none;
}

a:link {
	color:#66000;
	
}

a:visited {
	color:#660000;
	text-decoration:line-through;
}

a:active {
	color:#660000;
}

a:hover {
	color:#000000;
	text-decoration:underline;


}


p.confirm{
font-style:italic;
color:#600;
padding-bottom:10px;
}



/* pagination */
/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/

text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
background-color: #FFFFCC;
border: 1px solid #FFFFCC;

}

.paginationstyle a:hover, .paginationstyle .flatview a:hover, .paginationstyle a.selected{
color:#660000;
background-color: #FFFFCC;
border: 1px solid #660000;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color:#FFFFCC;
background-color: #660000;
border: 1px solid #000;
}


