.PreviewArea
{
	float:										left;
	position:									relative;
	margin:										0px;
	margin-top:									15px;
	padding:									0px;
	width:										900px;
	height:										auto;
	min-height:									400px;
	overflow:									hidden;
	border:										none;
}

.Project
{
	float:										left;
	width:										248px;
	height:										auto;
	margin-top:									0px;
	margin-bottom:								25px;
	margin-left:								25px;
	margin-right:								25px;
	padding:									0px;
	color:										#0a0a0a;
	background:									#1996c8;
	border:										1px solid #404040;
	border:										1px solid #1996c8;
	border-radius:								2px;
	-moz-border-radius:							2px;
	-webkit-border-radius:						2px;
}

.Project:hover
{
	cursor:										pointer;
	color:										#fcfcfc;
	background:									#1996c8;
	border:										1px solid #1996c8;
}

.Project .Title,
.Project .Content
{
	width: 										100%;
	height:										20px;
	margin:										0px;
	padding:									0px;
	color:										inherit;
	font-size:									14px;
	line-height:								20px;
	text-align:									center;
	border:										none;
}

.Project .Title
{
	font-weight:								bold;
}

.Project .Content
{
	font-weight:								normal;
}

.Project .Image
{
	width: 										248px;
	height:										184px;
	margin:										0px;
	padding:									0px;
	color:										#aaaaaa;
	text-align:									center;
	border:										none;
}

.Project .Image img
{
	width:										240px;
	height:										180px;
	margin:										0px;
	margin-top:									4px;
	margin-left:								4px;
	margin-right:								4px;
	padding:									0px;
	border:										none;
	border-radius:								2px;
	-moz-border-radius:							2px;
	-webkit-border-radius:						2px;
}
