html, body {
  margin: 0;
  padding: 0;
  background: #ececef;
}
#container {
width: 990px;
margin: auto;
background: white;
}

.hidden {
display: none;
}

#header {
height: 96px;
background: #ececef;

}

#header img {
  margin-top: 12px;
  margin-left: 12px;
}

#navigation {
background: blue;
background: #ffffff url(./images/navigation.png);
height: 52px;
}

#banner {
clear: both;
background: #ffffff url(./images/banner.jpg);
height: 186px;
}

#wrapper {
background-image:url('./images/con-back.png');
background-repeat:repeat-y;
}

#sidebar {
float: right;
width: 323px;
}

.padding {
padding: 0 25px 25px 25px;
}

#content {
width: 639px;
}

#content h2 {
	margin: 0;
	padding: 20px 0px 10px 25px;
}



#footer {
clear: both;
background: #ffffff url(./images/footer.png);
height: 113px;
}

td {
background: #ffffff url(./images/left-shade.png);
}
