
body {  
  background-color: #222222; 
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

/* ===============
     DIVS
   =============== */

#header {
  width: 880px;
  background: #ffffff;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 4px solid #222222;
}

.side {
  width: 196px;
  background: #ffffff;
  padding: 5px;
  border-right: 4px solid #222222;
  text-align: left;
}

.content {
  width: 660px;
  background: #ffffff;
  padding: 10px;
  text-align: left;
}

#footer {
  width: 880px;
  background: #ffffff;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 4px solid #222222;
}

/* ===============
     PARAGRAPHS
   =============== */

p {
  font-family: verdana, helvetica, arial;
  font-weight: normal;
  color: #000000;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}

p.center {
  text-align: center;
}


/* ===============
     FORMS
   =============== */

/* ===============
     LINKS
   =============== */

a {
  text-decoration: underline;
  color: #ff33cc;
  font-family: verdana, helvetica, arial; 
  font-size: 12px;
  font-weight: normal;
}



/* ===============
     HEADINGS
   =============== */

h1 {
  font-family: tahoma, helvetica, arial;
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: bold;
  text-align: left;
  color: #ff33cc;
}

/* ===============
     IMAGES
   =============== */
