/***********************************************************************
 * file:		css/whattorecycleathome.css
 * author:		toy
 * date:		25jan10
 * re:			css for page specifically
 * 
 * rev history
 * [toy 25jan10]	init rev 
 * 
 ************************************************************************/
#main .titleD {
    background: url("/images/bkg_bl_big_title.png") repeat-y; 
    height: 24px;
    color: #f2f8ef; 
    font-weight: bold; 
    margin: 0px 0 0 0px; 
    padding: 6px 0 0 160px; 
    border: solid 0px red;}

#main .contentD {
    width: 750px;
    margin: 40px 0 0 20px;
    float:left;
    border: solid 0px purple;
}
    #main .contentD .mapD {
        width: 580px;
        font-size: .9em;
        margin: 0px 0 0 10px;
        float:left;
        border: solid 0px purple;
    }
    #main .contentD .mapD div.textD {
        width: 300px;
        font-size: .8em;
        border: solid 0px blue;
    }

#towns {
    width: 150px;
    font-size: .8em;
    float: left;
    margin: -20px 0 0 0 ;
    border: solid 0px purple;
}
    #towns a{
        font-size: .75em;
    }
    #towns ul{
    }
    #towns li{
        height: 15px;
        background: url("/images/mapmarker.png") 5px center no-repeat;
        padding: 5px 0 7px 25px;
        border-bottom: dotted 1px black;
    }

#map {
    margin: 20px 0 0 0;
    width: 560px; 
    height: 400px; 
    border: solid 1px #434353;
}