body {
    background-image: url('../images/bg.png');
    text-align: center;
    font-family: Verdana, sans-serif;
    margin: 0px;
    padding-top: 6px;
}

ul {
    color: #5b5b5b;
    list-style-image: url('../images/blip.png');
}

p {
    font-size: 8pt;
    line-height: 14px;
    text-align: left;
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
}

.unfloat {
    float: none;
    clear: both;
}

.imglink {
    border: 0px none;
}
.imglink img {
    border: 0px none;
}

#divMain {
    margin: 0 auto;
    text-align: left;
    width: 768px;
}

#divHeader {
    margin: 0 auto;
    text-align: right;
    width: 708px;
    padding-right: 60px;
    font-size: 9pt;
    color: #ffffff;
}
#divHeader a:link, #divHeader a:hover, #divHeader a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
#divHeader a:hover {
    text-decoration: underline;
}

#divPageLeft {
    float: left; 
    width: 78px; 
    height: 950px;
}

#divPageMiddle {
    float: left; 
    width: 612px; 
    height: 950px;
}

#divPageRight {
    float: left; 
    width: 67px; 
    padding-right: 11px; 
    height: 950px;
}

#divPageTop {
    width: 612px;
    height: 11px;
}

#divPageBottom {
    width: 612px;
    height: 18px;
}

#divPageSection1 {
    height: 291px;
    width: 612px;
    background-color: #ffffff;
}

#divPageSection2 {
    height: 387px;
    width: 612px;
    background-image: url('../images/page_mid.png');
}

#divPageSection3 {
    background-color: #ffffff;
    height: 243px;
    width: 612px;
}

.price {
    color: #db221a;
    font-size: 20pt;
    font-weight: bold;
}

#divOrderByPhone {
    background-image: url('../images/order_by_phone.jpg');
    width: 212px; 
    height: 35px;
    padding-top: 30px;
    padding-left: 85px;
    font-size: 19pt;
    text-align: center;
}
#divBlogContent {
    width: 900px;
    margin: 0 auto;
    color: #ffffff;
    text-align: left;
}

#divBlogContent a:link, #divBlogContent a:visited, #divBlogContent a:hover {
    text-decoration: none;
    color: #ffffff;
}

#divBlogContent a:hover {
    text-decoration: underline;
}

.blog_title {
    border-bottom: 1px solid #efefef;
    padding-bottom: 4px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.blog_title, .blog_title a:link, .blog_title a:hover, .blog_title a:visited {
    font-size: 11pt;
    font-weight: bold;
    color: #efefef;
    text-decoration: none;
}
.blog_title a:hover {
    text-decoration: underline;
}
.blog_date {
    padding-left: 0px;
    padding-bottom: 5px;
    font-size: 8pt;
    font-style: italic;
    color: #efefef;
    font-weight: normal;
}

.blog_content {
    padding-left: 10px;
    padding-right: 20px;
}     