/* CSS Document */

*{
  margin: 0;
  padding: 0;
}

body{

  text-align: center; /* inserted to deal with IE flaw.  Remember to specifically align all text blocks below. */
}
/* wrapper */
#wrapper{
  background-color: white;
  padding: 20px 0;
  width: 1000px;
  margin: 0 auto;
}

/* header */
#header{
  width: 720px;
  height: 78px;
  margin: 0 auto;
  background-color: #CCCC99;
  vertical-align: bottom; 
  font-family: Tahoma;
}

h1.title{
  color: black;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

h2.subTitle{
  color: #2B2B16;
  margin: 0;
}

#hspace{
  height: 10px;
}

/* content */
#content{
  width: 720px;
  height: 500px;
  margin: 0 auto;
  vertical-align: bottom;
}
.content-style{
  font-family: Tahoma;
  font-weight: thin;
  font-size: 20px;
}
.list-style{
  margin-left: 0;
  padding-left: 30px;
  list-style-type: square;
  font-family: Tahoma;
  font-weight: thin;
  font-size: 18px;
}

/* left */
#left{
  float: left;
  background-color: #CCCC99;
  text-align: left;
  font-color: black;
  width: 415px;
  height: 435px;
  padding: 25px 50px 0px 16px;
}
#left-top{
  width: 204px;
  height: 240px;
  padding: 10px 11px 10px 15px;
}
#left-bottom{
  color: #CCCC99;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  background-color: #999999;
  width: 203px;
  height: 180px;
  padding: 10px 12px 10px 15px;
}

/* Menubar */
#menubar{
  width: 800px;
  align: center;
}
#button{
  background-color: #666633;
  font-family: Tahoma;
  font-weight: bold;
  width: 40%;
  text-align: justify;
}
#space{
  float: center; 
  background-color: white; 
}
#1{
  float: left;
}
#2{
  float: none;
}
#3{
  float: right;
}
/* right */
#right{
  float: right;
  width: 230px;
}
#right-top{
  width: 204px;
  height: 240px;
  padding: 10px 11px 10px 15px;
}


img.background
{
  behavior: url(iepngfix.htc);
  width:100%;
  height:100%;
  display:block;
  position:relative;
} 

#right-bottom{
  color: white;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  background-color: #990033;
  width: 203px;
  height: 180px;
  padding: 10px 12px 10px 15px;
}
.address-style{
  font-weight: normal;
  font-size: 15px;
}
/* hover effects */
a:visited  {
  color: white; text-decoration: underline;
}
a:link  {
  color: white; text-decoration: underline;
}
a:active  {
  color: #C0FFC0; text-decoration: none;
}
a:hover   {
  cursor: hand; 
  background-color: #666633; 
  text-decoration: none;
}
/* float box below right #434343 */