/*

     VIDRIOS ARISTA STYLE SHEET

*/

body
{
  background: #fecb98;
  background-image: url('images/leftcorner.png');
  background-position: top left;
  background-repeat: no-repeat;
  padding: 60px 170px 60px 170px;
}


#outside-frame
{
  z-index: 1;
  position: relative;
  width: 100%;
  border: solid 5px #000000;
  background-color: #ffffff;
  padding: 5px 5px 5px 5px;
}

#header
{
  position: relative;
  width: 100%;
  height: 9.0em;
  background: #e38b09 url('images/topbg.gif') repeat-x;
  margin-bottom: 5px;
}

#header h1
{
  position: absolute;
  margin-left: 120px;
  margin-top:50px;
  font-weight: normal;
  color: #641919;
  font-size: 3.5em;
}

#header h2
{
  position: absolute;
  font-size: 1.0em;
  font-weight: normal;
  color: #935a06;
  margin-left: 125px;
  margin-top:110px;
}

#header .animated_words
{
  width: 500px;
  height: 100px;
  position: absolute;
  right: 10px;
  top:10px;
}

.mainlogo
{
  position: absolute;
  top: 2em;
  left: 1em;
}


#menu
{
  position: relative;
  background: #f6970a url('images/menubg.gif') repeat-x top left;
  height: 3.5em;
  margin-top: 5px;
  margin-bottom: 5px;
}

#menu ul
{
  position: absolute;
  margin-top: 15px;
}

#menu ul li
{
  position: relative;
  display: inline;
}

#menu ul li a
{
  padding: 5px 15px 15px 15px;
  color: #641919;
  text-decoration: none;
}

#menu ul li a:hover
{
  text-decoration: underline;
  color: #c61927;
}

#menu ul li a.active
{
  background: url('images/menuactive.gif') repeat-x top left;
}

#separator
{
  background: #fff url('images/border1.gif') repeat-x;
  height: 14px;
  margin-bottom: 5px;
}

#content h1
{
  font-weight: bold;
  color: #641919;
  font-size: 1.8em;
  margin-left: 0.4em;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}

#content p
{
  font-weight: normal;
  color: #641919;
  font-size: 1.3em;
  margin-left: 0.4em;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
}

#content table tr td p
{
  font-weight: normal;
  color: #641919;
  font-size: 1.3em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

#content table tr td p a
{
  font-size: 0.8em;
}

#content table tr td ul li
{
  font-weight: normal;
  color: #641919;
  font-size: 1.3em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;

}


#footer
{
  position: relative;
  height: 8.0em;
  clear: both;
  padding-top: 0em;
  font-family: "cursive", serif 
  font-size: 1.7em;
  margin-bottom: 0.8em;
  margin-top: 0em;
}

#footer .left
{
  position: absolute;
  left: 2.0em;
  top: 0em;
}

#footer .left p
{
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

#footer .right
{
  position: absolute;
  right: 1.0em;
  top: 0em;
}

#footer .center
{
  position: relative;
  background: url('images/ccards.jpg');
  width: 120px;
  height: 30px;
  left:50%; 
  margin-left:-110px;
  top: 0em;
}

#footer .right p
{
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

.box
{
  position: relative;
  background: #FDFCF6;
  left: 0em;
  top: 0em;
  padding: 0.5em;
  border: solid 2px #E1D2BD;
  margin-top: 0.5em;
}
