/* CSS Document */
#container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

body {
  font-family: Tahoma,Arial,"Times New Roman";
}

h1 {
  color: #D88424;
  font-size: 1.8em;
}

h2 {
  color: #D88424; 
}

p.temp {
  color: #0073FF;
  font-size: 1.25em;
  margin-right: 50px;
  text-align: justify;
  }

a {
  color: black;
}

#footer {
  width: 980px;
  height: 23px;
  margin-left: 0 auto 0 auto;
  margin: 0 auto 0 auto;
  padding-left: 3px;
  float: left;
  background-image: url('../images/footer_gradient.jpg');
  background-repeat: repeat-x;
  font-size: .8em;
}

#header {
  text-decoration: bold;
  font-size: 1.5em;
  color: #C37624;
}

/*left column*/
#maincontent {
  padding: 15px, 10px, 0px, 10px;
  width: 785px;
  float: left;
}

#maincontent #content {
  padding: 10px 10px 0 10px;
}

#info {
  text-align: justify;
  padding-left: 6px;
  padding-right: 6px;
}                
/*end left column*/

/*right column*/
#altcontent {
  float:left;
  height: auto;
  width: 190px;
}

#altcontent #content{
  padding: 10px 10px 0 20px;
}

#altcontent #content #pandora {
  padding: 10px 5px 0px 25px;
}                   
/*end right column*/