* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Courier New, Courier, mono;
 color: #000000;
 background-color: #000033;
 font-size: 12px;
}
p {
  margin: auto;
  padding: auto;
}

#wrapper {
 width: 900px;
 margin: 0 auto;
 background-color: #C9C9BE;
}
#splash {
  padding: 0px 10px 0px 10px;
  width: 900px;
  height: 597px;
  background-image: url(img/splash.jpg);
  background-repeat: no-repeat;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
#splash a {
  color: #FFFFFF;
}

#aboutContent {
  padding: 20px 0px 0px 0px;
  width: 900px;
  color: #000;
  background-color: #ccc;
  min-height: 433px;
  line-height: 1.25em;
}
* html #aboutContent {height:433px} /* IE Min-Height Hack */

#aboutContent p {
  margin: 10px 20px 0px 20px;
}
#aboutContent h3 {
  margin: 20px 20px 0px 20px;
}
#aboutContent h2 {
  margin: 20px 20px 0px 20px;
}

#navbar {
 color: #6699CC;
 font-weight: bold;
 margin: 0px 0px 0px 0px;
 padding: 2px 4px 2px 0px;
 background-color: #333333;
 text-align: right;
}
#header {
 width: 100%;
 height: 80px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 10px 0px;
 background-color: #C9C9BE;
  background-image: url(img/headerBorder.gif);
  background-repeat: no-repeat;
  background-position: -0px 48px;
}
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 0px 0px;
 padding: 0px;
 display: inline; /* IE Hack */
 width: 250px;
 float: left;
 background-color: #C9C9BE;
 min-height: 550px;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

#leftcolumn select {
  width: 240px;
  margin: 4px 0px 0px 0px;
}


#centercolumn {
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 0px;
 width: 650px;
 float: left;
 min-height: 300px;
    background-color: #CCC;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */

#footer {
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 6px 0px 6px 0px;
 float: left;
 width: 100%;
 text-align: center;
 background-color: #333333;
 color: #6699CC;
 font-weight: bold;
}

#map {
    float: left;
    width: 650px;
    height: 550px;
    background-color: #CCC;
}

/* Movie Info Bubble */
#movieArea {
    text-align: center;
    color: #CCC;
    background: #333;
    padding: 20px 20px 20px 20px;
}
#tagline {
  width: 400px;
  position: relative; top: 5px; left: 20px;
  font-size: 14px;
}
#broughtToYou {
  width: 400px;
  position: relative; top: -20px; left: 465px;
}
#broughtToYou a {
  color: #000;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -2.2px;
  margin: 0px 0px 0px 5px;
}

#navbar a{
  text-decoration: none;
 color: #6699CC;
 font-weight: bold;
}
#leftcolumn a{
  color: #000;
}
#footer a{
  text-decoration: none;
 color: #6699CC;
 font-weight: bold;
  text-decoration: underline;
}
a{
  color: #333;
}

div.extraInfo {
  margin: 10px 0px 10px 0px;
}
div.extraImageBox {
  text-align: center;
}
div.extraMore {
  margin: 10px 0px 0px 0px;
  text-align: center;
}

#content {
  padding: 0px 20px 0px 20px;
  min-height: 500px;
}
* html #content {height:433px} /* IE Min-Height Hack */

#content li {
  margin-left: 20px;
}

div.extraInfo {
   font-size: 12px;
}

div.extraInfo .item {
  font-weight: bold;
}

#extraImgBox {
  text-align: center;
  width: 500;
}