/*================================================================
	
	BLIS WEB AGENCY "TEMPLATE" STYLESHEET
	
	The purpose of stylesheet is position the "container"
	to the height and width you want it on the screen
	
	FORMAT: LONG CENTRE
	
	RULES:
	1. No TEXT FORMATING
	2. NO ENHANCEMENT (WIDGET) STYLES (THIS INCLUDES FORMS)
	3. AVOID HACKS
	4. NO IMAGES

================================================================*/

/* EVERYTHING
----------------------------------------------------------------*/

	* {
		margin: 0;
		padding: 0;
	}

/* BODY
----------------------------------------------------------------*/

	body
	{
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}


/* WEBPAGE
----------------------------------------------------------------*/
	.webpage
	{
		margin: 0px auto; 
		width: 760px;
	}

/* NAVIGATION
----------------------------------------------------------------*/

    .navigation
    {
        margin-left: -381px;
        width: 766px;
        height: 1px;
        top: 240px;
        text-align: left;
        z-index: 100;
        position:absolute;
        left:50%;
    }
    

/* FOOTER
----------------------------------------------------------------*/

    #footer
    {    
        margin-left: -380px;
        padding: 12px 0 12px 4px;
        width: 760px;
        position:absolute;
        left:50%;
    }
