/* Version: 25-Feb-2008 14:09 --> */

a:link { color: blue; text-decoration: none }
a:visited { color: #8B4513; text-decoration: none }
a:active { color: red; text-decoration: none }
a:hover { color: green; text-decoration: none }

.body_main {
  background-image:url('images/background_15pct.gif');
  background-attachment: fixed;
}

.div_test {
  text-align: center;
}


.div_main {
  width:800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.div_vendor {
  width:350px;
}

.div_info {
  width:600px;
  margin-left: auto;
  margin-right: auto;
  color:#000000;
}

.head_1 {
  text-align:center;
  font-size: 30px;
  font-family: "Alba Super";
  color:#000099;
}

.head_2 {
  text-align:center;
  font-size: 20px;
  font-family: "Comic Sans MS";
  color:#000099;
}

.head_3 {
  text-align:center;
  font-size: 25px;
  font-family: "Comic Sans MS";
  color:#000099;
}

.style_1r {
  text-align:right;
  font-size: 18px;
  font-family: "Comic Sans MS";
  color:#000099;
}

.style_1l {
  text-align:left;
  font-size: 18px;
  font-family: "Comic Sans MS";
  color:#000099;
}

.style_1lp {
  text-align:left;
  font-size: 14px;
  font-family: "Comic Sans MS";
  color:#000099;
}

.style_2 {
  font-size: 24px;
  font-family: "Germany";
  color:#663300;
}

.style_3 {
  text-align:center;
  font-size: 18px;
  font-family: "Comic Sans MS";
  color:#000099;
}
.style_3b {
  text-align:center;
  font-size: 18px;
  font-family: "Comic Sans MS";
  color:#000000;
}

.style_4 {
  width:600px;
  text-align:left;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-family: "Comic Sans MS";
  color:#000000;
}

.style_5 {
  text-align:center;
  font-size: 22px;
  font-family: "Comic Sans MS";
  color:#000000;
}

.style_6 {
  text-align:left;
  font-size: 18px;
  font-family: "Comic Sans MS";
  color:#000000;
}

/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/
#menu1 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
#menu1 a:active {color:black;text-decoration:none;}
#menu1 a:hover {color:black;background-color:#FFFF99}
#menu1 a:visited {color:black;text-decoration:none;}
/*End Menu Links*/
