body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
  background-color: #f3f3f3;
  line-height: 140%;
   background-image: url(pics/back.gif);
  background-repeat: repeat;
  
}

#wrapper {
  position: relative;
  width: 380px;
  margin: 15px auto;
  background-color: white;
  border: 1px solid #e30027;
}

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

#navi {
  float: right;
  display: inline;
  width: 105px;
  background-color: transparent;
  background-image: url(pics/back_navi.jpg);
  background-repeat: no-repeat;
  margin-left: -20px;
}

#content {
  float: left;
  width: 245px;
  background-color: transparent;
  background-image: url(pics/back_content.jpg);
  background-repeat: no-repeat;
  text-align: justify;
  padding-left: 15px;
    padding-right: 15px;
}

#footer {
	clear: both;
  background-color: transparent;
	background-image: url(pics/footer.jpg);
  background-repeat: no-repeat;
	width: 380px;
	height: 130px;
}

.title {
font-family: "century gothic", sans-serif;
color: #c5c5c5;
font-size: 22px;
font-weight: bold;
text-align: left;
text-transform: uppercase;
width: 95%;
height: 40px;
letter-spacing: 3px;
padding-left: 30px;
padding-top: 20px;
margin-bottom: -25px;

}



.menulink a:hover {
    margin-bottom: 1px;
  font-family: "century gothic", sans-serif;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  height: 20px;
  background-color: #b8b8b8;
  cursor: crosshair;

}

.menulink a {
  margin-bottom: 1px;
  padding-top: 4px;
  font-family: "century gothic", sans-serif;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 1px;
  color: #b8b8b8;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  height: 20px;
  background-color: #eaeaea;
  cursor: crosshair;

}

#content a {
    font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #7d7d7d;
  cursor: crosshair;

}

#content a:hover {
    font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #e30027;
  cursor: crosshair;

}

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



a img {
  border: none;
}

img {
  border: none;
}

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

b {
color: #e30027;
}

input, select, option {
  border: 0px;
  background-color: #eaeaea;
  color: #aaaaaa;
}

textarea {
   border: 0px;
  background-color: #eaeaea;
  color: #aaaaaa;
  width: 300px;
}

blockquote {
margin-left: 10px;
margin-right: 5px;
  background-color: #eaeaea;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 5px;
}

td {
width: 120px;
}
  

