/* layout CSS for BridgePointe at Myrtle Park */

/* (1)main layout  (2)nested layout (3)misc */

/* (1) */

#branding-nav {
float: left;
height: 245px;
width: 200px;
background: transparent;
}


#main-nav {
float: left;
height: 220px;
width: 200px;
background: transparent;
}

#branding {
float: left;
height: 120px;
width: 200px;
background: transparent url(www/images/logo.gif) no-repeat;
}



body {
border: 0;
padding: 0;
}

#content-holder {
height: 420px;
width: 760px;
margin-top: 70px;
margin-left: auto;
margin-right: auto;
background: #FDF8E6;
}

/* (2) */
#header {
height: 20px;
width: auto;
background: #113832;
}

#mid-content {
height: 200px;
width: 760px;
background: #FDF8E6 url(www/images/content-bg.jpg) no-repeat;
}


#content {
position: relative;
top: 10px;
left: 20px;
float: left;
display: block;
height: auto;
width: 320px;
background: transparent;
z-index: 98;
}

#side-images {
position: relative;
left: 90px;
float: left;
height: 380px;
width: 150px;
background: transparent;
}

#site-info {
height: 20px;
width: auto;
background: #113832;
}

/* (3) */
.compare {
}

.pricesheettable {
border-spacing: 15px;
border: 1px solid black;
}

img {
border: none;
}
