/* @override http://gen.dev/mkrieger/projects.css */

div#BodyLeftContent {
	width: 180px;
}

div.BodyRightContent{
	background: white;
	float: left;
	width: 500px;
	padding: 15px;

}

a#header_project_link{
    
    font-weight: bold;
}


div.project{
	display: none;
}

li.link{
	cursor: pointer;
}

li.link:hover{
	text-decoration: underline;
}

img.photo {
	height: 90px;
	margin: 5px;
}

div#photos{
	width: 90%;
	margin: 0px auto;
}