/* begin of style.css */


body {
  background: #FFF;
  font: 11px Arial, Sans Serif;
  color: #999;
  margin: 0px;
  text-align: center;
  min-width: 770px;
}

p {
  font-size: 11px;
  line-height: 16px;
}

h1 {
}

h2 {
}

h3 {
  font: bold 16px;
}

a {
  color: #33c;
  text-decoration: none;
}

a:hover {
  color: #f93;
  text-decoration: underline;
}

/*-------WRAPPER Styles-------*/

#wrap1 {
   width:770px;
   margin:0 auto;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
}

div#up {
  width: 100%;
  height: 144px;
  background: url('up.png');
  }
  
div#up h1 {
  margin: 0px;
  position: absolute;
  top: 50px;
  left: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  }
  
div#up h2 {
  margin: 0px;
  position: absolute;
  top: 35px;
  left: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  }
  
div#up h3 {
  margin: 0px;
  position: absolute;
  top: 70px;
  left: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  }

td.mainMenu {
  width: 190px;
  height: 100%;
  background: #f96 url('main_menu_back.png') top left repeat-y;
  margin: 0px;
  }

td.mainMenu a {
  display: block;
  background: url('menu_item_left.gif') top left no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: #33f;
  padding: 5px;
  padding-left: 15px;
  }
  
td.mainMenu a.sub {
  background: url('menu_item_right.gif') top right   no-repeat;
  padding-left: 50px;
  color: #88f;
  }
  
td.mainMenu a:hover {
  color: #f93;
 }

td.text {
  background: #eee;
  margin: 0px;
}

td.text h1 {
  margin: 45px;
  margin-bottom: 10px; 
  font-size: 26px;
  font-weight: bold;
  color: #009;
}

td.text h1 strong {
  color: #f60;
}

td.text h2 {
  margin: 45px;
  margin-top: 10px;
  margin-bottom: 10px; 
  font-size: 16px;
  font-weight: bold;
  color: #669;
}

td.text a {
  color: #33f;
}

td.text a:hover {
  color: #f93;
}

td.text p {
  margin: 45px;
  margin-top: 10px; 
  margin-bottom: 10px; 
  font-size: 14px;
  color: #669;
}

td.text li {
  list-style-type: none;
  margin: 5px;
  margin-top: 0px; 
  margin-bottom: 0px; 
  font-size: 14px;
  color: #669;
}

td.text img {
  float: right;
  margin: 10px;
  margin-right: 45px;
  border-left: solid #66c 2px;
  border-top: solid #66c 2px;
  border-right: solid #006 2px;
  border-bottom: solid #006 2px;
}

td.text a img {
  border-left: solid #66c 2px;
  border-top: solid #66c 2px;
  border-right: solid #006 2px;
  border-bottom: solid #006 2px;
}

td.text a img:hover {
  border-left: solid #930 2px;
  border-top: solid #930 2px;
  border-right: solid #f93 2px;
  border-bottom: solid #f93 2px;
}

td.rightBarLay {
  background: #eee;
  margin: 0px;
}  

div.rightBar {
  background: #e0e2e2 url('right_bar.png') top right repeat-y;
  border: solid #999 1px;
  border-top: 0px;
  color: #669;
  font-style: italic; 
}

div.rightBar h3 {
  background: url('right_bar_top_orange.png') top right no-repeat; 
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  height: 17px;
}

div.rightBar h3.red {
  background: url('right_bar_top_red.png') top right no-repeat; 
}

div.rightBar p {
  margin: 10px;
}

div.rightBar li {
  font-size: 12px;
}

div#author {
  clear: both;
  width: 100%;
  margin: 0px;
  background: #222;
}  

table#mainLay {
  border-collapse: collapse;
}

table#mainLay td {
  vertical-align: top;
  padding: 0px;
}
