div.mlsd {
	height:520px !important;
	width:553px !important;
}

h1 {
	display: block;
	font-size: 19px !important;
	font-weight: normal;
	margin: 11px 0 !important;
}

h2 {
	display: block;
	font-size: 16px !important;
	font-weight: normal;
	margin: 11px 0 !important;
}

.left-banner {
	position: relative;
	top:-18px;
	background-color: #E1E1E1;
	border-right: solid 1px #777777;
	padding: 15px;
	min-height: 500px;
	font-size: 11px;
	margin-bottom: 70px;
}

.left-banner h2 {
	font-size: 14px;
	font-weight: normal;
}

#wrap {
	background: url(images/l2.gif) repeat-x 0px 149px;
}

.menu-top {
	background-color: #0064B2;
	height: 30px;
	padding-top: 10px;
	color: silver;
}

.menu-top .container div {
	text-align: right;
	padding-right: 4px;
}

.menu-top .container div.last {
	text-align: left;
	border-left: solid 1px silver;
	padding: 0 0 0 14px;
}

.menu-top a {
	font-size: 0.9em;
	color: white;
	text-decoration: none;
}

.menu-top a:hover {
	color: white;
	text-decoration: underline;
}

.header .logo {
	padding: 29px 0 17px;
}

.header .contacts {
	font-size: 16px;
	padding: 19px 14px 27px;
	margin: 11px 0 0 4px;
	border-left: solid 1px silver;
}

.header .contacts font {
	font-size: 20px;
	display: block;
	color: #86101E;
	line-height: 0.8em;
}

.header .address {
	text-align: right;
	color: #888888;
	padding-top: 31px;
	line-height: 13px;
	font-size: 11px;
}

.header .address font {
	color: black;
	font-size: 13px;
}

#footer {
	background-color: silver;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
    margin-top: -150px; /* negative value of footer height */
    height: 150px;
    clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#footer
{
    background: silver;

    /* We can over-ride default settings here instead of changing the original
       sticky-footer.css */
    padding-top: 45px;
    height: 59px;
    margin-top: -86px;
    text-align: center;
}

#main
{
    padding-bottom: 104px;
}

.container > td {
	padding-bottom: 104px !important;
}
