* {
margin: 0;
padding: 0;
}

body {
text-align: center;
font: 62.5% arial, tahoma, sans-serif;
background: #fff url(images/background-corporate.jpg) repeat-y 50% 0;
color: #333;
}


#wrapper {
width: 800px; /*  original is 796 */
height:auto;
margin: 0 auto;
min-height:40em;
text-align: left;
font-size: 1.3em;
line-height:130%;
background: #0099cc;
border:12px solid #0099CC;
}

/*

/* for Internet Explorer */
/*\*/
* html #wrapper {
height: 10em;
}

#subnavigation a, #subnavigation address {
  color: #dee0ef;
}

#subnavigation h6 {
  color: #e9eaf4;
}

div#left {
width:500px;
margin: 0 auto;
min-height:35em;
float:left;
background-color:#dee0ef;
}

/* for Internet Explorer */
/*\*/
* html div#left {
height: 35em;
}

div#left img {
float:left;
margin:5px 10px 10px 0;
padding:0;
}

div#left p {
line-height: 150%;
}

div.padding_left  { padding: 0px 30px 10px 15px; }

#footer {
padding: 20px 0 10px 0px;
}