body {
	font-family: Arial;
	font-size: 12pt;
	margin:0;
	padding:0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li {
	padding: 0;
	margin: 0;
}
.floorplan {
    clear: both;
    page-break-after: always;
    margin: 20pt;
    height: 970pt;
    width: 742pt;
    position: relative;
}
.floorplan .thumbs .thumb {
	width: 200px;
	height: 215px;
	float: left;
	margin-right: 35px;
	margin-bottom: 35px;
	text-align: center;
}
	.floorplan .thumbs .thumb img {
		display:block;
	}
    .floorplan .footer {
        height: 70pt;
        border-top: 1pt dotted black;
        left: 0;
        right: 0;
        position:absolute;
        bottom: 0;
                	
    }
		.floorplan .footer span {
			position: relative;
			left: 10px;
			top: -10px;
		}
		.floorplan .footer img {
			position: relative;
			top: 10px;
		}
    .floorplan .header {
    	height: 57pt;
    	border-bottom: 1pt dotted black;
    	margin-bottom: 25pt;
    }
		.floorplan .header .header-text {
			float: left;
		}
        .floorplan .header h1 {
            font-size: 25pt;
            font-weight: normal;
            padding: 0;
            margin: 0;
        }
        .floorplan .header h2 {
            font-size: 15pt;
            font-weight: normal;
            padding: 0;
            margin: 0;
            margin-bottom: 5pt;
        }
        .floorplan .header .pricing {
            float: right;
            text-align: right;
            vertical-align: bottom;
            line-height: 57pt;
        }
            .floorplan .header .pricing .monthly {
                font-size: 30pt;
                font-weight: bold;
            }
    .floorplan .details {
        clear: both;
    }
        .floorplan .details .blueprint {
            float: left;
            height: 500pt;
            width: 460pt;
            text-align:right;
        }
        .floorplan .details .features {
            float: right;
            width: 34%;
        }
            .floorplan .details .features h3 {
                border-bottom: 1px dotted gray;
            }
            .floorplan .details .features li {
                background: url(../images/bull01.gif) no-repeat left center;
                padding-left: 10px;
                margin-bottom: 3px;
            }
