@charset "utf-8";

.about_site_info,
.about_me_info,
.cgi_regulations_info,
.php_regulations_info,
.blackberry_regulations_info,
.phpmysql_regulations_info,
.sample_regulations_info,
.shareware_regulations_info,
.business_regulations_info {
    height: 40px;
    border: 1px solid #ccc;
    clear: both;
}
.about_site_info {
    background: #fff url("/pic/about_site.jpg") no-repeat;
    margin-top: 6px;
}
.about_me_info {
    background: #fff url("/pic/about_me.jpg") no-repeat;
    margin-top: 10px;
}
.cgi_regulations_info {
    background: #fff url("/pic/cgi_regulations.jpg") no-repeat;
    margin-top: 10px;
    margin-bottom:10px;
}
.php_regulations_info {
    background: #fff url("/pic/php_regulations.jpg") no-repeat;
    margin-top: 10px;
    margin-bottom:10px;
}
.blackberry_regulations_info {
    background: #fff url("/pic/blackberry_regulations.jpg") no-repeat;
    margin-top: 10px;
    margin-bottom:10px;
}
.phpmysql_regulations_info {
    background: #fff url("/pic/phpmysql_regulations.jpg") no-repeat;
    margin-top: 10px;
    margin-bottom:10px;
}
.sample_regulations_info {
    background: #fff url("/pic/sample_regulations.jpg") no-repeat;
    margin-top: 10px;
    margin-bottom:10px;
}
.shareware_regulations_info {
    background: #fff url("/pic/shareware_regulations.jpg") no-repeat;
    margin-top: 10px;
    margin-bottom:10px;
}
.business_regulations_info {
    background: #fff url("/pic/business_regulations.jpg") no-repeat;
    margin-top: 10px;
    margin-bottom:10px;
}
.about_main {
    color: #292929;
    padding: 5px;
    clear: both;
}

dl.about {
    width: 100%;
}

dl.about dt {
    color: #333333;
    padding:3px;
    padding-right:0;
    border-bottom: 1px dotted #cccccc;
    width: 150px;
    float: left;
    line-height:1.5em;
}

dl.about dd {
    color: #2f4f4f;
    padding:3px;
    padding-right:0;
    padding-left:0;
    border-bottom: 1px dotted #cccccc;
    line-height:1.5em;
    margin-left:154px;
}
