body{
margin:0;
padding:0;
line-height: 1.5em;
/*background: #666666 ;*/
background:/* url(images/ball.gif)*/  #000000;
}

b{font-size: 110%;}
em{color: red;}

#topsection{
/*background: url(images/ball_f.gif);*/
width:100%;
height: 25px; /*Height of top section*/
}

#topsection h1{
width:100%;
padding: 0 20px 10px 20px;
color:#EBECE6;
background:none;
font-family:verdana;
font-size:14px;
text-align:center;
letter-spacing:16px;
font-weight:normal;
word-spacing: 7px
}
.tite{
color:#666666;
}




#filler{
background: url(images/ball.gif);
width:100%;
height:100px;
}


#sitewrapper{
min-width:816px;
margin:0 auto;

}

#contentwrapper{
width:100%;
float: left;
/*min-width:1000px;/*this makes rfgt disapeear*/
/*margin-left: -25%; /*Set left margin to -(RightColumnWidth)*/
}
/*#columnwrapper{
width:100%;
min-width:250px

}

/*#contentcolumn{
margin: 0 800px 0 25% ;/*Set margin to 0 (LeftColumnWidth) 0 (RightColumnWidth)*/
/*height: 600px;
border-right: 0;
background: none;
overflow:hidden;
}*/

#main{
width: 790px;
height:598px;
margin: 0 auto;
padding: 0;
background: #000000 url(images2/bead9.jpg);
}
#exhibit{
width: 790px;
height:598px;
margin: 0 auto;
padding: 0;
background: #666666 url(images2/flowerband.jpg);
}
#exhibit p{
font-family: courier new;
font-size:14px;
color:white;
}
#txtbox1 {
width:700px;
height:500px;
margin-left:5%;
margin-top:3%;
border:solid red 2px;

}
#txtsmall{
width:260px;
height:100px;
margin-left:15%;
margin-top:9%;
letter-spacing: 4px;

}
#txtsmall p{
font-family:verdana;
color:#666666;


}
#txtsmall a{
color:#666666;
text-decoration:none;
font-weight:normal;
}
#txtsmall a:hover{
color:#EBECE6;
}
#home_bt {
width:100px;
height:40px;
margin-left:85%;
margin-top:27%;


}
#home_bt p{
font-family:verdana;
color:#666666;
font-size:18px;
font-weight:normal;
}
#home_bt a{
font-family:verdana;
text-decoration:none;
font-weight:normal;
letter-spacing: 4px;

}

#drum{
width:230px;
height:220px;
margin-left:35%;
margin-top:12%;

}
#contact{
width: 790px;
height:598px;
margin: 0 auto;
padding: 0;
background: #666666 url(images2/bead9.jpg);
}


#footer{
clear: left;
width: 100%;
height:44px;
text-align:center;
background: url(images/ball_fa.gif) repeat-x;
}

#footer p{
width:100%;
/*margin-left:30%;*/
/*margin:24px 0 0 0;*/
margin-left:40px;
padding-top:12px;
color:#EBECE6;
background:none;
font-family:verdana;
font-size:10px;
letter-spacing:10px;/*or 18px*/
/*color: #000000;*/
text-decoration:line-through;
}

.inner{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)changed for 10*/
margin-top: 0;
}


/*gallety/////////*/
#gallerywrapper { /*this is for the min-width!! dont change this*/
width:800px;
	min-width: 800px;
	margin: 0 auto;
}

.gallerycontainer{
position: relative;
background:none;
height:490px;/*for the actual gallery inside!*/
width:688px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
margin:30px auto;
}

.thumbnail img{
/*border: 1px solid black;*/
border: none;
/*background:#FFFFFF;*/
margin: 0 0 0 0;/*space between thumbnails*/
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px dashed black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background: url(images/rightborder3.gif) no-repeat;
/*background: #666666 url(pic/rght_border.jpg) no-repeat;*/

padding: 5px;
left: -1000px;
border: 1px dashed black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 30px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should show */
z-index: 50;
}