body {
   text-align: center; /* for IE */

}

#center{
  	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 920px;

    padding:0px;
}

#page{
   width:920px;
   height:870px;
   margin:0px ;
   padding:0px;
   border:1px solid black;
  font-family: Arial, Helvetica, sans-serif ;
  overflow:
}



#menu{
  float:left;
  width:200px;
}
.menuspace{
   height:7px;
   font-size: 0px;
}
.menusubspace{
   height:3px;
  font-size: 0px;
}


.menuitem{
   height:16px;
   width:180px;
   padding-left:10px;
   background-image:url('/images/menubase.jpg');
   background-repeat:no-repeat;
   background-position:bottom left;
  font-size: 14px;
  font-weight: bold
}

.menusubitem{
   height:16px;
   width:150px;
   padding-right:30px;
   background-image:url('/images/menubase.jpg');
   background-repeat:no-repeat;
   background-position:bottom left;
  font-size: 12px;
  text-align: right;
}

.menuitem a:visited, .menuitem a:link, .menuitem a:active, .menusubitem a:visited, .menusubitem a:link, .menusubitem a:active{
  text-decoration:none;
  color: #000000;
}

.menuitem a:hover, .menusubitem a:hover{
  text-decoration:none;
  color: #BF9E73;
}


#right{
  width:720px;
  height:770px;
  /*overflow: auto; */
  float:left;
  background-color: #A39161;

}


#title{
  height:120px;
  width:720px;
  background-image:url('/images/homeheaderx.png');
  background-position:right;
  background-repeat:no-repeat;
  font-family: Arial, Helvetica, sans-serif  ;
  color: #FFFFFF;
  text-align: right;
  background-color: #000000
}



#titletext{
  font-family: Arial, Helvetica, sans-serif  ;
  color: #FFFFFF;
  position:relative;
  top:90px;
  left:20px;
  text-align: left;
  font-weight: bold
}


#content{
  width:670px;
  color: #FFFFFF;
  padding-left:20px;
  padding-right:0px;

  float:left;
}
#content a:visited, #content a:link, #content a:active {
  text-decoration:none;
  color: #ffffff;
}

#content a:hover{
  text-decoration:none;
  color: #000000;
}

#contentleft{
   float:left;
   width:390px;
   height:100%;
}

#pagemenu{
  float:left;
  width:200px;
  padding-left:20px;

}

#pictureright{
  float:left;
  padding-left:20px;
  padding-right:20px;
}

#ads{
  float:right;
  width:120px;

}


#footer{
  position:relative;
  left:0;
  bottom:157px;
  height:160px;
}

#offer{
  font-weight:bold;
  font-size:22px;
  color:RED;
  background-color:yellow;
  text-align:center;
}
#offersmall{
font-size:14px;
color:black;
}

TR.footer {
  background: #ffffff;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #ffffff;
  font-weight: bold;
}
.blackfooter {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
}
.footeraddress {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #000000;

}

TR.home {
  background: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold
}

TD.home {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
}












