#main	{
}

/*
section.content	{
	width : 80%;
}
*/

#main	section.content {
	padding-left : 3%;
	padding-right : 3%;
	overflow: hidden;
}

#main	div.col	{
	width : 50%;
	min-height : 200px;
}

#lhs	{
	float : left;
}

#rhs	{
	margin-left : 50%;
	text-align : right;
}

#main	div.photo	{
	padding-top : 15px;
}

#main	div.photo	a {
	text-decoration : none;
	color : black;
	line-height : 40px;
}

#main	div.photo	a:hover {
	text-decoration : none;
	color : red;
}

#main	div.photo	img {
	width : 96%;
}
