/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski */


/* SITE SPECIFIC LAYOUT */



        	/* LAYOUT */
			div#layout {
				width: 528px;
				float: left;
				
				padding-bottom: 100px;
			}        
			
			/* MAIN */
			div#main {
			    width: 400px;
				margin-top: 15px;
				padding-left: 15px;
                }


		
	    /* LOCAL */
			div#local
                {
                    float: right;
                    display: inline;
                    font-weight: bold;
                    padding-right:35px;
                    padding-left:20px;
					padding-bottom: 100px;
					padding-top: 100px;
					width: 175px;
                
                }
                
         /* Extra 1 */
            div#extra1 {
                display: inline;
                position: absolute;
                width: 175px;
                height: 120px;
                top: 55px;
                right: 35px;
            }

/* END LAYOUT */





