/* page body Can't use rgb(x,x,x) for color. */
body { color: #000000; background-color: #ffffff;
       alink: #ccffff; link: #ffffff99; vlink: #ffcccc; }

/* Used with div id (#) to set overall page width. */
#container {
    max-width: 980px;
    margin: auto;
}

/* Used with associated div class (.) to format. */
.outer {
  width: 980px;
  height: 110px;
  background-image: url(pics/planetScape001.png);
}

.breadcrumb {
  float: left;
  width: 980px;
  height: 30px;
  font-family: sans-serif;
  font-size: 12px;
  color: #8888FF;
  padding-left: 10px;
}

.title {
  width: 100%;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 32px;
}

/* Picture area with space below for nav tabs image map. */
.picFrame {
  float: left;
  width: 600px;
  height: 480px;
  padding-right: 10px;
}

/* Top nav menu. Used with associated table class (.) to format. */
.menu {
  clear: both;
  width: 980px;
  background-color: #F6F6F6;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #3333FF;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
}
.mItem {
  width: 16%;
  text-align: center;
  color: white;
}

#rightDetails {
  float: right;
  width: 360px;
}

#description {
  clear: both;
}

h4 {
  font-size: 14pt;
  padding-bottom: 2px;
  padding-top: 2px;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
}

#footer {
  clear: both;
  width: 100%;
  font-size: 8pt;
  text-align: center;
}
