html {
    background-color: #fff;
    background-repeat: repeat-x;
}

div {
    text-align: left;
}

#header, #content {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

#header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer {
    line-height: 1.5;
    margin-top: 16px;
    clear: both;
}

#spanning {
    width: 960px;
    margin: 0 auto 15px auto;
}


#sidecolumn {
    float: right;
}

#leftcolumn {
    float: left;
    width: 200px;
    margin-right: 20px;
}

#content {
    background: url(/images/resume/room.gif) repeat-y;
}

div.content-blank {
    background-image: none;
}

#content .floor {
    background: url(/images/resume/roof.gif) no-repeat bottom;
    height: 30px;
    clear: both;
}

#navigation {
    background: url(/images/resume/roof.gif) no-repeat top;
    height: 64px;
    position: relative;
    z-index: 10;
}
#navigation.minheight {
    height: 60px;
}
#navigation .tabs {
    position: absolute;
    margin-left: 40px;
}

#navigation h1 {
    background: url(/images/resume/resume_title.gif) no-repeat 0 17px;
    height: 30px;
    /*font-size: 25px;  适应邀请/通知*/
    font-weight: bold;
    line-height: 30px;
    padding-left: 35px;
   /* margin: 16px 0 0 25px;*/
    margin:0 22px;
    padding:18px 0 18px 35px;
    font-size:20px;
    font-family:"微软雅黑","Microsoft Yahei","黑体","Hei";
    color:#666;
}

#navigation h1.setting {
    background: url(/images/resume/setting.gif) no-repeat;
}
#navigation h1.delivery {
    background: url(/images/icons/32/delivery.png) no-repeat 0 18px;
	_background: url(/images/icons/32/delivery.gif) no-repeat 0 18px;
	height:22px;
	line-height:22px;
	margin:0 0 0 23px;
	padding-bottom:18px;
	padding-top:22px;
	padding-top:24px\0;
}
#navigation h1.account {
    background: url(/images/user/account.gif) no-repeat 0 17px;
}
#maincolumn {
    float: left;
    width: 720px;
}

#rightcolumn {
    width: 240px;
    float:right;
}

#rightcolumn ul.list {
    width: 200px;
    margin: auto
}

#fullcolumn {
    width: 958px;
    margin: auto;
    border: solid 1px #d1d1d1;
    border-width: 0px 1px;
}
