html, body, div, span, object, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background: #2f2c2b url(images/background.gif) repeat;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}
/* Typography */
h1 {
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  border-bottom:1px solid #ddd;
  text-align:left;
  margin: 8px 0 4px 0; 

}
h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}

h3 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing:8px;
  text-transform:uppercase;
}

h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin: 0 30px 0 0;
  text-align:right;
}

blockquote {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin: 0 10px;
  text-align:center;
}

p {
margin:0 0 10px 0;
padding:0;
font-size: 15px;
line-height:19px;
color:#fff;
font-weight:normal;
text-align:left;
}


a,  a:link {
  color: #fa0;
  text-decoration: none;
}
a:visited {
  color: #fa0;
  text-decoration: none;
}
a:hover {
  color: #dd3;
  text-decoration: underline;
}
a:focus {
  color: #aa4;
}
a:active {
  color: #aa4;
}

.border {border:1px solid #000;}
.initial {margin:0 10px 3px 0;}


/* Div Placement*/

#Wrapper {
  margin: 0 auto 0 auto; 
  padding:5px;
  text-align: left; 
  width: 780px;
    background: #2f2c2b;

}
#Wrapper #header {
  padding: 10px 15px 0 15px; 
}

#Wrapper #content {
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px; 
}
#Wrapper #footer {
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px; 
  background: #455924;
  text-align:center;
  }
#Wrapper #footer a {
color:#e8e5bb;
  }


/* Navigation*/
#navcontainer {
margin: 0 auto;
background: url(images/finial.jpg) center no-repeat;
font:13px Georgia, "Times New Roman", Times, serif;
}

#navcontainer ul {
margin-top:20px;
list-style-type: none;
text-align: center;
padding: 0;
}

#navcontainer li {
display: inline;
text-align: center;
margin: 0 7px;
}

#navcontainer li a, #navcontainer li a:link {
padding: 2px 6px;
color: #787777;
background-color: #e4e1cf;
border: 2px solid #787777;
font-weight: bold;
font-style:normal;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 2px solid #000;
border-top: 3px solid #000;
border-bottom: 3px solid #000;
background-color: #fff;
}

#navcontainer li a#current
{
background-color: #000;
color: #fff;
}



/* --------------------- Form --------------------- */  
.red {color:#fa0; font-weight:bold;}

.text {
color:#000;
font-size: 14px;
line-height: 120%;
padding:0 0 10px 0;
margin:0;
word-spacing:-1;
}

.fText {
color:#000;
font-size:14px;
margin:3px;
padding:3px;
background-color:#e5ddc0 !important;
border:1px solid #C1B691;
width:400px;
height: 17px;
}
.fTextHear {
color:#000;
font-size:14px;
margin:3px;
padding:3px;
background-color:#e5ddc0 !important;
border:1px solid #C1B691;
width:474px;
height:17px; 
}
.fTextArea {
color:#000;
font-size:14px;
margin:3px;
padding:3px;
background-color:#e5ddc0 !important;
border:1px solid #C1B691;
width:474px;
height:80px; 
}
.fText:focus, .fText.sffocus, .fTextHear:focus, .fTextHear.sffocus, .fTextArea:focus, .fTextArea.sffocus {background:#ff9;}

#sentit {text-align:center}

