
div#content{
	width: 760px;
	height: 400px;
	display: block;
	overflow: auto;
	background-color: white;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	padding: 10px;
	position: relative;
	top: 15px;
	float: right;
	border: 1px solid black;
}

div#content h1{
	font-size: 18px;
	display: block;
	margin-top: -6px;
}

.work{
	display: block;
	margin: 10px 10px 10px 16px;
	overflow: hidden;
	width: 150px;
	height: 150px;
	float: left;
	border: 2px solid green;
}

.sshot{
	border: 0px;
	margin-left: 10%;
}

image{
	border: 0px;
}

div#description{
	background-color: #C1F7C3;
	border: 1px dashed green;
	padding: 5px;
	width: 96%;
}