
/* Hides from IE5-mac \*/
* html  #top_bg {
	position: relative;
    background:#330;
  	margin-top: -50px;
  	margin-left: -50px;
  	margin-right: -150px;
  	margin-bottom: 0px;
    z-index: 90;
    width: auto;
    height: 75px;
	border-bottom: 1px solid #777;
		}

/* Hides from IE5-mac \*/
* html 	#bottom {
		position: absolute;
        background-color: #330;
        margin-top: 500px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
        width: 100%;
        height: 80px;
	    border-top: 1px solid #666;
        z-index:150;
		}

/* Hides from IE5-mac \*/
* html  #left {
		position: absolute;
        background-color: transparent;
       margin: 100px 0;
	   border: 0px solid #fff;
       z-index:155;
		}


/* Hides from IE5-mac \*/
* html 	#middle {
	 position: absolute;
     background-color: transparent;
      margin: 0px 50px 0px 35%;
	  padding: 0 0 0 10px;
      z-index:1;
	  border: 0px solid #fff;
	  width: 65%;
	  height: 1%;
		}

 
/* Hides from IE5-mac \*/
* html  .basecap {
  font-family: Optima,Palatino,Georgia,"Times New Roman";
  font-size: 4.2em;
  color: #560;
  }

/* Hides from IE5-mac \*/
* html  .basetext {
  font-family: Garamand,Georgia,Palatino,"Times New Roman";
  font-variant: normal;
  text-decoration: underline;
  letter-spacing: -0.3em;
  font-size: 4.0em;
  color: #560;
  }




* html  .golditalic {
  font-family:Optima, Palatino, "Garamand Classic Light",Georgia,"Times New Roman";
 vertical-align: -10%;
  font-style: oblique;
  font-size: 5.0em;
  color: #660;
  } 



/* Hides from IE5-mac \*/
* html 	#menu {
	  position: absolute;
      margin: 160px 10px 10px 0px;
	padding: 0.2em  0 0.2em 120px;
	  width: auto;
      z-index:200;
    border: 0px solid #666;
		} 


/*START MAC*/
	#top_bg {
	position: fixed;
    background:#330;
    margin-top:-1.5em;
    margin-left: -10px;
    margin-right:-100px;
    margin-bottom:0px;
    z-index: 90;
    width: 100%;
    height: 95px;
	border-bottom: 1px solid #777;
		}

	#middle {
	   position: absolute;
      background-color: #000;
      margin: 40px -50px 0px -10px;
	  padding: 60px 80px 0px 380px;
      z-index:1;
	  width: auto;
	   min-height: 450px;
		}

	#left {
		position: fixed;
       margin: 120px -10px 10px -10px;
       padding: .2em;
	   width: auto;
       z-index:95;
		}
	#menu {
	  position: fixed;
      margin: 255px 10px 10px 130px;
	  padding: .2em;
	  width: auto;
      z-index:200;
	 border: 0px solid #fff;
		}

	#right {
		position: absolute;
        background-color: transparent;
        margin: 80px 0px 0px 0px;
        padding: 0em;
	    width: 520px;
	   height: 250px;
	background-repeat: no-repeat;
       z-index:100;
		}
	#bottom {
		position: fixed;
        background-color: #330;
        margin: 530px -10px -0px -10px;
        width: auto;
        height: 280px;
	    border-top: 1px solid #666;
        z-index:80;
		}
