/* doesn't read external css background-image properties
they need to go in the document
*/

body {
  background-color: #ffffff;
  font-family: verdana, helvetica, arial, sans-serif;
  color:#330000;
}

.outer {
  width:780px;
  margin:auto;
  vertical-align:top;
}

.l {
  width:60%;
  text-align:left;
}

.r {
  width:40%;
  text-align:left;
}

.banner {
  margin:0;
  border-width:0 0 1px 0;
  border-style:solid;
  border-color:#333399;
}

.menu_bott {
  text-align:center;
  margin:20px 0;
  border-width:1px 0;
  border-style:solid;
  border-color:#333399;
}

.cent {
  text-align:center;
}

.cent-pad {
  text-align:center;
  padding:10px;
}

.ftr {
  text-align:center;
  padding:250px 50px 100px 50px;
}

.cent-l {
  width:50%;
  text-align:left;
}

.cent-r {
  width:50%;
  text-align:left;
}

.nar-l {
  width:30%;
  text-align:left;
}

.nar-r {
  width:70%;
  text-align:left;
}

.third {
  width:33%;
  text-align:left;
}
