/* CSS Document */

body {
background-image: url(../images/bg.jpg);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Tahoma;
font-size: 11px;
color: #333333;
}

h2 {
color: #988A7D; 
font-size: 16px;
font-weight: bold;
}
h3 {
color: #988A7D; 
font-size: 14px;
font-weight: bold;
}

#site {
margin-left: 100px;
}

#menu {
height: 40px !important; 
background-color: #45301D;
color: #f0f0f0; 
font-size: 12px; 
background-image: url(../images/bg_menu.png); 
background-position: bottom left; 
background-repeat: no-repeat; 
padding-left: 20px;
}
#menu a {
float:left; 
text-decoration:none; 
color:#f0f0f0; 
padding: 12px 15px 13px 15px; 
font-weight:bold;
}
#menu a:hover {
background-color: #990000;
}
#menu a:active {
background-color: #990000;
}

.b1 {
color: #f0f0f0;
}
.b2 {
color: #333333;
}
.b3 {
color: #666666;
}
.style1 {
color: #990000;
}

#head {
padding: 20px 0px 5px 30px;
}

#cont {
display:table; 
width: 822px !important; 
background-color: #FFFFFF;
height:auto;
overflow:hidden;
}
#left{
float: left; 
width: 377px !important; 
background-color: #AF9F90;
}

#right{
float: right; 
width: 445px !important; 
background-image: url(../images/bg_right.jpg); 
background-position: top; 
background-repeat: no-repeat; 
background-color: #FFFFFF; 
padding-top: 25px;
}
#tresc {
width: 410px !important; 
padding: 0px 15px 10px 15px;
}
#rb {border-top: #ffffff dotted 1px; text-align:left;}

#h3 {font-size:14px; color:#f0f0f0; padding:5px 0px 0px 0px; text-align:center}
#form {text-align:center; width: 350px !important; padding: 10px;}
.f1 {float:left; width: 100px; text-align:left}
.f2 {float:left; width:215px; text-align:left}
#f3 {float:left; width: 100px; text-align:left}
#f4 {float:left; width:215px; text-align:left}
#f5 {text-align:right}

#footer {background-color: #E3DCD6; height:100px; background-image:url(../images/bg_foot1.jpg); background-position:bottom left; background-repeat:no-repeat; border-top:solid 1px #D8CFC7;}
#foot1{float:left; width: 347px !important; padding: 15px 0px 0px 30px}
#foot2{float:left;}

#cr {padding-left: 5px;}

.button {
  font-family      : Tahoma;
  font-size        : 12px;
  color            : #f1edea;
  background: #45301D;
  /*background-image : url(../images/bg_menu.png);*/
  border           : 1px;
  border-color     : #CCCC99;
  cursor: pointer;
  padding: 3px 5px;
}
.inputbox {
  font-family      : Tahoma;
  font-size        : 12px;
  font-weight      : normal;
  color            : #650101;
  background       : #FFFFFF;
  border           : 1px;
}
a {text-decoration: none; color: #990000;}
a:link {text-decoration: none; color: #990000;}
a:hover {color: #666666;text-decoration: none;}
