
body,td {
  background: #dddddd;
  background-image:url(neko-bg.png); 
  background-position:bottom  left; 
  background-repeat:no-repeat; 
  background-attachment:fixed;
  color: black;
  font-family: bitstream vera sans, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

p {
  text-indent: 10pt;
  text-align: justify;
}

p.small {
  font-size: 7pt;
  font-family: Courier, Courier new;
  color: #bfbfbf
}

body {
  margin: 10pt;
}

a { text-decoration: none; }
a:link    { color: #225599; }
a:visited { color: #002266; }
a:active  { color: #88ff77; }
a:hover { text-shadow: #225599 0px 0px 2px; }

h1,h2 {
  position: relative;
  border-bottom: solid 2px;
}

h1 {
  font-size: 20pt;
  /*text-align: center;*/
}
h2 {
  font-size: 11pt;
}

h3 {
  font-size: 10pt;
  border-bottom: dashed #333;
}

td.nowrap {
  white-space: nowrap;
}

blockquote.center,p.center,td.center {
  text-align: center;
}

blockquote.right,p.right,td.right {
  text-align: right;
}

pre { 
      /* color: black */
      color: #000;
      
      /* background color: gray */
      background-color: #eee;
      /* padding ("inner margin") settings are top - right - bottom - left */
      /* (think clockwise)                                                 */
        padding: 6px 6px 6px 6px;
        /* no margin */
        margin: 0;

        /* gray dotted border, 1 px wide */
        border: 1px dotted #ddd;
        margin-left: 1.5em;
        padding-left: 5px;

}

div {
    background-color: transparent;
}

#BodyContent {
	width:100%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Contrehack le  hack IE5/Win :-S */
	padding:1px;
	background-color: transparent;
}

#LeftBox {
	width:25%;
	padding:10px;
	float:left;
//	background: transparent 0 0 repeat scroll;
}

#BodyBox {
	width:69%;
	padding:10px;
	float:right;
	background-color: transparent;
//	border-right:1px dashed #333;
	border-left:1px dashed #333;
}
    

#HeaderBox {
	text-align:center;
	padding:10px;
	background-color: transparent;
}

div.navfoot {
        width: 100%;
}
  
