﻿/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Charan Katrue */


/* SITE SPECIFIC LAYOUT */



        	/* LAYOUT */
			div#layout {
				width: 528px;
				float: left;
				
				padding-bottom: 100px;
			}        
			
			/* MAIN */
			div#main {
			    width: 600px;
				margin-top: 15px;
				padding-left: 15px;
				padding-right:35px;
				
                }
         /* Extra 1 */
            div#extra1 {
                display: inline;
                position: absolute;
                width: 175px;
                height: 120px;
                top: 55px;
                right: 35px;
            }    