/**
 * frontpage.css
 * Defines the specialized structure of the frontpage:
 * widths, heights, displays, floats, etc.
 * NO colors, fonts, or backgrounds allowed.
 */

.left-column {
	width: auto;
	padding: 14px 40px 10px 40px;
}

.left-column .thumb-square {
	float: right;
}

.front-right-column {
	width: 240px;
	padding: 10px 20px 10px 0px;
}

.front-right-column .medpic-horizontal {
	position: relative;
	left: -10px;
}

#flashNav {
	color: #e5f0c6;

}

#flashSubNav {
	color: #e5f0c6;

}
