/* fango.org style */

*{
margin:0;
padding:0;
}

body {
  font-family:sans-serif;
  font-size:1em;
  color:white;
  background:url(../images/iceplanet.jpg) no-repeat #000;
}

a{
  color:#ff9933;
  text-decoration:none;
  display:block;
  font-weight:100;
}

a:hover{
  background-color:#ff9933;
  color:white;
}

p{
  clear:both;
  color:#999;
}

ul{
  list-style-type:none;
}

li{
  border-bottom:1px dotted #333;
}

#wrapper {
  width:900px;
  position:relative;
  left:50%;
  margin-left:-450px;
}

#header {
  clear:both;
  padding:0 1em 0 0;
}

#header h1{
  text-align:right;
  font-size:100px;
  line-height:90px;
  font-weight:900;
  padding:10px 0 0 0;
  letter-spacing:-10px;
  color:#99c;
}

#header h2{
  text-align:right;
  font-size:62px;
  line-height:62px;
  font-weight:900;
  letter-spacing:-5px;
}

#header h3{
  text-align:right;
  font-size:30px;
  font-weight:bolder;
  padding:1em 0 0 0;
  letter-spacing:-2px;
}

#content {
  clear:both;
  padding:1em 0 0 0;
}

#content h3{
  font-size:30px;
  font-weight:100;
  letter-spacing:-2px;
  border-bottom:1px solid white;
}

#content #program{
  width:600px;
  float:left;
}

#content #info{
  width:280px;
  float:right;
}

#content #info p{
  color:#666;
  text-align:left;
  font-size:13px;
}

#content #info a.image{
  width:278px;
  height:100px;
  display:block;
  margin:1em 0 1em 0;
  background:url(../images/2003_cyan.jpg) no-repeat center;
  border:1px solid #ff9933;
}

#content #info a.image:hover{
  background:url(../images/2003.jpg) no-repeat center;
}

#content #programlist h4{
  font-size:25px;
  font-weight:100;
  letter-spacing:-2px;
}

#content #programlist p{
  color:#666;
}

#footer{
  padding:1em 0 0 0;
  clear:both;
}

#footer h3{
  font-size:20px;
  letter-spacing:-1px;
  border-bottom:1px solid white;
  font-weight:bolder;
}

#footer #contact a{
  display:inline
}

#footer p{
  font-size:11px;
  padding:0 0 1em 0;
  color:#666;
}

#footer ul{
  font-size:11px;
  color:#666;
}

#footer #contact{
  width:600px;
  float:left;
}

#footer #links{
  width:280px;
  float:right;
}

#footer #navi{
  width:280px;
  float:right;
  padding:2em 0 0 0;
}

#footer #disclaimer{
  width:600px;
  float:left;
  padding:2em 0 0 0;
}
