body {
  background-image: url(GJKochBackground.gif);
	background-repeat: repeat;
	background-color: #000000;
  padding:0px 0px;
  text-align:center;
  
  }

a:link {
     color:#44b232;
     font-weight:bold;
  }

a:hover {
     color:#44b232;
     font-weight:bold;
     text-decoration:none;
  }

a:visited {
     color:#44b232;
     font-weight:bold;
  }

a:active {
     color:#ffffff;
     font-weight:bold;
  }

#outer-wrapper {
	width:1000px;
	margin:0px auto 0px;
   }


@media all {
  #content {
    width:1000px;
    margin:0 auto 0px;
    padding:0;
    text-align:center;
    }
  #main {
    width:765px;
    float:right;
    }
  #sidebar {
    width:235px;
    float:left;
    }
  img.FloatLeft {
     float:left;
     padding-right:20px;
   }
  img.FloatRight {
     float:right;
     padding-left:0px;
   }
  }
@media handheld {
  #content {
    width:100%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    height:100%;
    float:none;
    }
  }

#main {
	margin:0;
	background-color:#ffffff;
}
#sidebar {
	margin:0;
}
