/* positioning */
      
body{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    background: #FFF;
    background-image: url(../images/background.png);
    background-repeat:repeat-y;
    height:100%;
    width:900px;
  }      
      
#header_frame {
    float:left;
    text-align:left;
    height:100px;
    width:900px;
}
#header {
    height:100px;
    background:#FFF;
    margin:0;
    padding:0;
}
#top {
      margin:0px;
			background:#FFF;
			text-align:left;
			padding:0px;
			width: 900px;
		}
#headline { 
      margin:0px;
      clear:left;
      float:left;
			text-align:left;
			height: 20px;
      text-indent: 152px;
      width:900px;
		}
#main {
      margin:0px;
			text-align:left;
			padding:0px;
			width: 900px;
		}
#navi {
      float:left;
	    width:151px;
}
div.navi_deselected {
	    width: 151px;
	    height: 21px;
			background:#FFF;
			background-image: url(../images/navi_deselected.png);
      font-family: verdana;
      font-size: 10pt;
      color: #4D4D4D;
      text-indent: 25px;
}
div.navi_deselected:hover {
			background-image: url(../images/navi_selected.png);
}
div.navi_selected {
	    width: 151px;
	    height: 21px;
			background:#FFF;
			background-image: url(../images/navi_selected.png);
      text-indent: 25px;
}

#content {	   
      width: 745px;
      float:right;
      background: #FFF;
}
#adslot_sky {	   
      margin: 12px;
      float:right;
}

