body,td,th {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: white;
  background-color: black;
  line-height: 150%;
  margin-top: 0px;
}

#wrapper {
  position: relative;
  width: 720px;
  margin: 0px auto;
  background-color: black;
  background-image: url(pics/back_wrapper.gif);
  background-repeat: repeat-y;
}

#header {
	width: 720px;
	height: 410px;
	background-color: transparent;
	background-image: url(pics/header.jpg);
}

#navi {
  float: left;
  display: inline;
  width: 99px;
  padding-top: 190px;
  padding-left: 200px;
  padding-right: 10px;
  background-color: black;
  background-image: url(pics/back_navi.gif);
  background-repeat: no-repeat;
  text-align: right;
}

#content {
  float: right;
  width: 253px;
  padding-right: 140px;
  padding-left: 7px;
  text-align: justify;
}

#footer {
	clear: both;
	background-image: url(pics/back_footer.gif);
  background-repeat: no-repeat;
	width: 720px;
	height: 40px;
}

.title {
font-family: Georgia;
color: #8f0d10;
font-size: 18px;
font-weight: bold;
text-align: right;
font-style: italic;
padding-bottom: 0px;
width: 100%;
margin-bottom: 5px;
margin-top: 10px;
border-bottom: 1px solid white;
letter-spacing: 1px;
}

.menutitle {
font-family: Georgia;
color: white;
font-size: 12px;
font-weight: bold;
text-align: right;
font-style: italic;
padding-bottom: 3px;
padding-top: 4px;
padding-left: 15px;
width: 86%;
margin-bottom: 10px;
margin-top: 15px;
letter-spacing: 2px;
}

.menulink a:hover {
  padding-left: 15px;
  text-decoration: none;
	color: #8f0d10;
  background-color: white;
  display: block;
  cursor: crosshair;
}

.menulink a {
  padding-left: 15px;
  text-decoration: none;
	color: #8f0d10;
  display: block;
  cursor: crosshair;
}

#content a {
  text-decoration: none;
  color: #8f0d10;
  border-bottom: 1px solid white;
  cursor: crosshair;
}

#content a:hover {
  text-decoration: none;
  color: #8f0d10;
  background-color: white;
  border-bottom: 1px solid white;
  cursor: crosshair;
}

.center {
margin: 0 auto;
text-align: center;
}



a img {
  border: none;
}

img {
  border: none;
}

input, select, option {
  border: solid 1px white;
  background-color: #3a080a;
  color: white;
}

textarea {
   border: solid 1px white;
  background-color: #3a080a;
  color: white;
  width: 200px;
}

