
/* Profile Menu Activated *********/
#projects 
{
	background-color: #073c6e;
	font-weight: bold;
}

#content_area
{
	text-align: left;
}
 
#content_area h1
{
	color: #073c6e;
	font-size: 23px;
	margin-bottom: 5px;
}

#projects_section
{
	width: 509px;
	height: 445px;
	background-image: url(../images/projects_home_block.png);
	background-repeat: no-repeat;
	padding: 1px 0px 10px 10px;
}
#projects_section p
{
	font-weight: bold;
	font-size: 14px;

}
#projects_section ul
{
	list-style: none;
}
#projects_section li 
{
	list-style: none;
	margin-bottom: 4px;
}
#projects_section li a
{
	text-decoration: none;
	font-size:17px;
	font-weight: bold;
	color:#073c6e;
}
#projects_section li a:hover
{
	color:#000000;
}
