body { background-image: url(images/back.gif);
text-align: center;
}

input, textarea, select {
background-color: #D1A559;
color: #FFEFB3;
border: 1px solid #FFEFB3;
}

blockquote {
   font-size: 9pt;
   font-family: Tahoma, Verdana, serif;
   text-align: left;
   color: #FFEFB3;
   background-color: #D1A559;
   padding: 5px;

}

#container {
  width: 400px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 200px;
  background-color: #FFEFB3;

}

#image {
  width: 400px;
  height: 460px;
  border: 0px;
  margin-bottom: opx;

}

#content {
        width: 390px;
        background-color: #FFEFB3;
        padding: 10px 5px 25px 5px;
}

#navigation {
  width: 390px;
  text-align: center;
  color: #D1A559;
  background-color: #FFEFB3;
  padding: 5px;
}

#navigation a {
  color: #BB9046;
  FONT-FAMILY: Tahoma, Verdana, serif ;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
}

#navigation a:hover {
   color: #BB9046;
   font-weight: bold;
   background-color: #FFEFB3;
   text-decoration: none;
}

ul {
list-style-type: square;
  color: #D1A559;
  font-size: 9pt;
  FONT-FAMILY: Tahoma, Verdana, serif;
  text-align: left;

}

#footer {
  width: 390px;
  font-size: 8pt;
  color: #D1A559;
  padding: 5px;
  FONT-WEIGHT: normal;
  FONT-FAMILY: Tahoma, Verdana, serif ;
  text-align: center;
  margin-top: 0px;
  border-top: 1px solid #BB9046;
  background-color: #FFEFB3;
}


a:link { font-weight:normal; color:#BB9046; text-decoration:underline; }
a:visited { font-weight:normal; color:#BB9046; text-decoration:underline; }
a:focus { font-weight:normal; color:#BB9046; text-decoration:underline; }
a:hover { font-weight:normal; color:#D1A559; text-decoration:overline; }
a:active { font-weight:normal; color:#BB9046; text-decoration:underline; }



p {
  font-size: 9pt;
  color: #D1A559;
  FONT-WEIGHT: normal;
  FONT-FAMILY: Tahoma, Verdana, serif ;
  text-align: left;
}


.text02 {
  font-size: 9pt;
  color: #D1A559;
  FONT-WEIGHT: normal;
  FONT-FAMILY: Tahoma, Verdana, serif ;
  text-align: center;
}

.important {
  font-size: 9pt;
  color: #867C59;
  FONT-WEIGHT: normal;
  font-style: italic;
  FONT-FAMILY: Tahoma, Verdana, serif ;
  text-align: left;

}

h1{
font-family: Verdana;
color: #D1A559;
font-size: 8pt;
text-align: left;
text-transform: uppercase;
letter-spacing: 4px;
border-left: 3px solid #BB9046;
border-bottom: 1px solid #BB9046;
padding-left: 3px;
 }



h2 {
   font-size: 8pt;
   font-family: Verdana, Tahoma, serif;
   text-align: center;
   color: #D1A559;
   border-bottom: 1px dotted #BB9046;
}

//Fanupdate

p.catfile {
  font-size: 8pt;
}

p.archivelink {
	text-align: center;
}

div.comment_box {
	clear: both;
	background: #eee;
	padding: 1em;
	width: 100%;
	overflow: auto;
	margin: 0 0 1em 0;
}

img.gravatar {
	float: left;
	margin: 0 1em 0 0;
}

div.credit {

	clear: both;
	text-align: center;
	margin: 1em 0 0 0;
}

div.credit p {
	margin: 0 0 5 0;
        font-size: 8pt;
}