body {
	font-family: arial narrow, arial, sans-serif;
	font-size: 12px;
	color: white;
  background-color: #fcfaf3;
  background-image: url(pics/back.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom left;
  margin-top: 0;
  letter-spacing: 1px;
}

#wrapper {
  position: relative;
  width: 701px;
  margin: 0 auto;
  background-color: #cccabf;
}


#header {
	width: 701px;
	height: 425px;
	background-color: #fcfaf3;
	background-image: url(pics/header.jpg);
}

#navi {
  float: right;
  width: 161px;
  background-color: transparent;
    background-image: url(pics/back_navi.jpg);
  background-repeat: no-repeat;
  padding-right: 55px;
  padding-left: 40px;
  padding-top: 70px;
    min-height: 485px;
  height: auto !important;
  height: 485px;
}

#content {
  float: left;
  width: 405px;
  background-color: transparent;
      background-image: url(pics/back_content.jpg);
  background-repeat: no-repeat;
  padding-left: 40px;
    padding-right: 0px;
  text-align: justify;
  line-height: 120%;
      min-height: 485px;
  height: auto !important;
  height: 485px;
}

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

.title {
font-family: arial narrow, sans-serif;
color: white;
letter-spacing: 3px;
font-size: 11px;
text-align: left;
text-transform: uppercase;
letter-spacing: 10px;
margin-top: 20px;
width: 405px;
height: 16px;
  line-height: 120%;
  padding-top: 3px;
  padding-left: 70px;
        background-image: url(pics/back_title.png);
  background-repeat: no-repeat;

}



#navi a:link, #navi a:active, #navi a:visited {
  font-family: tahoma, sans-serif;
  color: #9eadb1;
  background-color: #e3eaec;
   display: block;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
  margin-bottom: 1px;
  margin-top: 1px;
  padding-bottom: 6px;
  padding-top: 7px;
    filter: alpha(opacity=70); 
  opacity: 0.7; 
  -moz-opacity:0.7;
}


#navi a:hover {
  font-family: tahoma, sans-serif;
  color: #5d777e;
  background-color: #aec0c5;
   display: block;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
  margin-bottom: 1px;
  margin-top: 1px;
  padding-bottom: 6px;
  padding-top: 7px;
     filter: alpha(opacity=100); 
  opacity: 1; 
  -moz-opacity: 1;
}

#content a:link, #content a:active, #content a:visited {
  color: #375564;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #7b99a5;
}


#content a:hover {
   color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #96285e;
}



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

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

strong {
  color: #708b96;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline;
  }
  

a img {
  border: none;
}

img {
  border: none;
}

.affi_img {
  padding-right: 3px;
  display: inline;
  }
  
  
b {
color: white;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}



input, select, option {
background-color: transparent;
border: 0;
  color: #7f9fa8;
  background-image: url(pics/back_form.png);
  background-repeat: no-repeat;
}

textarea {
background-color: transparent;
border: 0;
  color: #7f9fa8;
  background-image: url(pics/back_block.png);
  background-repeat: no-repeat;
}

.fans {
width:200px;
margin: 0 auto;
text-align: center;
}

blockquote {
background-color: transparent;
border: 0;
padding: 10px;
text-align: center;
        background-image: url(pics/back_block.png);
  background-repeat: no-repeat;
}




