* {
  margin: 0;
  padding: 0;
}
/* mac hide \*/

html, body{
  height: 100%;
  width: 100%;
}
/* end hide */

body {
  background-color: #006633;
  text-align: center;
/*  min-height: 550px;/* for good browsers*/ */
  min-width: 750px;/* for good browsers*/
}

#outer{
  width: 100%;
  display: table;
 vertical-align: middle;
}

#container {
  text-align: center;
  position: relative;
/*  vertical-align: middle; */
  display: table-cell;

}

#inner {
  width: 750px;
  .width: 760px;
  background-color: #000000;

  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
}

#banner{

  width: 750px;
  height: 80px;

}

#art {
  float: left;
  width: 470px;
  vertical-align: top;
}

#info {
  width: 280px;
  .width: 270px;
  float: left;
  .float: right;
  text-align: left;
  background-color: #000000;
  vertical-align: top;

}

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;
  letter-spacing: 3px;
}

#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;
}


#art h1, h2 {
  color: #CC0033;
  font-family: Trebuchet MS;
  font-size: 1em;
  text-align: left;
  padding-left: 15px;
}
#art h1{

  color: #FFCC33;
  font-family: Trebuchet MS;
  font-size: 1.2em;
  text-align: left;
  padding-left: 15px;
}


#menu{

  font-family: Trebuchet MS;
  font-size: 14px;
  line-height: 150%;
  padding-left: 5px;
  color: #993300;
  text-align: center;
}

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: block;
  width: 200px;
  height: 30px;
  padding-top: 8px;
  font-family: Trebuchet MS;
  font-size: 1.2em;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
/* color: #333399; */
  color: #993300;
  letter-spacing: 2px;
  border: none;
}

a.button:link {
  color: #FFCC33;
  text-decoration: none;
}

a.button:visited {
  color: #0066CC;
  text-decoration: none;
}
a.button:visited {
  color: #FFCC33;
  text-decoration: none;
}

a.button:hover, a.button:active {
  background: url(bg-over.jpg);
  color: #ffffff;
}

hr.left{
  color: #CC9900;
  border-bottom-style: inset;
  height: 2px;
}

p{
  margin-top: 0px;
  padding-top: 6px;
}
#info p.home {
  color: #cc0033;

}

img{
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
  float: left;
}

img.home {
  float: left;
  padding-top: 0;
  padding-bottom: 20px;
  vertical-align: top;

}

#footer{
  clear: both;
  width: 750px;
  height: 28px;
  font-family: Trebuchet MS;
  text-align: center;
  vertical-align: middle;
  background-color: #006633;
  color: #DDDDDD;
  font-size: 9px;
}

#footer a:link{
  color: #FFFFFF;
}

#footer a:visited{
  color: #B0B0B0;
}

#footer a:hover{
  color: #cc0033;
}
