/* Generated by KompoZer */

#header {
  border: 2px dotted red;
  background: #000000 none repeat scroll 0% 50%;
  width: 100%;
  text-align: center;
  height: 300px;
  color: #fdfdfd;
}

#headerLeft {
  border: 2px dotted blue;
  padding: 10px 0;
  float: left;
  width: 25%;
}

#headerCenter {
  border: 2px dotted yellow;
  float: left;
  width: 50%;
  position: relative;
}

#headerRight {
  border: 2px dotted purple;
  padding: 10px 0;
  position: relative;
  float: left;
  width: 25%;
  margin-right: -200px;
}

#menu {
  border: 2px dotted orange;
  position: relative;
  float: left;
  width: 100%;
}

#wrapper {
 border: 3px dotted green; padding: 0 200px; height: 700px;}

#left {
 border: 2px dotted cyan; padding: 10px 0;
  float: left;
  width: 15%;
  margin-left: -200px;
  display: 100%;
  position: relative;
}

#content { border:2px dotted gray; padding: 10px 0; float: left;
 width: 95%; }
#right {
  border: 2px dotted pink; padding: 10px 0;
  position: relative;
  float: left;
  width: 15%;
  margin-right: -200px;
}

#footer { border: 2px dotted brown; padding: 10px 0; }
hr {
  clear: both;
  visibility: hidden;
}
