﻿
/* Font page control*/
.ucFrontPage
{
    display:block;
    float:right;
    width:318px;
    height:auto;
    min-height:390px;
    background-color:#f4f4f4;
    clear:left;
 
}
.ucFrontPage p
{
	display:block;
	float:none;
	margin: 4px auto;
	width:96%;
	
}
.smartEditionLogo
{
    display:block;
    float:left;
    
}
.ucFrontPageThumb
{
    display:block;
    float:none;
	width:250px;
	height:auto;
    margin:0px auto;
    margin-top:16px;
	
	border:none;

}
