
#projectList
{
	list-style-type:none;	
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

#projectList .projectBox
{
	width:500px;
	height:150px;
	margin:20px auto;
	background-color:#a2bf7e;
	border:2px solid #9ab679;
	padding:5px 10px 5px 10px;
}

#projectList h3
{
	margin:0px 0px 5px 0px;
	color:#333;
}

#projectList h3 a:hover
{
	text-decoration:underline;
}

#projectList .desciption
{
	position:relative;
	margin-left:110px;
	margin-top:-100px;
	width:390px;
	height:120px;
	color:#333;
}

#projectList img
{
	position:relative;
	border:none;
}
/* CSS Document */

