body {
  margin 0 0 0 0;
  padding: 0 0 0 0;
  background: #eee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #f00;
}

h1 {
  text-align: left;
  font-size: 1.8em;
}

h2 {
  text-align: left;
  font-size: 1.5em;
}

h3 {
  text-align: left;
  font-size: 1.2em;
}

img {
  border: 0;
}

iframe {
  padding-left: 4px;
}

#header {
}

#logo {
  width: 200px;
  height: 200px;
  margin: 0;
  background: #000;
}

#title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 64px;
  text-align: center;
  border-right: 1px solid black;
  color: #192;
  background: #000;
}

#subtitle {
  font-family: Times New Roman, Times, serif;
  font-size: 20px;
  text-transform: uppercase;
}

#body {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  border-collapse: collapse;
  table-layout: fixed;
}

#menu {
  vertical-align: top;
  background: #000;
}

#menu ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  text-indent: 4px;
}
#menu li {
  padding-top: 2px;
  height: 32px;
  list-style: none;
  font-size: 18px;
  background: url(images/menu.png) repeat-x;
}

#menu li a {
  color: #192;
}

#menu li a:hover,
#menu li a.selected {
  color: #1f2;
}

#address,
#address a,
#address a:hover {
  color: #192;
  font-size: 14px;
}

#address {
  padding-left: 8px;
}

#content {
  padding: 16px 16px 16px 16px;
  border-right: 1px solid black;
  vertical-align: top;
  background: #ccc url(images/cloud.png) 0 0 repeat;
}

#footer {
  color: #192;
  border-right: 1px solid black;
  text-align: center;
  height: 32px;
  font-size: 14px;
  background: #000;
}

.specs {
  border: 1px solid black;
  background: #ccc;
}

.specs th {
  padding-left: 4px;  
  padding-right: 4px;
  background: #ccc;
  text-align: right;
  font-size: 14px;
}

.specs td {
  padding-left: 4px;
  font-size: 14px;
  background: #eee;
}

