/* That Kid
----------------------------------- */

/* this one fixes the jumping scrollbar issue on some browsers */
html { 
    height: 100%; 
    margin-bottom: 1px;
    }

body {
    background: #292929 url(../images/bg_tile.jpg) repeat-y top;
    margin: 0;
    padding: 0;
    text-align: left;
    font: normal 10px/14px Verdana, sans-serif;
    color: #dddddd;
    }
    
* {
    margin: 0 0;
    padding: 0 0;
    }
    
br.clr {
    clear: both;
    }
    
#navigation {
    float: left;
    display: inline;
    width: 146px;
    margin: 0 0 0 22px;
    }

#navigation img {
    display: inline;
    float: left;
    }

#navigation ul li {
    margin: 0 0;
    padding: 0 0;
    display: block;
    height: 35px;
    width: 146px;
    float: left;
    list-style-type: none;
    }

#navigation ul li a {
    font-size; 12px;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: right;
    padding: 20px 10px 0 0;
    }

#date {
    float: right;
    display: block;
    margin: 57px 10px 0 0;
    height: 20px;
    width: 100px;
    }

#container {
    display: block;
    margin: 0 auto;
    width: 540px;
    }
    
#header {
    display: block;
    margin: 0 auto;
    background: #292929 url(../images/header.jpg) no-repeat top;
    width: 712px;
    height: 384px;
    }

#header ul {
	position: absolute;
	display: block;
	top: 365px;
	left 0;
	width: 100%;
	margin: 0 0 0 6px;
	height: 19px;
	list-style-type: none;
	}

#header ul li {
	display: block;
	float: left;
	margin: 0 10px;
	}

#header ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #f3f3f3;
	}

#header ul li a:hover {
	text-decoration: underline;
	color: #ffc000;
	}

#content {
    display: block;
    background: #292929 url(../images/bg_tile.gif) repeat-y top;
    margin: 0 auto;
    width: 712px;
    }

#left_col {
    display: block;
    margin: 0 auto;
    float: left;
    margin: 0 10px 0 16px;
    width: 474px;
    }

#left_col h1 {
    display: block;
    margin: 10px 0 5px 0;
    padding: 0 0;
    color: #292929;
    font-weight: bold;
    font-size: 20px;
    }

#left_col h2 {
    font-weight: normal;
    font-size: 11px;
    color: #3F5438;
    text-transform: uppercase;
    }
    
#left_col p {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 10px 0;
    color: #444444;
    font-weight: normal;
    letter-spacing: .25px;
    font-size: 10px;
    line-height: 18px;
    }




#right_col {
    display: block;
    margin: 0 0;
    float: right;
    padding: 0 0 0 10px;
    width: 194px;
    }

#right_col h2 {
    font-weight: normal;
    font-size: 11px;
    color: #3F5438;
    text-transform: uppercase;
    }

#right_col h1 {
    display: block;
    margin: 5px 0 0;
    padding: 0 0;
    color: #292929;
    font-weight: normal;
    font-size: 16px;
    }

#right_col p {
    display: block;
    margin: 5px 0 10px 0;
    color: #444444;
    font-weight: normal;
    letter-spacing: .25px;
    font-size: 10px;
    line-height: 18px;
    background: transparent url(../images/pbottom.gif) no-repeat bottom center;
    }

#navigation ul {
    display: block;
    padding: 0 0;
    }

#navigation h2 {
    font-weight: normal;
    font-size: 11px;
    color: #3F5438;
    text-transform: uppercase;
    }

#navigation h1 {
    border: 1px solid #4F1D07;
    border-width: 0 0 1px 0;
    display: block;
    margin: 10px 0 0 0;
    padding: 0 0 2px 0;
    color: #4F1D07;
    font-weight: normal;
    font-size: 14px;
    }

#navigation p {
    display: block;
    margin: 0 0;
    padding: 0 0;
    color: #333333;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    }

#footer {
    background: transparent url(../images/bg_footer.gif) no-repeat 0 0;
    display: block;
    margin: 0 auto;
    width: 712px;
    height: 7px;
    }
   
#footer p {
    display: block;
    float: right;
    margin: 0 10px 0;
    text-align: right;
    color: #494949;
    }
