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


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

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

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

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

.clear {
  clear:            both;
}


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

a:hover {
  text-decoration:  underline;
  color:            #39697A;
  font-weight:      bold;
}


/* ---------------------------------------------------------------------- */
/* MAIN AND HEADER DEFINITIONS */
/* ---------------------------------------------------------------------- */
#main {
  width:            908px;
  margin-left:      auto;
  margin-right:     auto;
  background-color: #FFFFFF;
}

#frame {
  margin-bottom:    4px;
  border:           4px solid #FFFFFF;
  background-color: #FFFFFF;
}

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

#header h1 {
  margin-top:       30px;
  margin-right:     20px;
  text-align:       right;
  font-size:        2em;
  color:            #999999;
}

#header .testversion {
  font-weight:      bold;
  color:            #FF0000;
  text-align:       right;
}

#header .testcomment {
  font-weight:      bold;
  color:            #FF0000;
  text-align:       center;
}


