body{
margin:0;
padding:0;
line-height: 1.5em;
background:#000000;
}

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

#topsection{
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;
}


#main{
width: 790px;
height:598px;
	margin: 0 auto;
	padding: 0;
/*float: left;*/
/*width: 796px; /*Width of left column in pixels*/
/*height:596px;
/*margin-left: -800px; /*Set left margin to -(LeftColumnWidth)*/
background: #999999 url(images2/index_image2.jpg);
/*border:black dashed 2px;*/
}
#main2{
width: 790px;
height:598px;
	margin: 0 auto;
	padding: 0;
/*float: left;*/
/*width: 796px; /*Width of left column in pixels*/
/*height:596px;
/*margin-left: -800px; /*Set left margin to -(LeftColumnWidth)*/
background: #999999 url(images/scribble.jpg);
/*border:black dashed 2px;*/

}

/*#rightcolumn{
float: left;
width: 25%; /*Width of right column in percentage*/
/*height: 600px;
background: none;
overflow:hidden;
}*/
#base{
width:600px;
height:500px;
margin: 0 auto;
padding: 0;
border:none;
}
.but1{
position:relative;
width:190px;
height:40px;
border:none;
left:550px;
top:190px; /*198 with image_index.jpg*/
}
.but1 a {
background:none;
}
.but1 a:hover {
background:url(images2/line.gif);

}
.but2{
position:relative;
width:190px;
height:30px;
border:none;
left:550px;
top:200px;/*208*/
}
.but3{
position:relative;
width:190px;
height:35px;
border:none;
left:550px;
top:210px;/*217*/
}
.but4{
position:relative;
width:190px;
height:40px;
border:none;
left:550px;  /*left:560px;top:227px; with image_index.jpg*with image_index2 it has to move DOWN*/
top:245px;
/*background:url(images2/line.gif);*/

}
/*.but4 a{
background:url(images2/line.gif);
position:relative;
width:190px;
height:40px;
left:560px;
top:227px;

}*/
.but4 a:hover{
position:relative;
width:190px;
height:40px;
left:550px;
top:245px;
background:none;
}

.but5{  /*web*/
position:relative;
width:190px;
height:35px;
border:none;
left:550px;  /*left:560px;top:227px; with image_index.jpg*with image_index2 it has to move DOWN*/
top:230px;
/*background:url(images2/line.gif);*/

}


#footer{
clear: left;
width: 100%;
height:24px;
text-align:center;
/*margin:0 auto;*/
/*margin-left:0;
color: #FFF;
text-align: left;
padding: 4px 0;
height:30px;
font-family:verdana;
font-size:10px;*/
background: none;
}

#footer a{
width:100%;
/*margin-left:30%;*/
padding: 0;
color:#EBECE6;
background:none;
font-family:verdana;
font-size:10px;
letter-spacing: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;
}