/* layout */
body {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  background-color: #4F0A04;
  background-image: url('./img/bg.gif');
  background-repeat: repeat-y;
  background-position: center;
}
#wrapper {
  width: 780px;
  position: absolute;
  left: 50%;
  margin-left: -390px;
  top: 5px;
}
#logo {
  background-image: url('./img/logo_black.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  height: 120px;
}
#navi {
  color: white;
}
#navi a, #navi a:link, #navi a:visited, #navi a:active {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  color: white;
  text-decoration: none;
  padding-right: 10px;
}
#navi a:hover {
    color: #ed6400;
}
#content a, #content a:link, #content a:visited, #content a:active {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  color: #AA0D11;
  text-decoration: none;
}
#content a:hover {
    color: #ed6400;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  color: #960B0F;
  text-decoration: none;
}
#footer a:hover {
    color: #ed6400;
}
#content {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  color: white;
  border-style:solid dotted;
  border-width:3px 1px;
  border-color:#ED6400;
  padding: 5px;
}
#footer {
  color: white;
  text-align: center;
  font-size: 11px;
}


/* other stuff */
.bigbox {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 3px;
  border: 1px solid black;
}
img { border: 0; }

blockquote {
  margin: 0;
  border-left: 3px solid #ED6400;
  padding-left: 5px;
}
input[type="text"], input[type="password"] {
  min-width: 350px;
  background-color: #4F0A04;
  color: white;
  border: 1px solid #ed6400;
}
input[type="submit"], input[type="button"] {
  background-color: #4F0A04;
  color: white;
  border: 1px solid #ed6400;
}
select {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  background-color: #4F0A04;
  border: 1px solid #ed6400;
  color: white;
}
textarea {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size:12px;
  background-color: #4F0A04;
  border: 1px solid #ed6400;
  color: white;
}
textarea[name="desc"], textarea.desc {
  min-width: 350px;
  min-height: 80px;
}
h2 {
	margin-top:0px;
}
h1,h2,h3,h4,h5 {
  font-family: Arial, Verdana, Tahoma, sans-serif;
}

a.tag {
	padding:2px;
}
a.tag:hover {
	color:rgb(200,109,14) !important;
}
