/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td{
	margin:0;
	padding:0;
	border:none;
}

/*********SELECTION************/
.selection{
color: #000000;
}


/********** GLOBAL **********/

ul, ol, dl{
	margin:20px 0 20px 30px;
}
ul li, ol li, dl li{
	margin:3px 0;
}
ul li{
	margin:0 0 6px;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.clear-both{
	clear:both;
}
a:link{
	color:#666;
	font-weight: bold;
}
a:visited{
	color:#666;
	font-weight: bold;
}
a:hover{
	color:#666;
text-decoration: underline;
}
a:active{
}
a:focus{
}
input.checkbox{
    border:none;
    background-color:transparent;
}

/********* TYPOGRPAHY ********/

body{
    font-family:Verdana, arial, sans-serif;
    font-size:12px;
    color:#58585A;
    text-align:center;
    background-color: #fff;
    background-image: url('images/v2/dropshadow.jpg');
    background-position: center;
    background-repeat: repeat-y;
}

div#wrapper {
    width: 914px;
    margin: 0 auto 0 auto;
    background-color: #fff;
}

/** HEADER **/
div#header {
    width: 900px;
    margin: 0 auto 0 auto;
}

/* adverts */
    div#advertising {
	height: 74px;
	/*background-color: #E0E2EF;*/
	overflow: hidden;
	margin: 0 0 3px 0;
    }
    
    div#topbannerad {
	width: 660px;
	overflow: hidden;
	text-align: left;
	float: left;
	margin: 7px 0 7px 0px;
    }
    
    div#top-banner-container {
	width: 660px;
	height:60px;
	text-align:left;
	float:left;
    }
    
    div#top-banner-container img {
	display: block;
	margin: 0 auto 0 auto;
	float:left;
    }
    
/* buttons */
    ul#top-buttons {
	list-style-type: none;
	margin: 7px 0 0 0;
    }
    
    ul#top-buttons li {
	margin: 0;
	padding: 1px 0 1px 0;
    }

/* masthead */

    div#masthead {
	width: 900px;
	height: 147px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-image: url('images/v2/masthead.jpg');
	position: relative;
    }
    
    div#masthead h1 {
	visibility: hidden;
	width: 580px;
	height: 105px;
	float: left;
    }
    
    div#masthead #home-link {
	width: 600px;
	height: 85px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
    }
    
    a#rss-link {
	position: absolute;
	top: 15px;
	right: 15px;
    }
    
    div#masthead p {
	line-height: 15px;
	display: block;
	padding: 70px 10px 0 0;
	float: right;
	color: #fff;
	font-size: 10px;
    }
    
    div#masthead p span {
	margin-right: 10px;
    }
    
    
    /* navigation */
    ul#top-nav{
	width: 900px;
	height: 34px;
	clear: both;
	margin:0;
	list-style:none;
	display:block;
	overflow: hidden;
    }
    ul#top-nav li{
	float:left;
	display:inline;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-right: 1px solid #afafaf;
    }
    
     ul#top-nav li a{
	background-image: url('images/v2/nav-bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	display:block;
	color: #58585A;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
    }
    
     ul#top-nav li a:hover, ul#top-nav li.selected a {
	background-position: bottom;
	color: #2F4197;
     }

    
    
    ul#top-nav li#home-nav a {
	width: 66px;
	background-image: url('images/v2/nav-left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
    }
    
    ul#top-nav li#procurelaw-nav a {
	width: 153px;
	background-image: url('images/v2/nav-right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	border-right: 0;
    }
    
    ul#top-nav li#home-nav a:hover, ul#top-nav li#home-nav.selected a {
	background-position: bottom left;
    }
    
    ul#top-nav li#procurelaw-nav a:hover, ul#top-nav li#procurelaw-nav.selected a {
	background-position: bottom right;
    }

    ul#top-nav li#news-nav a:hover, ul#top-nav li#news-nav.selected a {
	color:#DF8116;
    }

   ul#top-nav li#features-nav a:hover, ul#top-nav li#features-nav.selected a {
	color:#8317AB;
    }

   ul#top-nav li#legal-nav a:hover, ul#top-nav li#legal-nav.selected a {
	color:#C4272F;
    }

   ul#top-nav li#blog-nav a:hover, ul#top-nav li#blog-nav.selected a {
	color:#21A442;
    }
    
   ul#top-nav li#reference-nav a:hover, ul#top-nav li#reference-nav.selected a {
	color:#000000;
    }

   ul#top-nav li#lpobook-nav a:hover, ul#top-nav li#lpobook-nav.selected a {
	color:#000000;
    }
	
	
    ul#top-nav li#news-nav a,
	ul#top-nav li#features-nav a,
	ul#top-nav li#legal-nav a,
	ul#top-nav li#journal-nav a,
	ul#top-nav li#reference-nav a,
	ul#top-nav li#lpobook-nav a,
	ul#top-nav li#events-nav a,
	ul#top-nav li#blog-nav a  {
	padding:0 15px;
    }

	/*    
    ul#top-nav li#features-nav a {
	padding:0 10px; 
    }
    
    ul#top-nav li#legal-nav a {
	padding:0 10px;
    }
    
    ul#top-nav li#journal-nav a {
	padding:0 10px;
    }
    
    ul#top-nav li#reference-nav a {
	padding:0 10px;
    }

    ul#top-nav li#lpobook-nav a {
	width: 120px;
    }
	    
    ul#top-nav li#events-nav  a {
	padding:0 10px;
    }
    
    ul#top-nav li#blog-nav a {
	padding:0 10px;
    }*/

form#search-bar {
    text-align: right;
    line-height: 34px;
    height: 34px;
    /*background-color: #E0E2EF;*/
    margin: 3px 5px 3px 5px;
    padding: 0 5px 0 5px;
}

form#search-bar a#adv-search-link {
    color: #666;
    font-size: 10px;
}

div#top-drop-down {
    float: left;
    height: 30px;
    width: 450px;
    margin-top: 1px;
}

div#top-drop-down select {
    float: left;
    margin: 6px 0;
}
/** MAIN SITE CONTENT STUFF **/

div#content {
    float: left;
    display: inline;
    padding: 5px 5px 197px 5px;
    background-color: #E0E2EF;
    margin: 0 0 0 5px;
    position: relative;
}

/* left column */
div#left {
    float: left;
    width: 160px;
    display: inline;
    text-align: left;
}

div.box {
    width: 160px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    background-color: #fff;
    text-align: center;
    background-image: url('images/v2/back-gradient.jpg');
    background-repeat: repeat-x;
    background-position: top left;
}

div.box h3 {
    font-size: 12px;
    display: block;
    width: 160px;
    height:26px;
    background-image: url('images/v2/sidebar-light-top.jpg');
    overflow: hidden;
    line-height: 26px;
    text-indent: 10px;
    color: #fff;
    margin: 0 0 5px 0;
    text-align: left;
}

div.box h3.journal {
    background-image: url('images/v2/sidebar-journal-top.jpg');
}

div.box h3.news {
    background-image: url('images/v2/sidebar-news-top.jpg');
}

div.box h3.features {
    background-image: url('images/v2/sidebar-features-top.jpg');
}

div.box h3.referencebooks {
    background-image: url('images/v2/sidebar-referencebooks-top.jpg');
}

div.box h3 a {
    text-decoration: none;
    color: inherit;
}

div.box p, div.box ul, div.box ol, div.box form {
    text-align: left;
    padding: 5px;
    font-size: 10px;
}

div.box label {
    font-size: 11px;
    color:#2F4197;
    font-weight: bold;
}

div.box select {
    margin: 5px 0 5px 0;
    width: 100%;
}

div.box ul#practice-areas, div.box ul#alternate-categories {
    margin: 0 0 5px 5px;
    padding-left: 0;
    text-indent: 0;
    list-style: none;
}

div.box ul#practice-areas li a, div.box ul#alternate-categories li a {
    color: #666;
    text-decoration: none;
font-weight: bold;
}

/* main content area (centre of site) */
div#main {
    float: left;
    width: 585px;
    display: inline;
    text-align: left;
    margin: 0 0 0 5px;
}

p#breadcrumb {
    padding:0 0 5px 5px;
    font-size: 10px;
}

    div.padding-15px {
	padding: 15px;
    }
    
    div.padding-5px {
	padding: 5px;
	border-left: 1px solid #2F4197;
	border-right: 1px solid #2F4197;
	border-bottom: 1px solid #2F4197;
    }

    div.section {
	background: #fff;
	background-image: url('images/v2/back-gradient.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0 0 15px 0;
    }
    
    div.section h2 {
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	text-indent: 10px;
	color: #fff;
	margin: 0 0 5px 0;
	text-align: left;
	font-size: 12px;
	position: relative;
	background-image: url('images/v2/section-head.jpg');
    }
    
    div.section h2 a {
	text-decoration: none;
	color: #fff;
    }
    
    div.section h2 span {
	font-size: 10px;
	position: absolute;
	right:10px;
	top: 0px;
	height: 26px;
	line-height: 26px;
    }
    
    div.section h2 span a {
	text-decoration: none;
	color: #fff;
	padding: 0 0 0 15px;
	text-transform: uppercase;
    }
    
    div.section h2 span a:hover {
	color: #fff !important;
    }
    
    div.padding-15px h2 {
	background-image: none !important;
	color: #58585A;
	font-size: 14px;
	height: auto;
	width: auto;
	text-indent:0px;
    }
    
    div.headline-item {
	border-bottom: 1px dotted #afafaf;
	padding-bottom: 5px;
    }
    
    div.headline-item h3 a{
	text-decoration: none;
	color: inherit;
    }
    
    div.headline-item img, ul#earlier-stories li img, ul#reference-list li img {
	float: left;
	margin:0 15px 15px 0;
	border: 1px solid #afafaf;
    }
    
   ul#reference-list li img {
    border: 1px solid #000;
   }
    
    img.standard {
	float: left;
	margin:0 15px 15px 15px;
	border: 1px solid #afafaf;
    }
    
    div.section p {
	padding: 5px;
    }
    
    div.section p#cat-country {
	padding: 0px 5px 5px 5px;
	display: block;
	text-transform: uppercase;
    }
    
    div.section p#cat-country a {
	font-weight: bold;
	color: #999;
	font-size: 10px;
    }
    
    div.section p#cat-country a.category {
	float: right;
    }
    
    div.news h2 {
	background-image: url('images/v2/news-head.jpg');
    }
    
    div.legalupdates h2 {
	background-image: url('images/v2/legalupdates-head.jpg');
    }
    
    div.legalupdates h3, div.legalupdates a:hover {
	color: #af0000;
    }
    
    div.referencebooks h2 {
	background-image: url('images/v2/books-head.jpg');
    }
    
    div.features h2 {
	background-image: url('images/v2/features-head.jpg');
    }
    
    div.journal h2 {
	background-image: url('images/v2/journal-head.jpg');
    }
    
    
    
    h4#earlier-stories-head, h4#rel-articles-head {
	clear: both;
	text-transform: uppercase;
	margin: 5px 0 5px 0;
	color: #DF8116;
	font-size: 10px;
    }
    
    ul#earlier-stories, ul#reference-list {
	clear: both;
	list-style: none;

	margin: 0;
	padding: 0;
    }
    
    ul#earlier-stories li, ul#reference-list li {
	margin: 0 0 0 5px;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #afafaf;
	width: 265px;
	float: left;
	height: 80px;
	overflow: hidden;
	
    }
    
    ul#reference-list li {
	height: auto;
	border-top: 1px dotted #afafaf;
	border-bottom: none;
    }
    
    ul#earlier-stories li h3, ul#reference-list li h3 {
	font-size: 12px;
    }
    
   
    
    ul#earlier-stories li a, ul#reference-list li a {
	font-size: 10px;
	color: #afafaf;
    }
    
    ul#earlier-stories li h4 a {
	font-size: 11px;
    }
    
     ul#earlier-stories li h3 a, ul#reference-list li h3 a {
	text-decoration: none;
	color: inherit;
	font-size: 12px;
    }
    
    
    div.half-section {
	background: #fff;
	margin: 0 5px 15px 0;
	width: 290px;
	float: left;
	background-image: url('images/v2/back-gradient.jpg');
	background-repeat: repeat-x;
	background-position: top left;
    }
    
    div.no-right-margin {
	margin-right: 0;
    }
    
    div.half-section h2 {
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	text-indent: 10px;
	color: #fff;
	margin: 0 0 5px 0;
	text-align: left;
	font-size: 12px;
	background-image: url("images/v2/blue-half-section-head.jpg");
    }
    
   
    
    div.referencebooks-half-section h2 {
	background-image: url('images/v2/small-books-head.jpg');
    }
    
     div.news-half-section h2 {
	background-image: url('images/v2/small-news-head.jpg');
    }
    
     div.features-half-section h2 {
	background-image: url('images/v2/small-features-head.jpg');
    }
    
    div.half-section h4 {
	text-transform: uppercase;
	font-size: 10px;
	color: #1D732E;
	
    }
    
    div.half-section h2.blog {
	background-image: url("images/v2/green-half-section-head.jpg");
    }
    
    div.half-section ul.blog-latest-big {
	margin: 0 0 5px 15px;
    }
    
    div.half-section ul.blog-latest-small {
	margin: 12px 0 5px 15px;
	font-size: 10px;
    }
    
    div.half-section p.author {
	font-style: italic;
	color: #2F4197;
	padding: 0 0 10px 0;
    }
    
    div.half-section p.strong {
	font-weight: bold;
	padding: 0 0 10px 0;
    }
    
    .half-section h2 a {
	text-decoration: none !important;
	color: #fff !important;
    }
    

div#elsewhere-on-the-site {
    position: absolute;
    bottom: 0;
    left: 0;
    width:760px;
    height:192px;
    overflow: hidden;
    background-image:url('images/v2/elsewhere-bg.jpg');
}

div#elsewhere-on-the-site h2 {
    text-align: left;
    font-size: small;
    color: #000;
    margin: 15px 0 0 30px;
}

div#elsewhere {
    text-align: left;
    width: 535px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: 55px;
    left: 35px;
    font-size: 10px;
font-weight: bold;
}

div#elsewhere p, div#elsewhere ul, div#elsewhere ol {
    margin-left: 0;
    margin-right: 0;
    list-style: none;
}
div#elsewhere ul {
    margin-top: 0;
}
div#elsewhere ul li {
    width: 250px;
    float: left;
    padding: 0 5px 0 5px;
}

div#elsewhere ul li a {
    text-decoration: none;
color:#3E508A;
font-weight: 700;
font-size: small;
}

p#copyright {
    position: absolute;
    right: 10px;
    bottom: 15px;
    color: #fff;
    font-size: 11px;
}

/* right advertisements */
div#right {
    float: left;
    width: 142px;
    display: inline; 
}

div#advert{
	margin:10px 0;
}


/* FOOTER **/
div#footer {
    height: 100px;
    overflow: hidden;
    background-color: #2F4197;
    margin: 5px 5px 3px 5px;
    clear: both;
    color: #fff;
}


div#footer ul {
    margin: 70px auto 0 auto;
    list-style: none;
    width: 412px;
}

div#footer ul li {
    display: block;
    padding: 0px 3px 0px 3px;
    float: left;
}

div#footer ul li a {
    color: #fff;
text-decoration: none;
font-weight: bold;
}


/** JOURNAL STUFF **/
div#journal-cover-feature {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #afafaf;
}

div#journal-cover-feature img {
    float: left;
    margin:0 15px 15px 0;
    border: 1px solid #afafaf;
}

div#journal-cover-feature h2 {
    width: auto;
    height: auto;
    background: none;
    color: #2F4197;
    text-transform: uppercase;
    text-indent: 0;
    margin: 0;
    padding: 0;
}


h3.article-type {
    color:#2F4197;
}

h4 a{
    text-decoration: none;
    color: #666 !important;
}

ul#journal-ul, ul#journal-ul ul, ul#dynamic-ul {
    list-style: none;
    text-indent: 0;
    margin: 0;
    padding: 0;
}

ul#journal-ul li, ul#dynamic-ul li {
	margin: 0 0 0 5px;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #afafaf;
	width: 265px;
	float: left;
	
}

ul.journal-ul-left {
    float: left; width: 265px !important;

    display: inline;
    overflow: hidden;
}

ul.journal-ul-right {
    float: left; width: 265px !important;

    display: inline;
    overflow: hidden;
}

 ul#dynamic-ul li {
    height: 70px;
    overflow: hidden;
 }

ul#journal-ul li ul li {
    margin: 0;
    padding: 0;
    border: none;
}

ul#journal-ul li h3, ul#dynamic-ul li h3 {
    font-size: 12px;
}

ul#journal-ul li a, ul#dynamic-ul li a {
    font-size: 10px;
    color: #afafaf;
}

ul#journal-ul li h3 a, ul#dynamic-ul li h3 a {
    text-decoration: none;
    color: inherit;
    font-size: 12px;
}

ul#journal-ul li h4, ul#dynamic-ul li h4 {
    /*text-indent: 5px;*/
    margin-left: 5px;
}

ul#journal-ul li h4, ul#journal-ul li h4 a, ul#dynamic-ul li h4, ul#dynamic-ul li h4 a {
    font-size: 12px;
}

p.larger {
    font-size: 14px;
}



/** FORM STUFF GRABBED FROM OLD SITE **/

/* FORM STUFF ADDED IN BY ED */

.inputgreen {
	background-color: #FFFFFF;
	border: 1px solid #006600;
	padding: 1px;
}

.inputred {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 1px;
}
.formbox {
	width: 100%;
	border: 1px solid #b1c3d7;
	margin: 0;
	padding: 0;
}
.formspacer {
	
	visibility: visible;
	height: 5px;
	width: inherit;
	position: static;
	
}
.formgroup {
	font-size: 10px !important;
	border: 1px solid silver;
	padding: 3px;
	margin: 2px;
	line-height: 24px;
	background-color: #F8F8F8;
}

.finput {
	padding: 1px;
}

.finput input {
    width: 120px;
}

.flabel {
	font-size: 10px !important;
	padding: 1px;
}

span#divPostCode {
    font-size: 10px !important;
}


.submit {
	width: 100px;
	font-size: 10px;
}

div.right-float {
    float: right;
    margin: 5px 0 5px 5px;
    clear: right;
}

div#portraitbox {
    float: right;
    clear: right;
    width: 145px;
    margin: 25px 0 15px 15px;
    overflow: hidden;
    font-size: 10px;
}

div#portraitbox img {
    display: block;
}

div#chapter-selector {
    margin: 0 0 5px 5px;
}

div#box-out {
    float: right;
    clear: right;
    width: 220px;
    margin: 25px 0 15px 15px;
}

div#box-out h3 {
    margin: 0;
    background-image: url('images/v2/small-box.jpg');
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
}

div#relarticlesbox {
    float: right;
    clear:both;
    width:100%;
    margin: 25px 0 15px 0;
    border-bottom: 1px dotted #afafaf;
    
}

p.continues-below {
    font-size: 11px;
    border-bottom: 1px dotted #afafaf;
    
}

div#relarticlesbox ul {
    margin-left: 25px;
    font-size: 11px;
}

div#relarticlesbox a {
    text-decoration: none;
}

div#relarticlesbox .country, div#relarticlesbox .category {
    font-weight: normal;
    text-transform: uppercase;
}

div#relarticlesbox h3 {
    color: #2F4197;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 15px;
}

div#pulloutquote {
    float: right;
    clear: right;
    margin: 15px 0 15px 15px;
    width: 220px;
    font-size: 14px;
}

div#journal-cover-feature ul {
    list-style: none;
}

ul.type-categories li img, ul.journal-articles li img , ul#dynamic-ul li img {
    float: left;
    margin: 0px 15px 15px 0;
}

p.cat-country {
    text-transform: uppercase !important;
}

div.news #journal-cover-feature img {
    border: 1px solid #DF8116;
}

div.news img, div.news-half-section img {
    border: 1px solid #DF8116;
}

div.features #journal-cover-feature img {
    border: 1px solid #8317AB;
}

div.features img, div.features-half-section img {
    border: 1px solid #8317AB;
}

div.journal #journal-cover-feature img {
    border: 1px solid #2F4197;
}

div.journal img, div.journal-half-section img {
    border: 1px solid #2F4197;
}

div.referencebooks img, div.referencebooks-half-section img {
    border: 1px solid #000;
}

 ul#earlier-stories li img {
    border: 1px solid #DF8116;
    }
    
div.first-search-result img {
    float: left;
    margin: 5px 15px 15px 0;
}

p.search-result-cat-country {
    font-size: 10px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

p.search-result-cat-country a {
	color: #999;
}

div.first-search-result {
    padding-bottom: 10px;
    border-bottom: 1px dotted #afafaf;
}

div.first-search-result h3 {
    margin: 5px 0 5px 0;
}

div.first-search-result h3 a {
    text-decoration: none;
    font-size: 12px;
}

ul.earlier-search-results {
    font-size: 11px;
    margin-left: 15px;
}

ul.earlier-search-results li a {
    text-decoration: none;
    font-weight: bold;
}

ul.earlier-search-results li a.country, ul.earlier-search-results li a.category {
    text-transform: uppercase;
    font-weight: normal;
    color: #999;
}

h4.search-earlier-articles {
    text-transform: uppercase;
    font-size: 11px;
    margin: 15px 0 5px 0;
}

div.view-all {
    border-top: 1px dotted #afafaf;
    clear: both;
    margin: 10px 0 0 0;
    padding: 5px;
    text-align: right;
}

h3.type-heading {
    text-transform:uppercase;
    font-size: 12px;
    color: #2F4197;
}

form#login-form label {
    margin: 5px;
    width: 150px;
    float: left;
}

input#login-button {
    float: right;
    margin-right: 200px;
    width: auto !important;
}

p#publish-date {
    font-size: 10px;
    margin: 10px 0 10px 3px;
    padding: 0;
}

div.email-addr {
    font-size: 11px;
    padding-bottom: 3px;
    padding-left: 5px;
}

div.tel-no {
    font-size: 11px;
    padding-left: 5px;
}

h3.events-head {
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #2F4197;
}

p.event-date {
    color: #999;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

span.location {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
}

li.journal-article-li {
    margin: 5px 0 5px 0 !important;
}

div#top {
    background-image: url('images/v2/top-dropshadow.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 30px;
}

div#bottom {
    background-image: url('images/v2/bottom-dropshadow.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    height: 30px;
}

div#top-pagination {
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

div#pagination {
    text-transform:uppercase;
    font-weight: bold;
    font-size: 11px;
}

div#pagination a {
    text-decoration: none;
}

div#pagination strong {
    text-decoration: underline;
}

div.journal div#top-pagination, div.journal div#pagination, div.journal div#pagination a {
    color: #2F4197;
}

form#advanced-search-form label {
    float: left;
    width: 150px;
}

form#advanced-search-form input, form#advanced-search-form select {
    width: 210px;
}

div.img-cont {
    float: left;
    height: 70px;
}
