body,td,th {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #4b4f7a;
  background-color: #e9ebeb;
  line-height: 150%;
  margin-top: 0;
   background-image: url(pics/back.gif);
  background-repeat: no-repeat;
  
}

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

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

#navi {
  float: left;
  display: inline;
  width: 130px;
  background-color: transparent;
  background-image: url(pics/back_navi.gif);
  background-repeat: no-repeat;
  padding-top: 85px;
}

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

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

.title {
font-family: Georgia, serif;
color: #787ca1;
font-size: 18px;
font-style: italic;
font-weight: bold;
text-align: right;
text-transform: lowercase;
width: 100%;
height: 40px;
background-image: url(pics/back_title.gif);
background-repeat: no-repeat;
padding-top: 5px;
margin-top: 15px;
}

.menutitle {
margin-top: 10px;
margin-left: 15px;
font-family: Georgia, serif;
color: #767aa0;
font-size: 18px;
font-weight: bold;
text-align: left;
font-style: italic;
text-transform: lowercase;
width: 86%;
letter-spacing: 1px;
}

.menulink a:hover {
  margin-left: 12px;
  margin-right: 10px;
  margin-bottom: 1px;
  padding-left: 20px;
  font-family: tahoma, sans-serif;
  font-size: 10px;
  color: white;
  text-decoration: none;
  display: block;
  height: 20px;
  background-color: #90acb9;
  cursor: crosshair;
}

.menulink a {
  margin-left: 12px;
  margin-right: 10px;
  margin-bottom: 1px;
  padding-left: 20px;
  font-family: tahoma, sans-serif;
  font-size: 10px;
  color: white;
  text-decoration: none;
  display: block;
  height: 20px;
  background-color: #c8d0da;
  cursor: crosshair;
}

#content a {
  text-decoration: none;
  color: #a4a7c2;
  font-weight: bold;
  cursor: crosshair;
}

#content a:hover {
  text-decoration: none;
  color: white;
  cursor: crosshair;
}

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



a img {
  border: none;
}

img {
  border: none;
}

input, select, option {
  border: 0px;
  background-color: #c8d0da;
  color: #4b4f7a;
}

textarea {
   border: 0px;
  background-color: #c8d0da;
  color: #4b4f7a;
  width: 300px;
}

blockquote {
  background-color: #cfd9e6;
  background-image: url(pics/block.gif);
background-repeat: no-repeat;
padding-bottom: 8px;
padding-top: 8px;
padding-left: 50px;
}
  


