
    body {
        background:url(/winking_madness/slice/background.jpg) repeat;
        height: 100%;
		font-family: Trebuchet MS;
		font-size: 15px;
		color: black;
    }

    #header {
        background:url(/winking_madness/slice/header.jpg) top left no-repeat;
        height: 214px;
        width: 1180px;
        margin: 0px;
        padding: 0px;
        display: block;
    }
    
    #body_container {

    }
    
    #footer {
        background:url(/winking_madness/slice/footer2.jpg) top left no-repeat;
        height: 92px;
        width: 1180px;
        margin: 0px;
        padding: 0px;
    }
    
    #left_container {
        float: left;
        padding: 0px;
        margin: 0px;
        display: block;
    }
    
    #middle_container {
        float: left;
        padding: 0px;
        margin: 0px;
        display: block;
        width: 1018px;
        background-color: white;
    }
    
    #right_container {
        float: left;
        padding: 0px;
        margin: 0px;
        display: block;
    }
    
    #left_container .cell1 {
        background:url(/winking_madness/slice/left_top.jpg) top left no-repeat;
        height: 400px;
        width: 82px;
        margin: 0px;
        padding: 0px;
    }
    
    #left_container .cell2 {
        background:url(/winking_madness/slice/left_sliver.jpg) repeat-y;
        width: 82px;
        margin: 0px;
        padding: 0px;
    }
        
    #left_container .cell3 {
        background:url(/winking_madness/slice/left_bottom.jpg) top left no-repeat;
        height: 400px;
        width: 82px;
        margin: 0px;
        padding: 0px;
    }
    
    
    #right_container .cell1 {
        background:url(/winking_madness/slice/right_top.jpg) top left no-repeat;
        height: 400px;
        width: 82px;
        margin: 0px;
        padding: 0px;
    }
    
    #right_container .cell2 {
        background:url(/winking_madness/slice/right_sliver.jpg) repeat-y;
        width: 82px;
        margin: 0px;
        padding: 0px;
    }
    
    #right_container .cell3 {
        background:url(/winking_madness/slice/right_bottom.jpg) top left no-repeat;
        height: 400px;
        width: 82px;
        margin: 0px;
        padding: 0px;
    }
    
    
    #lizardLink {
        margin: 0px;
        padding: 0px 0px 0px 45px;       
        display: block;
        height: 214px;
        width: 1135px;      
    }
    
    #logo {
        margin: 20px 0px 0px 0px;
        padding: 0px;
        display: block;
        height: 127px;
        width: 127px;
        float: left;
    }
    
    #logo a {
        display: block;
        height: 126px;
        width: 126px;
    }
    
    #header_text {
        margin: 55px 0px 0px 20px;
        padding: 0px;
        display: block;
        width: 430px;
        height: 70px;
        float: left;
        font-size:13px;
		font-weight:bold;
		line-height:15px;
		font-family: Trebuchet MS;
    }
    
    #welcomearea {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        display: block;
        width: 490px;
        height: 200px;
        float: left;
        font-size:13px;
		font-weight:bold;
		line-height:15px;
		font-family: Trebuchet MS;
    }
    
    #login {
        margin: 65px 20px 0px 0px;
        padding: 0px 0px 0px 0px;
        display: block;
        width: 100px;
        height: 40px;
        float: right;
        font-size:13px;
		font-weight:bold;
		line-height:15px;
		font-family: Trebuchet MS;
		text-align: right;
    }
    
    #login p {
        color: white;
        height: 18px;
        width: 100px;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
    }
    
    #login a {
        color: white;
    }
    
    #menu {
        margin: 25px 10px 0px 0px;
        padding: 0px;
        display: block;
        width: 420px;
        height: 30px;
        float: right;
    }
    
    #navigation
    {
        list-style-type:none;
        float:right;
        margin:0px 0px 0px 0px;
    }
    
    #navigation li
    {
        float:left;
        display:inline;
        margin:0px 5px 0px 5px;
    }
    
    #navigation li img
    {
        border:0px;
    }
    
    #content {
        font-size:13px;
		font-weight:normal;
		font-family: Trebuchet MS;
		
		padding: 10px 0px 0px 20px;
    }

    #content input,select
    {
        font-family:Trebuchet MS;
    }
    
    #content a
    {
        font-weight:bold;
        text-decoration:underline;
        cursor:pointer;
        color:Black;
    }
	
    #content h1{
		text-transform: uppercase;
        font-family: Trebuchet MS;
		font-size: 16px;
	}	
    
    #content a:hover
    {
        color:#CCCCCC;
        text-decoration:none;
    }
    
    #content #tournament
    {
        text-transform:uppercase;
        font-size:14px;
        padding:10px;
    }
    
    #content #tournament a
    {
        font-weight:bold;
        text-decoration:none;
    }
    
    #content #tournament a:hover
    {
        text-decoration:underline;
    }
    
    #content #bracketcontainer
    {
        margin:0px 0px 0px -100px;
    }
    
    #content .BracketBoy
    {
        font-size:10px;
		        font-weight: bold;
        line-height:10px;
        letter-spacing:0px;
        font-family:Trebuchet MS;		
		
    }
    
    #content .correctpick
    {
        background-image:url(/winking_madness/images/correct.jpg);
        background-position:center;
        background-repeat:repeat-y;
        background-color:#A4C98D;
    }
    
    #content .leaderheader
    {
        font-size:15px;
        font-weight:bold;
        color:#AB1C00;
        padding:30px;
		text-transform: uppercase;
    }
    
    #content .leaderboardrow td
    {
        font-size:15px;
        padding:10px;
    }
    
    #content .leaderboardrow_a td
    {
        background-color:#FAFFBD;
        font-size:15px;padding:10px;
    }			
	
	    #logo_wrapper {
        display: block;
        padding: 100px 0px 0px 90px;
    }
    
    #footer #tt_logo {
        background-image: url('/winking_madness/images/tt_logo.gif');
        background-repeat: no-repeat;
        height: 31px;
        width: 40px;
        float: left;
        display: block;
    }
    
    #footer #tt_logo a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    #copyright {
        float: left;
        display: block;
        height: 20px;
        padding: 5px 75px 0px 0px;
    }
    
    #copyright span {
        font-family: arial;
        font-size: 12px;
        color: #999999;
        padding: 0px 15px 0px 0px;
    }				


	.deadlinetext {
		font-family: Trebuchet MS;
		font-size: 13px;
		color: black;
	}
	
	.deadlinedate {
		font-family: Trebuchet MS;
		font-size: 13px;
		color: #ab1c00;
		font-weight: bold;
	}
	
	.tstatstext {
		font-family: Trebuchet MS;
		font-size: 14px;
		color: #005600;
		font-weight: bold;
	}
	.tstatsnumber {
		font-family: Trebuchet MS;
		font-size: 14px;
		color: #ab1c00;
		font-weight: bold;	
	}