@charset "UTF-8";
/* CSS Document */

#mainDiv {
	height: 600px;
	width: 850px;
	position: absolute;
	position:absolute;
	left:50%;
	margin-left:-425px;
	top:50%;
	margin-top:-320px;
	padding: 10px 10px 10px 8px;
	border: 1px solid #5c5555;
}
body {
	background-color: #362d2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e8ecec;
	font-size: 13px;
	background-image: url(../image_graphics/backgroundtile.png);
	margin: 0px;
}
a{
	outline: none;
	text-decoration: none;
	color: #75b47c;
}

a:link{
	color: #75b47c;

}

a:visited{
 	color: #75b47c;

}

#imageStamp{
	float: right;
	clip: rect(0px,0px,auto,auto);
	height: 200px;
	width: 200px;
	background-color: #4A4243;
	overflow: hidden;
}
.smallThumbContainer {
	height: 40px;
	width: 40px;
	margin-right: 3px;
	overflow: hidden;
	margin-bottom: 3px;
	float: left;
	background-color: #4a4243;
}
#mainDiv  #projectText {
	height: 425px;
	width: 315px;
	margin-top: 12px;
	float: left;
	margin-left: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	overflow: auto;
	font-size: 13px;
}
#mainDiv #projectImage {
	height: 425px;
	width: 510px;
	margin-top: 12px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
	
}
#thumbsHolder {
	width: 310px;
	margin-bottom: 12px;
	position: relative;
	left: 0px;
	top: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footerDiv {
	position: absolute;
	bottom: -17px;
	width: 880px;
	height: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -9px;
	font-size: 11px;
}
