.midCol {
	margin:0 197px;
	position:relative;
	left:200%;
	overflow:hidden;
}

.content_main {
	float: left;
	display: inline;
	margin: 5px;
	text-align: center;
}

.content_container {
	/*text-align: left;*/
}

.content_module a:hover
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;
}

.content_module_borderless a:hover
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;
}


.content_module 
{
	margin: 5px;
	float: left;
	text-align: center;
	
	border: 1px solid red;
	position:relative;
}

.content_module_borderless
{
	margin: 5px;
	float: left;
	text-align: center;
}

.content_module_header_container
{
	width: 100%;
	position: absolute;
}

a:hover
{
	text-decoration: none;
	color: #db0000;
	border: 0;
}

.content_module_header
{
	background-color: #FF0000;
	margin-top: 0px;
	font-size: 8px;
	font-family: "Century Gothic", "Apple Gothic", Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	display: inline;
	padding: 3px 5px 3px 5px;
}

.content_module_image_wrapper 
{
	position: relative;
	width: 45px;
}

.content_module_image_wrapper div
{
	position: absolute;
	width: 7px;
	height: 7px;
}

.content_module_image_wrapper div.topleft
{
	background: transparent url(../img/corners/topleft.png) scroll top left no-repeat;
	left: 0;
	top: 0;
}

.content_module_image_wrapper div.topright
{
	background: transparent url(../img/corners/topright.png) scroll top right no-repeat;
	right: 0;
	top: 0;
}

.content_module_image_wrapper div.bottomleft
{
	background: transparent url(../img/corners/bottomleft.png) scroll bottom left no-repeat;
	left: 0;
	bottom: 0;
}

.content_module_image_wrapper div.bottomright
{
	background: transparent url(../img/corners/bottomright.png) scroll bottom right no-repeat;
	right: 0;
	bottom: 0;
}