body 
{
	color: #EBEBEB;
	font-family: Arial;
	font-size: 16px;
	scrollbar-face-color: #929292;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #EFE7EF;
	scrollbar-3dlight-color: #EEE7EF;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #929292;
	scrollbar-darkshadow-color: #000000;
	background-image:url(images/KF-Palette.jpg);
	background-repeat:no-repeat;
    background-position:right 20px;
	background-attachment:fixed;
	overflow-y: auto;
    overflow-X: hidden;
    height: 100%;
    margin:0;
    padding:0;
}

div
{
  border: thin #FFFFFF;
}

pre{
white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

#menu 
{
/*float:left;*/
display:block;
width:65%;
position:fixed; 
border:1px solid #888; 
padding:5px; 
text-align:center; 
font-weight:bold;
font-size:12px;
color:#fff;
background-color:#0F0F0F;
margin-top:20px;
margin-bottom:10px;
margin-left:18%;
z-index:1;
}

#font-select
{
/*float:left;*/
display:block;
width:65%;
position:fixed; 
border:1px solid #888; 
padding:5px; 
text-align:center; 
font-weight:bold;
font-size:12px;
color:#fff;
background-color:#0F0F0F;
margin-top:50px;
margin-bottom:10px;
margin-left:18%;
}

#font-select span
{
  float:left;
  padding-left:5%;
}

#top-box
{
float:left;
background-color:#000000;
display:block;
width:85%;
height:50px;
position:fixed; 
z-index:0;
}

* html #menu {position:absolute;}
* html #font-select {position:absolute;}
* html #top-box {position:absolute;}

#menu a:visited, #menu a 
{
  position:relative;
  display:block;
  float:left;  
  padding-right:8px; 
  text-decoration:none;  
  color:#FFFFFF;
  background:0F0F0F;
  white-space:normal;
}

#menu a:hover {background:#aaa; color:#fff;}



td {
	font-family: Arial;
	font-size: 16px;
}

table
{
  margin-left:10px;
}

.flash
{
  padding-top:.45em;
  z-index:-1;
}

.post
{
   font-size:4em;
   line-height:1.2em;
   letter-spacing:.05em;
}

.tiny {
	font-size: 9px;
}

.small {
	font-size: 10px;
	font-weight: bold;
}

.medium {
	font-size: 13px;
}

.large {
	font-size: 15px;
	color: #EFEED9;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #EFEED9;
}

a:hover{
	text-decoration: underline;
	color: #EFEED9;
}

a:active{
	text-decoration: underline;
	color: red
}

a.menu, a.menu:link, a.menu:visited {
	color: #EBEBEB;
}

a.menu:hover {
	color: #EBEBEB;
}

a img 
{ 
   border: none; 
}

input, select, textarea {
	border-top: #636363 solid thin;
	border-bottom: #636363 solid thin;
	border-right: #636363 solid thin;
	border-left: #636363 solid thin;
	color: #EBEBEB;
	background: #2F2F2F;
	font-family: Arial;
	border-width: 1px;
}

textarea {
	font-size: 12px;
}

input, select {
	font-size: 10px;
	font-weight: bold;
}
