body {color: #000000; background-color: #999999;}

div#header{
	/* center #header compared to body */
	margin:0px auto 0px 0px;
	/* fix width as requested */
	width:951px;
	/* #header must be as high as the left image */
	height:143px;
	/* apply the left image as a non-repeating background to #header */
	background:url(../images/header-left.gif) top left no-repeat;
 
}

div#header h1 {
	/* h1 must be as high as the left image */
	height:145px;
	/* h1 contents must not overlap its background or the #header's */
	padding:40px 100px 0px;
	/* apply the right image as a non-repeating background to h1 */
	background:url(../images/header-right.gif) top right no-repeat;
	/* center content compared to h1 */
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.thumbnail_img{border-color:#666666;}

#slogons{width:951px; text-align:center;}


#navpanel {
	font:Arial, Helvetica, sans-serif;
	font-size:0.99em;
	width:951px;
/* 	margin:0px 0px 0px 220px; */
text-align:center;
	padding: 10px 0px;
}

#navpanel ul {
list-style:none;
margin:0;
padding:0;
padding-top:4px;
}

#navpanel li{
display:inline;

}



#navpanel a:link,#navpanel a:visited{
	padding: 3px 10px 2px 10px;
	margin-right: 2px;
	color:#000099;
	background-color:#fce6ea;
    background-color:#AFFAFA;
	text-decoration:none;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #717171;
	border-right:1px solid #717171;
	
}

#navpanel a:hover {
border-top:1px solid #717171;
border-left:1px solid #717171;
border-bottom:1px solid #ffffff;
border-right:1px solid #ffffff;
}

#subbuttons a:link,#subbuttons a:visited{
color:#333333;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
background-color:#66CC99;


}

div#main {
	width:950px;
	height:500px;
	margin:10px 10px 10px 0px;
	padding: 0px;

}

p:first-letter{
font-size:xx-large;

}
p#extra:first-letter{
font-size:12px;
}

div#main p {
	height:auto;
	padding:0px 5px 0px 0px;
     
	/* apply the right image as a non-repeating background to p */
	
	

}

div#header white {
	color:#FF0000;
	font: italic 36px "Times New Roman", Times, serif;
}

div#contact {
	width:950px;
	height:400px;
	margin:0px auto 0 0px;
	padding: 0px;
	background: url(../images/mugbg.jpg) no-repeat center center;
	text-align: center;
}

div#courses {
	width:950px;
	height:400px;
	margin:0px auto 0 0px;
	padding: 0px;
}

div#commissions {
	width:950px;
	height:400px;
	margin:0px auto 0 150px;
	padding: 0px 0px 0px 190px;
}
div#header small {
	display:block;
	margin-top:20px;
	font-size:120%;
	color:#FFFFFF;
}

div#workshop {
	width:580px;
	height:150px;
	margin:0px;
	padding: 10px;
	background: #999999 url(../images/starbanner.jpg) no-repeat center center;
	float: left;
	clear: left;
}

div#links {
	width:380px;
	height:auto;
	margin:0px auto 0px 0px;
	padding: 0px 0px 0px 200px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0px 5px 5px 0px;
}

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

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 200px;
left: 570px; /*position where enlarged image should offset horizontally */
}


#albumlist{
	float:left;
	width: 370px;
	padding-left: 120px;
}

/*#albumlist img {
display:block;
}*/

#image_holder01 img{float:left;border-style:solid; border-color:#666666;margin-right:20px;}

.courses_info_levels{position:absolute;top:30px; background-color:#999933; width:170px; height:150px; overflow-y:scroll;overflow-x:hidden;}

.courses_info{position:absolute;top:470px; left:20px; background-color:#669999; width:170px; height:150px; overflow-y:scroll;overflow-x:hidden;}

#courses__holder{position:relative;top:-210px;left:350px;background-color:#666699; width:50%;}

.courses_info_pic{background-color:#669999; width:170px; height:150px; overflow-y:scroll;overflow-x:hidden;  background-image:url(../images/courses/Picture1.gif);background-repeat:no-repeat;width:325px;height:219px;overflow-y:hidden;}