* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
}
#wrapper { 
 margin: 0 auto;
 width: 1400px;
 float:left;
}
#faux {
 background: url(/images/bkgrd.gif);
 margin: 4px 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

/* page header, uses body colors */
.header {
  width: 100%;             /* full window width */
  height: 105px;
  margin: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 88%;
  text-align: center;
}
/* page footer, uses body colors */
.footer {
  clear: both;             /* below all columns */
  width: 100%;             /* full window width */
  margin: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 88%;
  text-align: center;
}

#column1 { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 200px;
 float: left;
 background-color:#f8fbfc;
}
#column2 { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 width: 200px;
 display: inline;
 position: relative;
}
#column3 { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 10px;
 padding: 0px;
 width: 200px;
 float: left;
  background-color:#f8fbfc;
}
#column4 { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 17px;
 padding: 0px;
 width: 200px;
 float: left;
}
#column5 { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 17px;
 padding: 0px;
 width: 200px;
 float: left;
  background-color:#f8fbfc;
}
#column6 { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 17px;
 padding: 0px;
 width: 200px;
 float: left;
}

.clear { clear: both; background: none; }

<!-- RSS feeds -->

.labelfield{ /*CSS for label field in general*/
color:#937869;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:#937869;
font-size: 90%;
}
h3 {
font-size:16px;
font-variant:small-caps;
white-space:nowrap;
color:#937869;
}

a{ /*CSS specific to demo 3*/
color: #000000;
text-decoration: none;
font-weight: bold;
font-size:11px;
}
a:hover{ /*CSS specific to demo 3*/
color: #0045a1;
text-decoration: underline;
font-weight: bold;
font-size:11px;
}

p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}
.hr {border: none 0;
border-top: 1px dashed #000;/*the border*/
width: 50%;
padding: 10px 0 4px 0;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
code{ /*CSS for insructions*/
color: red;
}




#header1 {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #ABBEBE;
 }
#footer1 { 
 width: 902px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
