body
{
    margin: 0;
    padding: 0;
    background: #F6F6F6 url(http://company.fm/Images/bd.jpg) repeat-x;
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
    color: #333333;
}
a
{
    color: #498AC1;
}
a:hover, a:active
{
    text-decoration: none;
    color: #11911B;
}
h1, h2, h3
{
    margin: 0;
    font-weight: normal;
    color: #3E3E3E;
}
ul
{
    margin: 0;
    padding: 0;
}
li
{
    list-style-type: none;
}
        
.topline
{
    background: #1C1C1C;
    width: 990px;
    height: 70px;
    margin: 0 auto;
    color: #fff;
}
.topline a
{
    color: #fff;
}
.topline .logo
{
    float: left;
    margin-top: 10px;
}
.topline .menu
{
    float: right;
}
        
.main
{
    width: 990px;
    margin: 50px auto;
}
        
.main .left
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    width: 460px;
    background: #2B2B2B;
    padding: 15px 15px 20px;
    clear: right;
}
.main .left a
{
    color: #DBDADA;
    text-decoration: none;
}
.main .left ul li
{
    line-height: 20px;
    color: #DBDADA;
    font-size: 12px;
}
.main .left h2, h3, h4
{
    color: #DBDADA;
    margin-bottom: 10px;
    font-weight: bold;
}
.main .left .dir ul li
{
    float: left;
    width: 50%;
}
.main .left .loc ul li
{
    float: left;
    width: 50%;
}
.main .left .loc span a
{
    display: block;
    font-size: 12px;
    float: left;
    padding: 5px 10px 5px 10px;
}
.main .left .hot
{
    margin: 20px 0;
}
.main .left .hot h2
{
    font-size: 14px;
}
.main .left .hot span a
{
    display: block;
    font-size: 12px;
    float: left;
    margin: 0 10px 10px 0;
}
        
.main .right
{
    float: right;
    width: 480px;
}
.main .right .right_top
{
    height: 400px;
}
.main .right .right_top h1
{
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.main .right .right_top p
{
    margin: 40px auto 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.main .right .right_top p img
{
    margin-right: 15px;
}
.main .right .right_top .intro
{
    text-align: left;
}
/* Post */
.post
{
    border-bottom: 1px dotted #D1D1D1;
    margin-bottom: 15px;
}
.post .title
{
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}
.post .address
{
    margin: 0;
    font-size: 12px;
}
.post .entry
{
    display:block;
    font-size: 11px;
    line-height: 18px;
     word-break:break-all;
     word-wrap:break-word;
}
.post .links
{
    font-size: 11px;
}
.post .links span
{
    width: 16px;
    height: 16px;
    display: block;
    margin: -1px 3px 0;
}
.post .links span:title
{
    font-size: 11px;
}
.post .links .tel
{
    background: url(http://company.fm/Images/ico.png) no-repeat;
    float: left;
    background-position: 0 -31px;
}
.post .links .site
{
    background: url(http://company.fm/Images/ico.png) no-repeat;
    float: left;
    background-position: 0 0;
}
.post .links .email
{
    background: url(http://company.fm/Images/ico.png) no-repeat;
    float: left;
    background-position: 0 -16px;
}
.post .links .fax
{
    background: url(http://company.fm/Images/ico.png) no-repeat;
    float: left;
    background-position: 0 -46px;
}
        
/* Footer */
#footer
{
    padding: 30px 0 20px 0;
    background: #1B1C1C;
    text-align: center;
    color: #FFFFFF;
}
#footer a
{
    color: #FFFFFF;
}
#footer p
{
    text-align: center;
}
        
        
#page
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: rgb(255, 255, 255);
    margin: 15px auto 0px;
    padding: 10px;
    width: 960px;
}
#content
{
    width: 485px;
    margin-top: 20px;
    padding-right: 25px;
    border-right-color: rgb(217, 217, 217);
    border-right-width: 1px;
    border-right-style: solid;
    float: left;
}
#sidebar
{
    width: 430px;
    float: right;
}
#sidebar .ads
{
    text-align: center;
    margin-bottom: 20px;
}
#sidebar .tagged
{
    margin: 20px 0px;
}
#page h1, #page h2, #page h3
{
    margin: 0px;
    color: rgb(62, 62, 62);
    font-weight: normal;
}
#page h2
{
    font-size: 14px;
}
#sidebar h2
{
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom-color: rgb(209, 209, 209);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
#sidebar .hot span
{
    margin: 10px 8px 0px 0px;
    padding: 3px 5px;
    border: 1px solid rgb(221, 233, 243);
    border-image: none;
    float: left;
    display: block;
    background-color: rgb(244, 247, 249);
}
a
{
    color: rgb(73, 138, 193);
}
#sidebar .hot a
{
    text-decoration: none;
}
#sidebar .tagged a
{
    margin: 0px 10px 10px 0px;
}
#sidebar h3
{
    font-size: 16px;
    margin-bottom: 10px;
}
#page p, #page ul, #page ol
{
    margin: 0px 0px 2px;
    text-align: justify;
    line-height: 26px;
    font-size: 11px;
}
#sidebar ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#sidebar h4
{
    margin: 20px 0px 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: lighter;
    border-bottom-color: rgb(209, 209, 209);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
#sidebar .loc span a
{
    margin: 0px 15px 10px 0px;
    font-size: 11px;
}
#sidebar .loc li
{
    width: 50%;
    float: left;
}
#sidebar .dir li
{
    width: 50%;
    float: left;
    display:inline-block;
}
#page .post
{
    margin-bottom: 15px;
    border-bottom-color: rgb(209, 209, 209);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
.page
{
    margin: 5px auto;
    width: 98%;
    height: 30px;
    overflow: hidden;
}
.page ul
{
    margin: 2px 0px;
    text-align: right;
}
.page li
{
    list-style: none;
    padding: 3px;
    color: rgb(102, 102, 102);
    font-size: 15px;
    display: inline;
}
.page li a
{
    color: rgb(51, 153, 255);
    font-size: 15px;
    text-decoration: underline;
}        
#main {
	width: 730px;
	float: left;
}
#main .profile
{
    line-height: 20px;
    padding-bottom: 20px;
}
        
#main .profile
{
    font-size:14px;
}

#main .profile h2
{
    margin-bottom:0;
    font-weight:bold;
}
#main .profile span
{
    padding-top:10px;
    display:inline-block;
    width:660px;
}
#main .profile span img
{
    float: left;
    display: inline-block;
    padding-right: 10px;
    width: 200px;
    height: 150px;
}
#mainside
{
    width: 195px;
    float: right;
}
#mainside h2
{
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom-color: rgb(209, 209, 209);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
#mainside span
{
    margin-bottom: 8px;
    display: block;
}
#mainside a
{
    font-size: 12px;
}
#mainside .tagged a
{
    margin: 0px 10px 10px 0px;
    font-size: 12px;
    float: left;
    display: block;
}
.sel
{
    font-weight: bold;
    font-size: 14px;
}