* {
  margin: 0;
  padding: 0;
}
/* mac hide \*/

html, body{
  height: 100%;
  width: 100%;
}
/* end hide */

body {
  background-color: #006633;
  text-align: center;
  margin: auto;
/*  min-height: 550px;/* for good browsers*/
  min-width: 800px;/* for good browsers*/
  max-width: 850px;
}


#outer{
  width: 100%;
  display: table;
 vertical-align: middle;
 text-align: center;
}



#container {
  text-align: center;
  position: relative;
/*  vertical-align: middle; */
 /* display: table-cell; */
 text-align: center;

}


#inner {
  width: 800px;
  background-color: #000000;
  text-align: center;
  border: 1px solid #000;
}


#banner{

position: static;
  width: 800px;

  height: 120px;
}

#menu {
 width: 800px;
 text-align: left;
 padding-bottom: 50px;
 .padding-top: 15px;
 font-family: "Trebuchet MS";
 font-weight: bold;
 color: #ffcc66;
 padding-left: 10px;
}

#menu a{
  text-decoration: none;
   font-family: "Trebuchet MS";
}

#menu a:link{
 color: #FFCC66;

}

#menu a:visited {
  color: #CC9900;
}
#menu a:hover {
  color: #CC0000
}
#menu a.now:link{
 color: #FFCC66;

}


/* a:link {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: gray;
  font-weight: normal;
}

a:active {
  color: red;
}

a:hover {
  color: #993300;
  text-decoration: underline;
}  */

a.button {
  background: url(bg-norm.jpg);

display: inline;


  height: 30px;
  padding: 4 1 4 1;
  text-align: left;
  font-family: Trebuchet MS;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
/*  text-align: center; */
/* color: #333399; */
  border: none;
  letter-spacing: 1px;
}

a.button:link {
  color: #FFCC33;
  text-decoration: none;
    border: none;
}

a.button:visited {
  color: #FFCC33;
  text-decoration: none;
    border: none;
}
a.button:active {
  color: #ffffff;
  text-decoration: none;
    border: none;
}
a.button:hover {
  color: #ffffff;
  background: url(bg-over.jpg);

    border: none;
}

#art {
  float: left;
  vertical-align: top;
}

#info {
/*  padding-top: 100px; */
  width: 255px;
  float: right;
  text-align: left;
  background-color: #000000;
  vertical-align: top;
  .margin-right: -5px;
}

img {
  border: none;
}
#art img{
  vertical-align: top;
}

p.title{
  text-align: left;
  color: #CC0033;
  font-family: Arial;
  padding-top: 15px;
  padding-left: 15px;
  font-size: 2em;

}

#info p, #art p {
  font-family: Trebuchet MS;
  font-size: 12px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 110%;
  color: #FFCC33;
}

#info p.title {
  padding: 0;
  font-size: 1.2em;
  color: #993300;
}
#info p.data{
  font-style: italic;
  color: silver;

}



hr.left{
  color: #CC9900;
  border-bottom-style: inset;
  height: 2px;
}

p{
  margin-top: 0px;
  padding-top: 6px;
}
#info p.home {
  color: #cc0033;
}
#info p.homep {
  color:#CCCCCC;
  float: left;
  font-size: .9em;
  padding-left: 20px;
  width: 190px;
}
img{
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
  float: left;
}

img.home {
  float: left;
  padding-top: 0;
  padding-left: 10px;
  padding-bottom: 20px;
  vertical-align: top;

}


#footer{
  clear: both;
  width: 800px;
  .width: 810px;
  height: 30px;
  font-family: Trebuchet MS;
  text-align: center;
  background-color: #006633;
  color: #DDDDDD;
  font-size: 9px;
}

#footer a:link{
  color: #FFFFFF;
}

#footer a:visited{
  color: #B0B0B0;
}

#footer a:hover{
  color: #cc0033;
}

