BODY{
  width: 760px;
  margin: 0 auto; 
  background-color: #EAF2E6;	
  font-family: arial;
}

a {
  color: black;
  font-family: arial;
  font-weight: bold;
  font-size: 14;
}

div.float-left {
  float: left;
}

div.clear-both {
  clear: both;
}

div.content-row {
  margin: 10px;
}

div.paragraph {
  font-family: arial;
  font-weight: bold;
  font-size: 14;
}


div#site-title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 48;
}

div#site-sub-title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
  font-size: 18;
}

div#page-title {
  width: 30%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 18;
}

div#left-nav {
  width: 20%;
}

div#main-content {
  width: 80%;
}

div#bottom-nav {
  margin: 10px;
  font-size: 12;
}

TABLE{
  vertical-align: top;
}
 
 
 
 
.t_height{
height:100%;
}
 
.amaz_title {background:gray;}
.amaz_td {background:#dddddd;}
