html {
  text-align:  center;
  font-family: "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
}

body {
  background-attachment: fixed;
  background-image:      url(../images/background.jpg); 
  background-position:   0px 0px; 
  background-repeat:     repeat-x; 
  margin:                auto;
  text-align:            center;
  color:                 #EEEEEE;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 16px;
}

p {
  font-size: 12px;
}

p a {
  font-size:   1.2em;
  font-weight: bold;
}

li {
  font-size: 12px;
}

a:link, a:hover, a:active, a:visited {
  color:           #CCCCCC;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
}

div.sidebar-component {
  margin: 4px;
}

th {
  background:        #000000;
  background-image:  url(../images/td_header.jpg); 
  background-repeat: repeat-x; 
  font-size:         14px;
  font-weight:       bold;
  padding:           8px;
  text-align:        center;
}

table.sidebar td {
  font-size: 9px;
}

table.sidebar td a img {
  border: 1px solid #000000;
}

table.sidebar td a:hover img {
  border: 1px solid #FFFFFF;
}
#intro td {
  font-size: 12px;
}
#intro td a img {
  border: 1px solid #000000;
}
#intro td a:hover img {
  border: 1px solid #FFFFFF;
}

#container {
  margin:           auto;
  margin-top:       16px;
  margin-bottom:    16px;
  width:            800px;
  padding:          8px;
  background-color: #222222;
  border:           8 solid #000000;
}

#menu {
  padding:   8px;
  font-size: 14px;
}

#content {
  background-color: #222222;
}

#footer {
  font-size:  9px;
  margin:     auto;
  text-align: center;
}

#google-searchbox td {
  margin:     auto;
  text-align: center;
}

.amazon {
  width: 100%;
}

.amazon table {
  width: 100%;
}

.amazon table th {
  text-align: center;
  width:      100%;
}

.amazon table td {
  text-align: center;
}

.amazon table td a img {
  border: 1px solid #000000;
}

.amazon table td a:hover img {
  border: 1px solid #FFFFFF;
}


