/* CSS Document */
body { 
  color:#fff;
  background: #000 url(../background/fire2.jpg) repeat-y;
  font-family: Arial,Helvetica,sans-serif; 
  font-size: 12px; 
  margin: 10px 10px 10px 150px;
  padding: 0px;
}

a:link { font-family:Arial,Helvetica; color:#ccc; font-size:14px; }
a:visited { font-family:Arial,Helvetica; color:#999; font-size:14px; }
a:active, a:hover { font-family:Arial,Helvetica; color:#f90; font-size:14px; }

h1 { 
  font-size: 26px; 
  color: #f90;
  text-align: center;
}

h2 { 
  font-size: 20px; 
  color: #ccc;
  text-align: center;
  font-weight: normal;
}

h3 { 
  font-size: 16px; 
  color: #f90;
  text-align: right;
  font-weight: bold;
  margin-bottom: 5px;
}

ul { padding: 0; margin: 10px 0; list-style-type: none; text-align: right; }
li { 
  padding-left: 10px; 
  line-height: 1.4em; 
  font-size: 14px; 
}
img { border: none; }

#container {
  width: 620px;
}

#footer {
  margin-top: 40px;
  text-align: center;
  clear: both;
}

