#wrapper {width: 100%; margin: 0 auto;}

#content {width: 1300px; margin: 0
 auto;}
.collectionHeader {
	height: 150px;
	padding-bottom: 10px;
}

.logo {
	width: 131px;
	height: 150px;
	background-image: url('logo.png'); // LOGO OF THE SITE
	background-repeat: no-repeat;
}

.header_bg {
	
	background: #fff;
	
}

.header_title {
	color: #0000ff;	
	font-size:38px;
	font-weight:bold;
	vertical-align: middle;
	text-align: center;

	width: auto;
	background: #fff;
}

.collectionAbout {
	vertical-align: top;
        width: 58%;
}

. collectionAbout p {font-size: 20px; line-height: 24px; text-align: justify; font-family: Calibri;}

.dtable_cell p {font-size: 20px; line-height: 24px; text-align: justify;font-family: Calibri;}

.collectionButtons a {
	height:20px;
	background: #3498db;
	margin: 10px 10px 10px 10px;
	padding:  10px 10px 10px 10px;
	text-decoration: none;



    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    padding: auto 6px;
    font-family: 'PT Sans',Tahoma;
    border: 1px solid #3498db;
    border-bottom: 1px solid #268fd5;
    outline: 0;
    -webkit-appearance: none;
}

.collectionFooter {
	font-size: 12pt;
	text-align: right;
}

.dtable {
    width:100%;
    display:inline-table;
    margin: 0px 10px;
    border-spacing: 10px;
}
.dtable_row{
    display:table-row;
}

.dtable_cell{
    display:table-cell;
    
}


.info_main{
    width:100%;
    display:inline-table;
    margin: 0px 10px;
}
.info_main_row{
    display:table-row;
}

.info_main_cell{
    display:table-cell;
}