#modcontainer{
	margin-bottom: 25px;
	overflow: auto;
	width: 100%;
	height: 100%;
}

#modcontainer a{
	font-size: inherit;
	color: inherit;
}

#modwrapper{
	width: 100%;
	height:100%;
	padding: 20px 10px 20px 10px;
}



#modwrapper .modimg{
	float: left;
	
}

#modwrapper .modtitle{
	font-size: 20px;
	font-weight: bold;
	height: 25px;
	overflow: hidden;
	border-bottom: 1px solid #666666;
	margin-left: 120px;
}

#modwrapper .modcontentwrapper{
	overflow: hidden;
}

#modwrapper .modcontentwrapper .modcontent{
	width: 100%;
	height: 100%;
	float: left;
    text-align: justify;
margin-left: 20px;
}

#modwrapper .modcontentwrapper .moddate{
	width: 15%;
	height: 100%;
	float: right;
	text-align: center;
	font-weight: bold;
}

#modwrapper .modcontentwrapper .moddate .modtgl{
	height: 45px;
	font-size: 40px;
}

#modwrapper .modcontentwrapper .moddate .modbln{
	font-size: 20px;
	text-transform: uppercase;
}