  body {

        background-color:       #d3d3d3;
        background:             url(./images/topbg.jpg) #d3d3d3 repeat-x;
        height:                 100%;
        width:                  100%;
        margin:                 0px;
        padding:                0px;
        text-align:             center;
        
        font-size:				10pt;
        color:					#666666;
        line-height:			22px;
        
    }
    
    #navBar {
        
        position:               relative;
        top:                    0px;
        height:                 120px;
        width:                  840px;
        margin:                 auto;
        background:             url(./images/navbar.jpg);
        background-color:       black;
    }

    #pageTitle {
        position:               relative;
        height:                 60px;
        width:                  840px;
        margin:                 auto;
        background-color:       #ccc;
        
    }
    
    .pageGraphic {
        position:               relative;
        height:                 360px;
        width:                  840px;
        margin:                 auto;
        
        background-color:       #d3d3d3;
        
    }
    .galleryButton {
    	float:					left;
    	
    }
    .galleryButtonCenter {
    	float:					left;
    	margin-right:			45px;
    	margin-left:			45px;
    }
  
    
    

    /* DIV Bacground Definitions */
    
    #pageGraphicAddress {
    	background:             url(./images/pagegraphic_address.jpg);
    }
    #pageGraphicClients {
    	background:             url(./images/pagegraphic_clients.jpg);
    }
    #pageGraphicCrew {
    	background:             url(./images/pagegraphic_crew.jpg);
    }
    #pageGraphichistory {
    	background:             url(./images/pagegraphic_history.jpg);
    }
    
    #pageGraphicInstallations {
    	background:             url(./images/pagegraphic_installations.jpg);
    }
    #pageGraphicMap {
    	background:             url(./images/pagegraphic_map.jpg);
    }
    #pageGraphicPress {
    	background:             url(./images/pagegraphic_press.jpg);
    }
    #pageGraphicProduction {
    	background:             url(./images/pagegraphic_production.jpg);
    }
    
    

    #pageGraphicGalleryBasketball {
    	background:             url(./images/pagegraphic_gallerybball.jpg);
    }    
    #pageGraphicGalleryCarOfTomorrow {
    	background:             url(./images/pagegraphic_gallerycot.jpg);
    }
    #pageGraphicGalleryDAVE {
    	background:             url(./images/pagegraphic_gallerydave.jpg);
    }
    #pageGraphicGalleryElvis {
    	background:             url(./images/pagegraphic_galleryelvis.jpg);
    }
    #pageGraphicGalleryLACGJ {
    	background:             url(./images/pagegraphic_gallerylacgj.jpg);
    }
    #pageGraphicGalleryPerfectBusiness {
    	background:             url(./images/pagegraphic_gallerypb.jpg);
    }
    #pageGraphicGallerySegway {
    	background:             url(./images/pagegraphic_gallerysegway.jpg);
    }
    #pageGraphicGalleryShaving {
    	background:             url(./images/pagegraphic_galleryshaving.jpg);
    }
    
    
    
    
    
    #pageContents {
        position:               relative;
        margin:                 auto;
        width:                  840px;
        text-align:             left;
        z-index:				1;
    }
    
    
    #pageGalleryNext {
    	position:				absolute;
    	left:					720px;
    	width:					120px;
    	height:					20px;
    	text-align:				right;
    	z-index:				100;
    }
    
    
    .pageSection {
    	
        position:               relative;
        
        padding:                0px; 
        padding-top:			30px;
        padding-bottom:         00px;
        
        margin:                 auto;
        margin-top:             0px; 
        
        width:                  840px;
        text-align:             left;
        
        border-bottom:          1px solid #666666;
        
    }
    
    .pageSectionTitle {
    
    
    	
    	position:               relative;
        left:                   20px;
        width:                  240px;
        height:					30px; 
        
        font-family:            times new roman;
        font-size:              10pt;
        font-weight:			bold;
        letter-spacing:			4px;
        
        text-transform:			uppercase;
        
    }

    .pageSectionContents {
    	position:               relative;
        top:                    -30px; 
        
    	
        
        left:                   300px;
        width:                  540px;
        font-family:            arial;
        font-size:              10pt;
        
        text-align:				justify;
        
        margin-bottom:			00px;
        
    }

    #sectionDivider {
        position:               relative;
        margin:                 auto;
    
        height:                 2px;
        width:                  840px;
        background-color:       black;
    
    }
    
    
    #footer {
    	font-family:            arial;
        font-size:              8pt;
        letter-spacing:			1px;
        color:					#999;
    }
    
    
    A, A:link, A:visited {
    	font-family:			arial;
    	font-size:				10pt;
    	text-decoration:		none;
    	color:					#0066cc;	
    
    }
    
    A:hover {
    	color:					black;
    }
    
    #footer A, #footer A:link, #footer A:visited {
    	font-family:			arial;
    	font-size:				8pt;
    	text-decoration:		none;
    	color:					#666;	
    }
    
    #footer A:hover{
    	color:					#333333;
    }
    
    
