* { margin: 0; padding: 0 }



#pwrap{
    width: 800px;
    margin: 0 auto;
    background: #961BA2;
    border: solid black 3px;
    color: white;
}

#pwrap h1 {
    padding-bottom: 20px;
}

#white {
    color: black;
    overflow: hidden;
}

#white { display: block; }

#white{
    padding-top: 15px;
    background: white;
    width: 750px;
    border-right: solid 3px;
    position: relative;
    left: 50px;
}

h2 span {
    float: right;
}

h2 {
    padding-left: 15px;
    padding-right: 15px;
}

#price_reduction {
	width: 405px;
	text-indent: -5000px;
	background: no-repeat url("/static_media/price_reduced.png");
	height: 305px;
    position: absolute;
    left: 350px;
    top: -5px;
}

#top_pics ul li {
    list-style: none;
}
#top_pics ul {
    padding-left: 15px;
    float: left;
}
#top_pics .right {
    padding-left: 20px;
}

#large_img {
    float: left;
    height: 350px;
    width: 456px;
}
#description {
    clear: both;
}

#top_pics {
    padding-top: 20px;
}
#list_and_pics ul {
    float: left;
    width: 220px;
    padding-left: 35px;
    font-weight: bold;
}
#list_and_pics img {
    padding-right: 10px;
       
}
#list_and_pics {
    padding-top: 20px;
}
p {
    line-height: 1.3em;
    font-family: sans-serif;
    font-size: 1.05em;
    padding: 15px;
}

#bottom img.left {
    float: left;
    padding-left: 15px;
    padding-bottom: 15px;
}
#agent_info {
    float: left;
}
#agent_info ul {
    list-style: none;
    padding-left: 20px;
    font-size: 1.2em;
}
#agent_info h3 {
    font-size: 1.5em;
    padding-bottom: 15px;
    text-align: center;
}
#bottom img.right{
    padding-left: 15px;
}

