h2.pageTitle{
	margin-left: 5px;
}

.pageContent{
	margin-left: 5px;
	margin-top: 20px;
	padding-left: 95px;
	position: relative;
	background-image: url('page_title.png');
	background-repeat: no-repeat;
}


.pageContent h3{
	margin: 20px 0;
	margin-top: 2em;
	padding-left: 5px;
	border-left: 3px solid #F5A22D;
	color: #388818;;
	font-size: 120%;
	font-weight: bold;
}

#left{
	margin-right: 180px;
}

#right{
	position: absolute;
	top: 0;
	right: 10px;
	width: 170px;
}

.license{
	border: 1px dashed #97DE56;
	background-color: #F0FFE0;
	padding: 5px;
	font-size: 80%;
}

ul#worksMenu{
	list-style-type: none;
	margin-top: 2em;
}

ul#worksMenu li{
	display: inline;
	margin: 0 5px;
	border-bottom: 5px solid #E5F7CE;
}

.item{
	position: relative;
	width: 100%;
	height: 120px;
	margin-top: 1em;
	margin-right: 1em;
}

.item .thumbnail{
	position: absolute;
	left: 0;
	top: 0;
	height: 110px;
	width: 110px;
	padding: 5px;
}

.item .description{
	height: 100%;
}

.item .thumbnail img{
	cursor: pointer;
}

.item .thumbnail img.nolink{
	cursor: default;
}


.item h4{
	font-weight: bold;
	border-bottom: 15px solid #E5F7CE;
}

.item h4 a{
	font-weight: bold;
}

.img .description{
	margin-left: 120px;
}

.imageFrame{
  position: absolute;
  left: 220px;
  background-color: #fff;
  border: 1px solid #E5F7CE;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.imageFrame img{
  margin-top: 15px;
}