/* *************************
© The Gt's York 2007
***************************/
*{padding:0;margin:0;}
body 
{
    font-family:Verdana, Sans-Serif, Serif;
    font-size:0.7em;
    line-height:2em;
    color:#222;
    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:right;
        font-weight:normal;
        text-transform:uppercase;
        font-family:Arial;
        color: white;
        border-bottom:3px #ccc double;
        width:100%;
    }
    h2
    {
    	text-align:center;
        font-family:Arial;
        font-size:1.25em;
        font-weight:bold;
    }
        h2:first-letter
        {
            color:#EE2100;
        }
        h3
        {
            font-size:1.2em;
        }
a img
{
    border:0;
}
a,a:visited
{
    text-decoration:none;
    color:#EE2100;
    border-bottom:1px #790000 dotted;
}
    a:hover
    {
        color:#f20;
    }
p
{
    margin:15px 0;
}
/* ********************************************* * mainDIV*/
#container
{
    width:940px;
    height:auto;
    margin:20px auto;
    background:#0075FF;
    padding:20px;
}
    
	#leftside
	{
		width:165px;
		height:auto;
		background:#E8ECFF;
		float:left;
		padding:10px;
	}
	#rightside
	{
		width:165px;
		height:auto;
		background:#E8ECFF;
		float:right;
		padding:10px;
	}
    
   	#middle
        {
            width:530px;
            height:auto;
            background:#0075FF;
            margin-left:200px;
            text-align: center;
    	}
    	#middle .img
    	{
			display:inline;
			margin:auto;
		}
	#middle .text
    	{
		margin:auto;
		text-align: left;
	}

		
	#middle .imagelist
	 {
	     width:480px;
	     margin:0 auto;
	  }
	            #middle .imagelist ul
	            {
	                padding:0; margin:0;
	                list-style:none;
	                line-height:normal;
	            }
	            #middle .imagelist li
	            {
	                    list-style:none;
	                    padding:0; margin:0;
	                    float:left;
	                    width:110px;
	                    height:110px;
	                    text-align:center;
	                    margin:5px;
	                    background:#ccc
	            }
	            #middle .imagelist .thumb
	            {
	                width:110px;
	                height:110px;
	            }
	                #middle .imagelist .thumb img
	                {
	                    width:100px;
			    height:70px;
                }
 
/* ********************************************* * mainNAV*/
#nav
{
    width:750px;
    height:20px;
    clear:both;
    font-size:1.25em;
    font-weight:bold;
    font-family:arial;
    padding:20px;
    margin-left:160px;
    color:#ffffff;
}
    #nav ul
    {
        list-style:none;
    }
        #nav li
        {
            float:left;
            text-transform:uppercase;
	    color:#FFFFFF;
        }
            #nav li a,
            #nav li a:visited
            {
                display:block;
                padding:0 8px;
                text-decoration:none;
                color:#FFFFFF;
                border:0;
            }
            #nav li a:first-letter
            {
                color:#EE2100;
            }
                #nav li a:hover
                {
                    color:#f20 !important;
                }

    #nav .first a,
    #nav .first a:visited
    {
        padding-left:0;
    }
/* ********************************************* * 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;
}
/* ********************************************* * 
/* ********************************************* * 
/* ********************************************* * 
/* ********************************************* * 
/* ********************************************* * 
/* ********************************************* * end*/