body {
	background-color: #eee5de;
    color:#606060;
}

a {
	text-decoration:none;
	color:gray;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;
}

a:hover {
	color: #5E5A80;
    margin-left:12px;
}

.content_holder {
	margin: 0 auto;
	position: relative;
	width: 800px;
}

.project_description {
	float: left;
	width: 330px;
    background-color:rgba(42,66,77,0.3);
	font-family:Arial;
	padding-left:20px;
	padding-right:10px;
	text-indent:-10px;
    border-radius:0 0 25px
}

.thumbs_holder {
	width: 450px;
	margin: 0 0 0 375px;
    background-image:url(images/transparency.png);
}

.thumbs_holder .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}

h2 {
	text-transform:uppercase;
	letter-spacing:-3px;
	margin-top:-5px;
}