/*  
Theme Name: dKret2

Userstyle: no sidebar
Description: dKret2 without sidebar

*/

/* nosidebar begin */

body {
  background: #000000;
  font-size: 0.9em;
}

#header {
  border-top: 3px solid #444;
}

#sidebar {
  display: none;
}

#container {
  margin: 10px auto;
  border-left: 3px solid #444;
  border-right: 3px solid #444;
  width: 600px; 
}

#content {
  width: 580px;
}

#footer .Left_Footer, #footer .Middle_Footer {
  width: 44%;
}

#footer .Right_Footer {
  clear: both;
  margin: 0;
  width: 570px;
  padding: 5px 15px 20px 15px;
  background-color: #cdf;
}

/* end nosidebar */
