h1{
        border-bottom:solid 1px #000;
        margin: 0 0 3px 0;
        padding: 0 0 3px 0;
        font-size:1.2em;
    }
    h2{
        margin: 10px 0 0 0;
    }
    p{
        margin:0px 0 5px 0;
    }
    #content-wrapper{
        
    }
    #main-content{

        margin-left:190px;
    }
    #map-navigation{
        width:180px;
        border:solid 1px #333;
        float:left;
    }
    .imageRight{
        float:right;
        margin: 5px 0 5px 5px;
    }
    .imageLeft{
        float:left;
        margin: 5px 5px 5px 0px;
    }
    .area-images{
        float:left;
        margin: 10px 0 0px 0;
        border:solid 1px #ccc;
    }
    #map-menu-header{
        margin: 10px 0 0 0;
        padding:3px;
        display:block;
        background-color:rgb(52,108,141);
        border-top:solid 1px #333;
        border-bottom:solid 1px #333;
        font-weight:bold;
        color:#333;
        background:url(/business/business-images/sb-item-h.gif) no-repeat bottom left;
        backgroun-repeat:none;
    }
    #map-menu{
        margin:0;
        list-style:none;
        border-top:solid 1px #333;
        border-bottom:solid 1px #333;
    }
    #map-menu span{
        padding:3px;
        display:block;
        border-bottom:solid 1px #333;
    }
    #map-menu a{
        display:block;
        background-color:rgb(166,196,215);
        padding:3px;
        border-bottom:solid 1px #333;
        color:black;
        text-decoration:none;
        background-image:url(/business/business-images/sb-item.gif);
    }
    #map-menu a:hover{
        background-color:rgb(237,227,199);
        text-decoration:underline;
        background-image:none;    
    }
    #banner-wrapper{
         background-image: url(/business/business-images/bndo-bg.jpg);      
    }
    #banner{
		background-repeat:no-repeat;
    }
	.info-box{
		width:45%;
		float:left;
		background-image:url(/business/business-images/info-box-bg.jpg);
		background-repeat:repeat-x;
		background-color:rgb(251,253,253);
		margin:5px;
		border:solid 1px #999;
	}
	.info-box h2{
		padding:5px;
		margin:0;
	}