/* 
Tutor-Fi Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski */
@import url("/css/nav-horizontal_jim.css");



    html, body, div#page, form#aspnetForm, form#form1 {
        margin: 0;
        padding: 0;
             
    }
    
	
    div#page 
    {
        position: relative;
        width: 1366px;
	    margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-bottom: 20px;
        height:auto !important; /* real browsers */
        height:100%; /* IE6: treaded as min-height*/
        min-height:100%; /* real browsers */
		background-image:url(/_images/TutorFi_bkg.png);
		background-repeat:repeat-y;
	}
	
    
    /* HEADER */
		div#header {
			height: 200px;
			position:relative;
			margin:0 auto;
			width:1366px;
			text-align: right;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		
	 div#branding
        {
            position: absolute;
            left: 960px;
            top: 28px;
        }
 
    /* CONTENT */
		div#content {
			width: 800px;
			position: relative;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
		}
		
		
		/* BANNER */   
		div#banner {
			display: none;
		}

		
        /* LAYOUT */
			div#layout {
				width: 730px;
				margin-left: 50px;
				border-width: 0px;
				
				
               }

			
		 /* CLEAR */
			div#clear {
				clear: both;				
			}
			
	     /* LOCAL */
		    div#local{
		        display: none;
			    border-width: 0px;
		    } 
		
		
				
        /* MAIN */
			div#main {
				width: 720px;
				border-width: 0px;
				padding-left: 0px;
			}
			div#mainmargin
			{
			    padding-top: 20px;
			}

		

        
	/*//////////////////////////////////// TABLE */
		table {
			margin: 0 0 0 0;
			padding: 0;
		}
		
		#articles table {
			margin: 0 0 .2em 0;
			padding: 0;
		}	
		
		table td
		{
			padding: 2px;
		}
		table caption {
			margin: 0;
			padding: 0 0 1.5em 0;
		}
		th {
			font-weight: bold;
			text-align: left;
		}
		td {
			font-size: 1em;
		}
	/* END TABLE */ 		
		
		
        /* Newsletters */
        table.newslettersignup
        {
            margin-left: auto;
            margin-right:auto;
        }
        
        table.newslettersignup td
        {
            padding: 2px;
        }
        /* END Newsletters */

		 /* SUB1 */
			 div#sub1{
			    display: none;
			  }

		 /* SUB2 */
			
			div#sub2{
				 display: none;
			}		
        
    /* FOOTER */
		div#footer {
			

			}
		div#footer p {
			margin: 0;
			
		}

	
/* END LAYOUT */



