body {
        margin:0;
        font: normal .75em/1em "verdana", sans-serif ;
}

a {
        color:#E40086;
        font-size:.9em;
        text-decoration:none;
        font-weight:bold;
}

a:visited {
        color:#E40086;
        font-size:.9em;
        text-decoration:none;
}

a img{
        border:none;
}

p {
	color:#363d41;
	font-size:.9em;
        text-decoration:none;
}

#aboutus {
	color:#363d41;
	font-size:.8em;
        text-decoration:none;
        border:1px solid #ccc;
	padding:5px;
}

#mainHdr {
        background-color:#4e4943;
        margin:0;
        height:200px;
        background: black url("../images/starfield.gif") repeat-x top left; 
        border-bottom:1px solid #ccc;
        position:relative;
}

#mainTitle {
        position:absolute;
        bottom:0;
        right:0;
        margin-bottom:-8px;
        margin-right:5px;
        z-index:999;
}

img#tiger {
        position:absolute;
        bottom:0;
        right:0;
        margin-bottom:0px;
        margin-right:363px;
}

img#stuff {
        position:absolute;
        bottom:0;
        right:0;
        margin-bottom:40px;
        margin-right:500px;
}

#content {
        /*
        margin-top:5px;
        margin-bottom:5px;*/
        position:relative;
        clear:both;
        background: transparent url("../images/fauxCol1.gif") repeat-y top left; 
        
}
#content .rightContent{
        float: left;
        width: 100%;
}
    #content  .rightContentInner{
            margin-top:10px;
            padding:5px;
            margin-left: 110px; /*Set left margin to LeftColumnWidth*/
    }
    
    #content .rightContentInner p{
            text-indent:15px;
            
    }

#content .leftNav{
        background-color:none;
        padding:5px;
        float:left;
        width:95px;
        margin-left: -100%;

}
        #content .leftNav h6 {
            font-size:.8em;
            margin:0;
            text-align:center;
            font-weight:normal;
        }
        
        #content .leftNav ul{
                display:inline;
                margin-left:0;
                list-style:none;
        }
        #content .leftNav ul li{
                text-align:center;
                margin-bottom:4px;
        }


#footer{
        font-size:.8em;
        clear:both;
        border-top:1px solid #999;
        color:#999;
        text-align:right;
}

#contributors {
        background:#f0f0f0;
        border:1px dotted #ccc;
        padding:5px;
        margin-top:-8px;
	}
    #contributors h6 {
            margin:0;
            display:inline;
            font-size:.85em;
            color:#999;
            font-weight:bold;
    }
    #contributors ul {
            display:inline;
            margin:0;
            list-style:none;
            margin-left:-20px;
    }
    #contributors ul li{
            display:inline;
            padding-left:20px;
            background: transparent url("../images/undefined.gif") no-repeat -3px -3px;
            margin-right:10px;
    }
    
	#contributors ul li.calvin {
	    background: transparent url("../images/calvin.gif") no-repeat -3px -3px;
	}

	#contributors ul li.jill {
	    background: transparent url("../images/jill.gif") no-repeat -3px -3px;
	}
	
	#contributors ul li.evon {
	    background: transparent url("../images/evon.gif") no-repeat -3px -3px;
	}
	
	#contributors ul li.alex {
	    background: transparent url("../images/alex.gif") no-repeat -3px -3px;
	}
	
	#contributors ul li.tone {
	    background: transparent url("../images/tone.gif") no-repeat -3px -3px;
	}
	
	#contributors ul li.coey {
	    background: transparent url("../images/coey.gif") no-repeat -3px -3px;
	}
	
	#contributors ul li.willy {
	    background: transparent url("../images/willy.gif") no-repeat -3px -3px;
	}


.ljItem {
    margin-top:15px;
    border:1px solid #ccc;
    border-bottom:1px solid #666;
    border-right:1px solid #666;
    background-color:#fcfcfc;
    padding:5px 10px;
}
    .ljItem h6{
        font-size:1.3em;
        margin:0;
        padding:3px;
        color:white;
    }
    .ljItem h6 a{
    
    }
    
    .ljItem p {
        text-indent:15px;
        font:normal .9em/1.3em;
    }
    
    .ljItem .footer {
        margin-top:5px;
        border-top:1px solid #ccc;
        text-align:right;
    }
    .ljItem .footer .postDt{
        margin-right:5px;
        font-size:.75em;
    }
