#pkgholder {
    width: auto;
    height: auto;
    clear: both;
}
#package {
    width: auto;
    float: left;
    margin: 5px;
}
#advertise{
    border: 1px solid #7c972a;
    height: 168px;
    width: 94px;
    float:right;
    margin: 5px;
}

#pkgholder h1 {
    border: 1px solid #acc65f;
    background: #BFDB6D;
    color: #586c1c;
    font-size: 14px;
    font-family: sans-serif;
    text-align: center;
}
.pkgheading {
    margin-bottom: 10px;
    font-size: 13px;
    color: #BFDB6D;
}
.detail {
    color: #3e5305;
    text-align: center;
    font-weight: bold;
}
.detail2 {
    color: #3e5305;
    text-align: center;
    font-weight: bold;   
}
.detail3{
    color: #004992;
    font-weight: bold;
}
.more a {
    display: block;
    text-decoration: none;
    text-align: right;
    color: red;
    font-size: 10px;
}
.note{
    color: #bf0000;
	display: block;
	height: 65px;
    margin-top: 75px;
}
#package p {
    display: block;
    border: 1px solid #7c972a;
}