/* CSS Document */
body
{
font-family: arial;
background-image: url(images/bg_body.gif);
background-repeat: repeat-x;
background-color: #0e0d0d;
text-align: center;
color: #232323;

}


#logo1 {
  width: 174px;
  height: 84px;
  
  position: relative;
  overflow: hidden;
  text-align: left;
}

#logo1 span {
  display: block;
  width: 100%;
  height: 84px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: url(./images/logo.gif) top left no-repeat;
}


ul.menu
 {
 position: relative;
 top: 10px;
 left: -30px;
 margin: 0;
 list-style: none url(); 
 &margin-top: 35px;
  clear: both;
   }



h2
{
padding-top: 10px;
background-image: url(images/bg_h2.gif);
}


h3
{

margin: 0; 

}



ul.menu li
{
float: left;
background-image: url(images/bg_menu.gif);
margin-right: 5px;
width: 86px;
text-align: center;
}


ul.menu li:hover
{
background-image: url(none);
background-color: rgb(150,150,150);


}



ul.menu li a
{
font-size: 90%;
font-weight: bold;
color: #e3e3e3!important;     
text-decoration: none;
margin: 3px;
display: block;
 
}


ul.menu li a:hover
{
color: white;
text-decoration: underline;
}



#header img
{
float: right;

}




#page
{
text-align: left;
width: 680px;
margin-left: auto;
margin-right: auto;
border-left: 10px #181818 solid;
border-right: 10px #181818 solid;

}

#header
{
height: 153px;
background-image: url(images/bg_header.gif);

}


#main
{
min-height: 600px;
position: relative;
padding-left: 10px;
padding-right: 10px;
background-position: bottom;
background-repeat: repeat-x;
background-color: white;
background-color: #ebebeb;
background-image: url(images/bg_page.gif);
width: 660px;
}


p
{
font-size: 90%;
display: block;
padding: 5px;
background-color: #d9d9d9; 
}

.red
{

}

.footer
{
margin-top: 10px;
 position: absolute;
bottom: 0; 
font-size: 80%;
color: #959595;
}

h3
{
font-size: 90%;
} 

table 
{
width: 100%;
font-size: 90%;
border-collapse:collapse;
table-layout: fixed 
}

td
{


}



tr
{
   height: 20px;

}


.fRow {
  margin-bottom: 1.4em;
}

.fLeft {
  width: 40%;
  float: left;
text-align: right;

}

.fRight {
  width: 60%;
  margin-left: 40%;
}


.footer
{
text-align: center;

}
