body 
{
    font-family:Verdana, Sans-Serif, Serif;
    font-size:0.7em;
    line-height:2em;
    color:#ffffff;
    background:#222 url('images/bg_main.gif') repeat-x 100% 100%;
}
h1,h2,h3,h4,h5,h6
{
    line-height:normal;
}
    h1
    {
        font-size:3em;
        text-align:left;
        font-weight:normal;
        text-transform:uppercase;
        font-family:Arial;
        border-bottom:3px #ccc double;
        width:100%;
        clear:both;
    }
    h2
    {
        font-family:Arial;
        font-size:1.25em;
        font-weight:bold;
        border-bottom:1px #999 dotted;
    }
        h2:first-letter
        {
            color:#00BFFF;
        }
        h3
        {
            font-size:1.2em;
        }
        h4
	{
	  color:#00BFFF;
        }
	h5
    {
        font-family:Arial;
        font-size:1.25em;
        font-weight:bold;
        }
        h5:first-letter
        {
            color:#00BFFF;
        }

a img
{
    border:0;
}
a
{
    text-decoration:none;
    color:#00BFFF;
    border-bottom:1px #790000 dotted;
}
    a:hover
    {
        color:#f20;
    }
p
{
    margin:15px 0;
}
/* ********************************************* * mainDIV*/


#header
	{
		width:400px;
		height:auto;
		margin:40px 0px 0px 200px;
		
	}
	
#cont
{
		width:900px;
		height:auto;
		float:right;
		padding-right:100px;
		padding-top:10px;
}


	#cont .entry
        {
            width:900px;
            height:auto;
            margin:5px auto;
            clear:both;
            border-bottom:3px #ccc double;
            
		}
	#cont .entry .left
        {
            width:300px;
            height:auto;
            float:left;
		}
	#cont .entry .right
        {
            width:300px;
            height:auto;
            float:right;
		}
		
	#cont .imagelist
        {
            width:500px;
            margin:0 auto;
        }
            #cont .imagelist ul
            {
                padding:0; margin:0;
                list-style:none;
                line-height:normal;
            }
                #cont .imagelist li
                {
                    list-style:none;
                    padding:0; margin:0;
                    float:left;
                    width:110px;
                    height:110px;
                    text-align:center;
                    margin:5px;
                    background:#ccc
                }
            #cont .imagelist .thumb
            {
                width:110px;
                height:110px;
            }
                #cont .imagelist .thumb img
                {
                    width:100px;
                }
	#right
		{
		width:170px;
		height:auto;
		float: right;			
		}	

	#middle
	{
		width:650px;
		height:auto;
		float: left;
		padding:5px;
		
	}
	#middlerImage
	{
		width:400px;
		height:auto;
		float: left;
		padding:5px;
		margin-left:120px;
		
	}

	#middle .newshome
        {
            padding-top:10px;
            float:left;
            width:225px;
            height:auto;
            padding-right:10px;
            margin-right:10px;
            clear:left
        }
        #middle .matcheshome
        {
            float:right;
            width:225px;
            height:auto;
            clear:right;
            padding-top:10px;
        }
   
		
#left{
		width:180px;
		height:auto;
		float: left;
}

#nav
	{
    float:left;
    padding-left:10px;
    width:100px;
    height:20px;
	margin:10px 0px 0px 50px;
    clear:both;
    font-size:1.25em;
    font-weight:bold;
    font-family:arial;
	background:#fff;
	}
 

/* ********************************************* * misc*/
.imgright
{
    float:right;
    padding:2px;
    border:1px #ccc dotted;
    margin-left:15px;
    background:#f1f1f1;
}
.imgleft
{
    float:left;
    padding:2px;
    border:1px #ccc dotted;
    margin-right:15px;
    background:#f1f1f1;
}
#over
{
    position:absolute;
    left:50px;
    top:600px;
    width:5px;
    height:5px;
}
