 /* reset */

  *{
   padding: 0;
   margin: 0;

   }

#wrapper {
 width: 1200px;
 margin: 0 auto;
}

#header {
 float: center;
 background-color: #012345;
    background-repeat: repeat;
    background-size: contain;
 margin: 10px 0 0 0;
 width: 100%;
 height: 100px;
}

#navigator {
 float: left;
 background-color: #005523;
    background-repeat: repeat;
    background-size: contain;
 margin: 10px 0 0 0;
 width: 100%;
 height: 189px;
}

.nav {
float: center;
margin: 60px 220px 0;
width: 1000px;
}

.nav li {
float: left;
list-style: none;
}

.nav li a {
float: left;
color: #ff06b5;
padding: 2px 10px;
text-decoration: none;
border: 1px solid #ff06b5;
font-size: 16px;
}

.nav li a:hover {
background-color: #365;
color: #fff;
}



#main_content {
 float: left;
  background-color: #555555;
    background-repeat: repeat;
    background-size: contain;
 margin: 10px 5px 10px 0;
 width: 643px;
 height: 3500px;
}

#lsidebar {
 float: left;
 background-color: #555555;
    background-repeat: repeat;
    background-size: contain;
 margin: 10px 5px 5px 6px;
 width: 265px;
 height: 3500px;
}

#rsidebar {
 float: right;
 background-color: #555555;
    background-repeat: repeat;
    background-size: contain;
 margin: 10px 5px 5px 6px;
 width: 265px;
 height: 3500px;
}

#footer {
 clear: both;
 float: left;
 background-image: url("krap.jpg");
    background-repeat: repeat;
    background-size: contain;
 width: 100%;
 height: 300px;
}

h1, h2, h3 {
   padding: 20px;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

   body {
       font-family: calibri;
       background-color: black;
    background-repeat: repeat;
    background-size: contain;}


