body,td,th {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #999cb5;
  background-color: #d0def7;
  line-height: 110%;
  margin-top: 0;
  letter-spacing: 2px;
   
}

#wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  margin: 0 auto;
  background-color: #d0def7;
}

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

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

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

#footer {
	clear: both;
	width: 600px;
	height: 40px;
}

.title {
font-family: "book antiqua", serif;
color: #aa5597;
font-size: 6pt;
font-weight: bold;
text-align: right;
font-style: italic;
text-transform: uppercase;
width: 308px;
border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #cac2d9;
  border-right: 1px solid #cac2d9;
letter-spacing: 3px;
background-image: url(pics/back_title.gif);
background-repeat: no-repeat;
padding-top: 2px;
margin-top: 15px;
}

.menutitle {
font-family: "book antiqua", serif;
color: #555faa;
font-size: 6pt;
font-weight: bold;
text-align: right;
font-style: italic;
text-transform: uppercase;
width: 99%;
letter-spacing: 1px;
text-align: center;
}

.menulink a:hover {
  font-family: arial, sans-serif;
  font-size: 10px;
  color: white;
  text-decoration: none;
  display: block;
  height: 15px;
  margin-bottom: 2px;
  cursor: crosshair;
  text-align: center;
  padding-top: 5px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #cac2d9;
  border-right: 1px solid #cac2d9;
  background-color: #cecede;
}

.menulink a {
  font-family: arial, sans-serif;
  font-size: 10px;
  color: #adb6c7;
  text-decoration: none;
  display: block;
  height: 15px;
  margin-bottom: 2px;
  cursor: crosshair;
  text-align: center;
  padding-top: 5px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #cac2d9;
  border-right: 1px solid #cac2d9;
}

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

#content a:hover {
  background-color: #d8d3eb;
  text-decoration: none;
  color: white;
  cursor: crosshair;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #cac2d9;
  border-right: 1px solid #cac2d9;
}

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



a img {
  border: none;
}

img {
  border: none;
}

input, option {
  background-color: transparent;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #cac2d9;
  border-right: 1px solid #cac2d9;
  color: #8e91b4;
}

select{
  background-color: #d9ddeb;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #cac2d9;
  border-right: 1px solid #cac2d9;
  color: #8e91b4;
}

textarea {
  background-color: transparent;
  color: #8e91b4;
  width: 300px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #cac2d9;
  border-right: 1px solid #cac2d9;
}

blockquote {
text-align: left;
padding-bottom: 8px;
padding-top: 8px;
padding-left: 15px;
border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #cac2d9;
  border-right: 1px solid #cac2d9;
  width: 250px;
}
  


