/* Layout stylesheet */

body {
  font-size: 100%; /* [1] */
}
#col-a {
  float: right;
  width: 100%;

  background-position:top;
  background-repeat:no-repeat
  
}
#col-a[id] { /* [2] */
  margin-left: -1px;
}
#col-b {
  float: left;
  margin-left: -12.00em;
  margin-top:5px;
  z-index: 10; /* [3] */
  /*background-image:url(omfiles/left_top.gif);*/
  	background-color: #ededed;
  background-position: top left;
  background-repeat:no-repeat;
  
}
#col-b[id] { /* [2] */

}
#col-c {
  float: right;
  margin-right: -12.5em;
  z-index: 11; /* [3] */

  background-position:top;
  background-repeat:no-repeat;
  font-size:91%;
  
}
#col-c[id] { /* [2] */
  margin-left: 1px;
}
.show-all #columns {
  padding: 0 0 0 12.5em;
  
}
#columns {
  /*background-image: url(omfiles/content_tile.gif);BACKGROUND-REPEAT: repeat-y;*/

}
.hide-left #columns {
  padding: 0 12em 0 0;
}
.hide-right #columns {
  padding: 0 0 0 12em;
}
.cols-wrapper {
  width: 100%;
}
.cols-wrapper[class] {
  padding-bottom: 0.1px; /* [4] */
}
.float-wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
  border-top: 1px solid #dfdfdf;
}
.float-wrapper[class] { /* [2] */
  margin-right: -1px;
}
.sidecol {
  position: relative;
  width: 12em;
  overflow: hidden;
}
.box, .box2
.main-content {
  margin: 0 1em;
  font-size: 13px;
  
}
.box{
  margin: 0 1em;
  font-size: 13px;
  
}
.main-content {
  margin: 0 1em;
  font-size: 13px;
  padding: 0.5em
}
.clear {
  clear: both;
}
.none {
  display: none;
}

/*
  [1] Play nice with EMs in Opera 6 and IE Win.
  [2] Support for Mozilla, but IE doesn't likes it.
  [3] Z indices needed for link clickability in IE Mac and Opera 6.
  [4] Mozilla needs a non zero value, seems to be a bug.
*/

  /*** Feedlinks ***/
 
 #feedlinks	
 { padding-top: 15px;
 	text-align:left; }
 .title		 
 { font-size:13px;  }
 #linklist		 
 {padding-left:0px;}
 ul  li.feedlink		 
 { list-style:none; clear:both; font-size:11px;
}
 ul  li.feedlink:before {
	content: "\00BB \0020";
	}

  ul  li.feedlink a	 
 { font-size:11px; }
