@import url("navigation.css");
@import url("advertisement.css");
@import url("content.css");
@import url("footer.css");
@import url("slimbox.css");

/* ---------------------------------------------------------------------- */
/* GLOBAL DEFINITIONS */
/* ---------------------------------------------------------------------- */
* {
  margin:           0;
  padding:          0;
}

body {
  margin:           0;
  background-color: #CCCCCC;
}

body, td, div, p, span {
  font-family:      Arial, Helvetica, Courier;
  font-size:        12px;
  font-weight:      normal;
}

hr {
  margin-top:       8px;
  margin-bottom:    8px;
  border:           1px solid #CCCCCC;
}

.clear {
  clear:            both;
}

.powered {
  text-align:       center;
  font-size:        10px;
  color:            #666666;
}


/* ---------------------------------------------------------------------- */
/* LINK DEFINITIONS */
/* ---------------------------------------------------------------------- */
a {
  text-decoration:  none;
  color:            #28A729;
  font-weight:      bold;
}

a:hover {
  text-decoration:  underline;
  color:            #28A729;
  font-weight:      bold;
}


/* ---------------------------------------------------------------------- */
/* MAIN, HEADER AND FOOTER DEFINITIONS */
/* ---------------------------------------------------------------------- */
#main {
  width:            900px;
  margin-left:      auto;
  margin-right:     auto;
  background-color: #FFFFFF;
  border:           1px solid #000000;
}

#header {
  float:            left;
  width:            900px;
  height:           330px;
  background:       url('../images/header.jpg') left top no-repeat #FFFFFF;
}

#footer {
  float:            left;
  width:            900px;
  height:           48px;

  border-top:       5px solid #CCCCCC;
  background:       url('../images/footer.gif') left top no-repeat #FFFFFF;
}

