service for a better code

content column

All templates are XHTML 1.0 and CSS2/ tableless.

2 column / menu and content dynamic and 100% high.
2 column grid layout. The navigation column and the content column are dynamic and adjust themselves to the browser window.
«= more TEMPLATES

html { 
  padding:0px;
  margin:0px;
  height:100%;
}

body {
  background-color: #e1ddd9;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px 20px;
  margin:0px;
  height:100%;
}
#content {
  float: left;
  width: 75%;
  margin:0px 0px 50px 0px;
  background-color: #fff;
  height:100%;
}