html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin : 0;
  padding : 0;
  border : 0px none;
  font-weight : inherit;
  font-style : normal;
  font-size: 1em;
  line-height : 1.04;
  font-family : inherit;
  text-align : justify;
}
body {
  background-color: #401919;
  /*background-image: url('BG12.png');*/
  /*color : #6B6457;*/
  text-align: center;                          /* Centers the container */
  margin: 0px;
  padding: 0; 
  font-style:normal; 
  font-variant:normal; 
  font-weight:normal; 
  font-size: 95%; 
  font-family:Arial, sans-serif
}
.p {text-align: justify;  
}
#wrapper {
  width: 13500px;
  margin: 0 auto;
  /*background-color: #ffffff;*/
  color : #6B6457;
  border: 0px solid #999;
  position: relative;
}
#home {position: absolute; padding: 0px 0px 0px 0px; top:0px;}

#iframe1 {
  padding: 0px;
  position: absolute;
  top: 102px;
  background-color: #d9d7ba; }

#c1, #c2, #c3, #c4, #c5, #c6, #c7, #c8{
  padding: 10px;
  position: absolute;
  top: 65px;
  bottom: auto;
  border-left:2px solid #B7B0DF; 
  border-right:2px solid #B7B0DF; 
  border-top:2px solid #d5d1ed; 
  border-bottom:2px solid #d5d1ed; 
  background-color: #f6ffd5; 
}
#pic, #pic1{
  position: absolute;
  bottom: auto;
  background-color: #ffffff;
  color: black; 
  border-left:2px solid #a6895d; 
  border-right:2px solid #a6895d; 
  border-top:2px solid #c4b63c; 
  border-bottom:2px solid #c4b63c;
  text-align: center; 
  margin-top: 1px; 
  margin-bottom:0px;
  margin-left: 1px; 
  margin-right:1px; 
  padding-left: 1px; 
  padding-right:1px; 
  padding-top: 1px; 
  padding-bottom: 1px 
}
.bold {font-weight : bold; color: #4a0000; padding-left: 10px;}
.bold2 {font-weight : bold; color: blue; padding-left: 10px;}
.small80 {font-size: 80%;}
.small90 {font-size: 90%;}
#header { position: center; width: 100%; color: #fff; top:0px; padding-left:50px; padding-right:0px; padding-top:5px; padding-bottom:0px}
#header2 { position: absolute; left: -1px; padding: 3px 20px 73px 50px; width: 100%; color: #ffff0d; background-color: #59002d; bottom:auto; top:25px;}
#nav { position: absolute; left: 525px; top: 45px; bottom: auto; padding: 7px 0px 25px 10px; width: 100%; }
#c1 {left: 20px; width: 430px; }
#c2 {left: 6945px; width: 430px; top:350px; background-color: #fff;}

#iframe1 {left: 490px; width: 950px; background-color: #fff; }
#c3 {left: 1465px; width: 420px; top:102px; }
#c4 {left: 20px; width: 430px; top:320px;}
#c5 {left: 2405px; width: 420px; }
#c6 {left: 2865px; width: 600px; }

#pic1 {position: absolute; left:4457px; width: 270px; top:295px; background-color: #f6ffd5;}

#c8 {left: 3480px; width: 200px; top:140px; }
#c7 {left: 10100px; width: 90px; }
a:hover{ color: red; }

h1 {
  font-family : Arial, 'sans serif';
  font-weight : bold;
  font-size : 100%;
  padding-left: 0px;
  padding-top:0px;
  padding-bottom:5px;
  /*color : #FFAC2F;*/
}
h2 {
  font-family : Arial, 'sans serif';
  font-weight : bold;
  font-size : 130%;
  color : blue;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:0px;
  /*text-shadow: 0 0 0.2em #fff, 0 0 0.2em #000, 0 0 0.2em #000;*/
}
h3 {
  font-family : Arial, 'sans serif';
  font-weight : bold;
  font-size : 100%;
  color : blue;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:0px;
  /*text-shadow: 0 0 0.2em #fff, 0 0 0.2em #000, 0 0 0.2em #000;*/
}
 h4, h5, h6 {
  font-family : Arial, 'sans serif';
  font-size : 120%;
  font-weight : bold;
  color : blue;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:10px;
}

.htab{
  padding: 3px 0;
  margin-left: 0;
  position: absolute;                      /*add position: fixed; or position: absolute*/
  font:  100% "times new roman", "courier new", Arial, Verdana;
  border-bottom: 1px solid gray;
  list-style-type: none;
  text-align: center;                 /*set to left, center, or right to align the menu as desired*/ }

.htab li{
  display: inline;
  margin: 0; }

.htab li a{
  text-decoration: none;
  padding: 3px 7px;
  margin-right: 3px;
  border: 1px solid gray;
  border-bottom: none;
  background-color: #d9d7ba;
  /*background-color: #f6ffd5;*/
  color: blue; }

.htab li a:visited{
  color: red; }

.htab li a:hover{
  background-color: #DBFF6C;
  color: red; }

.htab li a:active{
  color: red; }

.htab li.selected a{ /*selected tab effect*/
  position: relative;
  top: 1px;
  padding-top: 4px;
  background-color: #DBFF6C;
  color: black; }
  
.vtab{
  border-left:1px solid #C0C0C0;
  border-right:1px solid #C0C0C0;
  border-top:1px solid #C0C0C0;
  border-bottom:0px solid #C0C0C0;
  position: absolute;                     /*add position: fixed; or position: absolute;*/
  background-color: #f6ffd5;
  width: 200px }

* html .vtab{            /*IE only rule. Original menu width minus all left/right paddings */
  width: 178px; }

.vtab ul{
  padding: 0;
  margin: 0;
  list-style-type: none; }

.vtab a{
  font-weight: normal;
  display: block;
  width: 100%; /*Define width for IE6's sake*/
  color: blue;
  text-decoration: none;
  border-bottom: 1px solid #C0C0C0; 
  font-style:normal; 
  font-variant:normal; 
  font-size:95%; 
  font-family:arial; 
  padding-left:3px; 
  padding-right:3px; 
  padding-top:4px; 
  padding-bottom:4px }

.vtab a:visited{color: red;}

html>body .vtab a{ /*Non IE rule*/ width: auto; }

.vtab a:hover{
  background-color : #dbff6c;
  color : red; }