body,td,th {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #75979e;
  background-color: #3b4349;
  background-image:url(pics/back.jpg);
  background-position:bottom left;
  background-repeat:no-repeat;
  background-attachment:fixed;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
}

#wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 700px;
  background-color: transparent;
}


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

#navi {
  float: right;
  width: 130px;
  padding-right: 20px;
  padding-top: 30px;
  background-color: transparent;
  background-image: url(pics/back_navi.jpg);
  background-repeat: no-repeat;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}

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

#footer {
	clear: both;
	width: 700px;
	height: 50px;
  color: transparent;
}

.title {
font-family: "arial", sans-serif;
color: #809da8;
font-size: 12px;
text-align: left;
text-transform: uppercase;
letter-spacing: 10px;
padding-left: 80px;
padding-top: 12px;
height: 25px;
width: 270px;
background-image: url(pics/back_title.png);
  background-repeat: no-repeat;

}

.menutitle {
font-family: "arial", sans-serif;
color: white;
font-size: 10px;
text-align: left;
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
width: 99%;
padding-top: 5px;
}


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


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

}

#content a:link, #content a:active, #content a:visited {
  color: #cee9ea;
	text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
	letter-spacing: 2px;
}


#content a:hover {
  color: #a31f2a;
	text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
	letter-spacing: 2px;
}



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

a img {
  border: none;
}

img {
  border: none;
}

.affi_img {
  padding-right: 3px;
  display: inline;
  }
  
strong {
color: white;
letter-spacing: 1px;
}
  
  
b {
color: white;
letter-spacing: 1px;
}

blockquote {
background-color: #3b4349;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(pics/back_block.jpg);
  background-repeat: no-repeat;
  background-position: left;
  color: #75979e;
  width: 280px;
  }

input, select, option {
  border-left: 5px solid #75a5af;
  border-right:0;
  border-top:0;
  border-bottom:0;
  background-color: transparent;
  color: #75979e;
  background-image: url(pics/back_text.jpg);
  background-repeat: no-repeat;
  background-position: left;
}

textarea {
  border-left: 5px solid #75a5af;
  border-right:0;
  border-top:0;
  border-bottom:0;
  background-color: transparent;
  color: #75979e;
  width: 290px;
  background-image: url(pics/back_text.jpg);
  background-repeat: no-repeat;
  background-position: left;
}

.quote {
font-size: 9px;
background-color: #5a6c74;
text-align: center;
color: #aec9d5;
margin: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 140px;
letter-spacing: 1px;

background-image: url(pics/back_day.jpg);
  background-repeat: no-repeat;
  background-position: top;

}



