/*
a#assignment_gallery_link, a#enquire_link {
  position : absolute;
  width : 100px;
  height : 35px;
  line-height : 0.8em;
  background : url(images/button_orange_100x35.gif) no-repeat;
  text-align : center;
  color : #000;
  font-weight : bold;
  text-decoration : none;
  font-size : 1.2em;
}
*/
p#assignment_gallery_link {
  position : absolute;
  width : 125px;
  height : 35px;
  top : 30px;
  right : 30px;
  line-height : 1.3em;
}
p#enquire_link {
  position : absolute;
  top : 110px;
  right : 30px;
  width : 100px;
  height : 35px;
  line-height : 2.5em;
}

ul.assignment_list {
line-height : 1.5em;
color:#ccc;
}
ul.assignment_list li {
	float:left;
	width: 280px;
	margin-right: 20px;
}
.recent-clients {
	height:200px;
}
