body {
	margin:0;
	padding:0;
    background-color: #8A6631;
	font: bold 11px/1.5em "Trebuchet MS";
    color: #8A6631;
}

/************************************ content frame *****/
#container{
   margin: 0 auto;
   padding: 0;
   width: 700px;
   /* change this on page to fill shortest column */
   background-color: #FFCC66;
}
/************************************ banner space *****/
#banner{
   padding: 0;
   margin: 0;
   width: 700px;
   height: 60px;
   background-image: url(amartban2.gif);
   background-repeat: no-repeat;
   background-color: #000000;
   color:#E1CA24;
   padding-top: 10px;
   font-size: 18px;
   float: left;
}

#banner h1{
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  font-size: 14px;
  color: #BDBC91;
}
/*************************************** left column settings *****/

#content {
  width: 700px;
}
/********************************* 2nd col - main content - settings *****/
#listleft{
  padding: 0 0 5px 0;
  margin: 0;
  width: 340px;
  float: left;
  background-color: #FFCC66;
}

#listright{
    padding: 0 5px 0 0;
    width: 340px;
    float: right;
    width: 350px;
    background-color: #FFCC66;
    float: right;
}

img {
display: run-in;
float: left;
padding: 0 5px 0 0;
}


p.head {
  font-size: 1em;
  font-weight: bold;
  color: #CC0033;
  padding-left: 5px;
  line-height: 100%;
  _margin-bottom: -8px;
  .margin-bottom: -14px;
}

p.text{
  font-size: 1em;
  font-weight: normal;
  line-height: 105%;
  color: black;
  padding-left: 5px;
  letter-spacing: 0.4px;
}

p.text span {
display: block;
text-align: right;
font-style: italic;
color:
#527A7A;
}

/*************************************footer settings*************/
#fullfooter{
  clear: both;
  /* if height is not specified, footer bgcolor will fill any short columns */
  height: 20px;
  font-size: 82%;
  padding-left: 200px;
  background-color: #CC3333;
  color:#FFFFCC;
}
/* following is used to make the type in each column be visually on the
   same horizontal line. The fonts used are different sizes, so percentages
   and ems won't work. And using this avoids messing with the margins.  */

#content.hspace {
    height: 10px;
  }
