@import "common.css";

#main {
	padding-left: 16px;
	padding-right: 3px;
}

#main_images {
	border-bottom: 6px solid #b7372a;
}

div.main_image {
	height: 155px;
}

#left_column, #right_column {
	float: left;

	margin-top: 22px;
	padding-bottom: 18px;
}

#left_column {
/*	background-color: fuchsia;*/

	width: 351px;

	padding-right: 10px;
	border-right: 2px solid #c8c9df;
}

#right_column {
/*	background-color: aqua;*/

	width: 170px;

	padding-left: 7px;
	padding-right: 8px;
	border-left: 2px solid #c8c9df;
	margin-left: -2px;
}

h1 {
	margin-top: -10px;
	margin-bottom: 24px;

	position: relative;

	font-size: 13pt;
}

#current {
	bottom: 0px;
}

#current_border {
	background-repeat: repeat-y;
	background-image: url("current_border.gif");
}

#current_content {
	background-color: white;

	margin-left: 7px;
	border-right: 2px solid #c8c9df;
	padding: 4px 11px 12px 11px;

	text-align: justify;
	font-weight: bold;
}

h1.current {
	margin-top: 0px;
	margin-bottom: 13px;
	font-size: 11pt;
	text-transform: uppercase;
}

div.read_more {
	font-size: 7pt;
	text-align: right;
	text-transform: uppercase;
}
