#contentLeft{
float:left;
width:520px;
text-align:justify;
}

#contentRight{
margin-left:70px;
float:left;
width:320px;
font-size:13px;
}

#workshops h4{
margin-top:12px;
}

#gallery{
position:relative;
}

/* IMAGE THUMBNAIL HOLDER */

ul#galleryThumbs{
list-style-type:none;
padding:0;
margin:0;
}

ul#galleryThumbs li{
position:relative;
float:left;
padding:0;
}

.galleryThumb{
display:block;
float:left;
height:100px;
margin:10px 20px 10px 0;
overflow:hidden;
width:100px;
}

.galleryThumb img{
width:150px;
border:none;
}

.innerThumb{
position:relative;
}

.viewLink{
position:absolute;
bottom:0;
right:0;
background-color:#111;
color:#fff;
background-repeat:no-repeat;
background-position:bottom right;
padding:3px;
font-size:9px;
font-family:arial;
}

.image{
height:160px;
width:160px;
background-color:#f77610;
}

