﻿body, p, li
{
    font-family:Arial;
    font-size:10pt;
    margin:0px;
    padding:0px;
}

html { 
overflow-y: scroll; 
} 

#outer_holder
{
    width:975px;
    margin:auto;
    margin-top:20px;
    overflow:auto;
}

#header
{
    overflow:auto;
}

#menu_holder
{
    background-image:url('images/kc-topbar.gif');
    width:845px;
    padding-left:130px;
    height:30px;
    margin-top:20px;
    overflow:hidden;
}

#menu_holder a
{
    color:black;
    font-size:12pt;
    font-weight:bold;
    text-decoration:none;
}

#menu_holder div
{
    float:left;
}

#menu_holder .menu_line
{
    background-color:White;
    height:30px;
    width:1px;
}

#menu_holder .menu_item
{
    padding:6px 20px;
}

#content_outer
{
    overflow:auto;
    width:975px;
    background-image:url('images/kc-net.gif');
    background-repeat:repeat-x;
}

#content_outer div
{
    float:left;
    overflow:auto;
}

#content_outer .post
{
    background-color:#fcb034;
    width:30px;
    height:400px;
}

#content_outer #content_outer_inner
{
    width:855px;
    padding:30px;
    overflow:hidden;
}

#home_content tr
{
    vertical-align:top;
}

#home_content td
{
    padding-right:20px;
}

.donateLine
{
    font-size:12pt;
    font-weight:bold;
}

.hiLite
{
    color:#fcb034;
}

h1, h2
{
    color:#fcb034;
    margin:0px;
}

h1
{
    font-size:19pt;
    margin-bottom:10px;
}

h2
{
    font-size:16pt;
    text-decoration:none;
}

a h2 
{
    text-decoration:underline;
}

#home_footer h2
{
    white-space:nowrap;
    margin-bottom:-10px;
    text-decoration:none;
}

p
{
    margin:0px;
    margin-bottom:10px;
}

a
{
    color:#fcb034;
}

a:focus, a:active, a:link, img { outline:none; outline:0; border:none; }

#man
{
    position:absolute;
    left:50%;
    margin-left:-547px;
    top:278px;
    display:none;
}

#ball
{
    position:absolute;
    left:50%;
    margin-left:-200px;
    top:490px;
    display:none;
}

ul
{
    margin:0px;
    margin-left:15px;
    margin-bottom:10px;
}

li
{
    margin-bottom:5px;
}

#footer ul
{
    margin:0px;
    list-style:none;
}
