
body{
  background-color:#572700;
  background-image:url('../media/background-gradient.jpg');
  background-repeat:repeat-x;
}
a.p:visited{
  color:#444444;
  text-decoration:underline;
}
a.p:link{
  color:#444444;
  text-decoration:underline;
}
a.p:hover{
  color:#c27b13;
  text-decoration:underline;
}
p,td,li{
  font-family:verdana,helvetica,arial,sans;
  font-size:11px;
  color:#444444;
}

input,textarea{
  border-style:solid;
  border-color:#572700;
  border-width:1px;
  padding:2px;
  font-family:arial;
}

.formField{
  font-family:verdana,helvetica,arial,sans;
  font-size:11px;
  font-weight:bold;
  color:#572700;
}
.mainNav{
  color:#c27b13;
  font-family:verdana,helvetica,arial,sans;
  font-size:13px;
}
a.mainNav:visited{
  text-decoration:none;
  color:#c27b13;
}
a.mainNav:link{
  text-decoration:none;
  color:#c27b13;
}
a.mainNav:hover{
  text-decoration:underline;
  color:#572700;
}

.footer{
  font-family:arial;
  font-weight:normal;
  font-size:9px;
  color:#572700;
  border-top: thin solid #efe2c3;
  margin:5px;
}
a.footer:visited{
  color:#572700;
  text-decoration:none;
}
a.footer:link{
  color:#572700;
  text-decoration:none;
}
a.footer:hover{
  color:#c27b13;
  text-decoration:none;
}
.showBox{
  padding:2px;
  margin:2px;
  border-style:solid;
  border-color:#572700;
  border-width:1px;
  background-color:white;
}
.moe{
  font-family:georgia;
  color:#572700;
}

#aboutUsPhoto{
  border-style:solid;
  border-width:1px;
  border-color:#572700;
  width:460px;
  height:210px;
  padding:2px;
  margin:5px;
  margin-bottom:10px;
  float:right;
}
#bodyBlock{
  position:absolute;
  top:0px;
  left:20px;
  margin:20px;
  padding:10px;
  width:700px;
  max-width:700px;
  min-height:400px;
  background-color:#fff6dc;
  border-style:double;
  border-width:4px;
  border-color:#572700;
  background-image:url("../media/bodyback.gif");
  background-repeat:no-repeat;
}
#navBlock{
  width:700px;
  height:20px;
  border-top: 1px solid #572700;
  border-bottom: 1px solid #572700;
  padding:2px;
}
#borderBox{
  /*border: thin solid #efe2c3;*/
  padding:1px;
  margin:1px;
}

#slideShow{
  padding:2px;
  border-style:solid;
  border-color:#572700;
  border-width:1px;
  width:400px;
  max-width:400px;
  max-height:200px;
  background-color:white;
}
