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

#wrapper {
  width: 900px;
  background-color: transparent;
}

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

#navi {
  float: right;
  display: inline;
  width: 140px;
  background-color: transparent;
  background-image: url(pics/back_navi.jpg);
  background-repeat: no-repeat;
  min-height: 405px;
  height: auto !important;
  height: 405px;
}

#content {
  float: left;
  width: 330px;
  padding-left: 400px;
  padding-right: 30px;
  text-align: justify;
  background-image: url(pics/back_content.jpg);
  background-repeat: no-repeat;
  min-height: 405px;
  height: auto !important;
  height: 405px;
}

#footer {
	clear: both;
	width: 900px;
	height: 50px;
  background-image: url(pics/back_footer.jpg);
  background-repeat: no-repeat;
}

.title {
font-family: "comic sans ms", sans-serif;
color: black;
font-size: 16px;
text-align: left;
text-transform: uppercase;
width: 90%;
height: 23px;
margin-top: 20px;
padding-top: 5px;
height: 30px;
letter-spacing: 2px;
background-image: url(pics/back_title.gif);
  background-repeat: no-repeat;
}

.capital {
font-family: "comic sans ms", sans-serif;
color: #dd0909;
font-size: 20px;
font-weight: bold;
text-align: left;
padding-left: 100px;
text-transform: uppercase;
height: 23px;
margin-top: 20px;
letter-spacing: 2px;
}


.menulink a:hover {
    margin-bottom: 2px;
  padding-top: 8px;
  padding-right: 10px;
  text-align: right;
  font-family: verdana, sans-serif;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
  font-style: italic;
  color: black;
  text-decoration: none;
  display: block;
  height: 18px;
  background-color: white;
  border: 1px solid black;
  cursor: crosshair;
  background-image: url(pics/back_menu.gif);
  background-repeat: no-repeat;
}

.menulink a {
   margin-bottom: 2px;
  padding-top: 8px;
  padding-right: 10px;
  text-align: right;
  font-family: verdana, sans-serif;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  display: block;
  height: 18px;
  background-color: white;
  border: 1px solid black;
  cursor: crosshair;
  background-image: url(pics/back_menu_hover.gif);
  background-repeat: no-repeat;
}

#content a {
  text-decoration: none;
  color: black;
  font-family: verdana;
  font-weight: bold;
  font-size: 10px;
  cursor: crosshair;
  border-bottom: 1px solid #c60606;
}

#content a:hover {
  text-decoration: none;
  color: #bebebe;
  font-family: verdana;
  font-weight: bold;
  font-size: 10px;
  cursor: crosshair;
  border-bottom: 1px solid black;
}

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



a img {
  border: none;
}

img {
  border: none;
}

.affi_img {
  padding-right: 4px;
  display: inline;
  }

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

textarea {
border: 1px solid black;
background-color: white;
  color: black;
  width: 200px;
}

blockquote {
border: 1px solid black;
background-color: white;
  color: black;
}

i {
color: #c60606;
text-transform: uppercase;
}
  

