* {
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

img, table {
	border:none;
}

form {
	padding:0;
	margin:0;
}

a {
	color:#339999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: 'Microsoft YaHei', SimHei, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background: #a2ddef url("bg.png") repeat-x;
}

#header {
	width:960px;
	margin:0 auto;
	height:110px;
	background: #454545 url("bg.png") repeat-x;
	overflow:hidden;
}

#logo {
	width:269px;
	height:72px;
	background: url("logo.png") no-repeat;
	margin:30px 0 0 0;
	float:left;
}

#user {
	float:left;
	padding: 7px 0 0 400px;
}

#user div.avatar {
	width:96px;
	height:96px;
	background: url("avatarbg.png") no-repeat;
	text-align:center;
	float:left;
	margin-right:10px;
}

#user div.avatar img {
	width:80px;
	height:80px;
	margin:8px auto;
}


#user h2 {
	float:left;
	color:#fff;
	font-size:16px;
	font-weight: normal;
	padding:0;
	margin:6px 0;
	width:120px;
}

#user ul {
	list-style:none;
}


#nav {
	height:43px;
	margin: 4px 0 0 0;
	overflow:hidden;
}

#body {
	min-height:400px;
	width:960px;
	margin:0 auto;
}

#footer {
	height:291px;
	background: #444 url("footer.png") 0 -55px repeat-x;
	color: #fff;
	overflow:hidden;
}

#footer ._content {
	width: 940px;
	margin:0 auto;
	padding: 20px 0 10px 0;
}

#left {
	width: 210px;
	float:left;
	padding: 10px 0;
	overflow-x:hidden;
	margin-right:10px;
}

#middle {
	width: 510px;
	float:left;
	background:green;
	padding: 10px 0;
	overflow-x:hidden;
	margin-right:10px;
}

#middle2 {
	width: 730px;
	float:left;
	padding: 10px 0;
	overflow-x:hidden;
}

#middle ._content, #middle2 ._content {
	padding: 0 6px;
}

#right {
	width: 210px;
	float:left;
	background:yellow;
	padding: 10px 0;
	overflow-x:hidden;
}

.round210 {
	width:210px;
	overflow-x:hidden;
	background:url(r210.png) -210px 0px repeat-y;
}

.round210 .header{
	width:210px;
	height:12px;
	overflow:hidden;
	background:url(r210.png);
}

.round210 .body{
	padding: 0 10px;
}

.round210 .footer{
	width:210px;
	height:12px;
	overflow:hidden;
	background:url(r210.png) 0px -13px;
}

.gap {
	height:10px;
	overflow:hidden;
}

.clear {
	clear:both;
}

.user_small {
	float:left;
	width:62px;
	height:90px;
	text-align:center;
}

.user_small img{
	width:50px;
	height:50px;
	border: 1px solid #bbb;
}

.user_small div{
	width:100%;
	height:18px;
	line-height:18px;
	overflow:hidden;
	font-size:12px;
}


.user_big {
	float:left;
	width:130px;
	margin:10px 3px;
	text-align:center;
}

.user_big img{
	width:120px;
	height:120px;
	border: 1px solid #bbb;
}

.user_big div{
	width:100%;
	height:18px;
	line-height:18px;
	overflow:hidden;
	font-size:14px;
}


/*-------page start--------*/
.paging {
	margin: 5px 0 0 0;
	/*border-top: 1px solid #919191;*/
	padding: 4px 0 0 0;
	text-align:center;
}

.paging a {
	text-align:center;
	color:#fff;
	margin:0 5px;
	line-height:21px;
	height:21px;
	display:inline;
	padding:0 5px;
	border:1px solid #8ecdfa;
	background:#42a2e8;
	text-decoration:none;
}
.paging a:hover, .paging a.current{
	background:#fff;
	color:#000;
	text-decoration:none;
	border:1px solid #42a2e8;
}
.paging span {
	line-height:21px;
	height:21px;
	margin-top:1px;
	display:inline;
}

.historylist {
	margin:10px 0px;
}

/* flash */
.flash {
	float:left;
	width:139px;
	text-align:center;
	margin: 6px 0;
}

.flash .icon {
	width:120px;
	height:90px;
	border: 1px solid #bbb;
}

.flash .name {
	width:130px;
	height:32px;
	margin:4px 0px;
}

.flash .time {
	width:130px;
	height:14px;
	margin:4px 0px;
	color: #999;
}


.profile h2 {
	font-size:16px;
	font-weight:bold;
}

.profile dl {
	clear:both;
}

.profile dt {
	width:40px;
	float:left;
	text-align:right;
	margin: 4px 10px 4px 0;
}

.profile dd {
	float:left;
	margin:4px 0;
}


.add_friend, .is_friend {
	display:block;
	width:171px;
	height:43px;
	background:url(friends.png);
	float:right;
	margin-top:30px;
}

.is_friend {
	background-position:0px -43px;
}
.add_friend {
	cursor:pointer;
}

.footeritem {
	width:300px;
	float:left;
}

.footeritem h3 {
	margin:0;
	padding:0;
}

