* {
margin: 0;
padding: 0;
}

body {
font-family: Arial;
background: #eee;
margin: 20px auto;
}

#pic-body {
font-family: Arial;
background: #fff;
margin: 0 auto;
}

a {
color: blue;
}

img {
border: none;
}

#logo {
	position: relative;
background: url(/images/css-hdr-2.png) top left no-repeat;
text-align: center;
height:45px;
margin: 15px 0 0 0;
}

#pic-logo {
position: relative;
background: url(/images/css-hdr-2.png) top center no-repeat;
text-align: center;
height:45px;
margin: 15px 0 0 0;
}

h1 {
position: absolute;
font-size: 14px;
top: 20px;
right: 20px;
}

h5 {
margin: 20px 0 20px 0;
font-size: 38px;
text-align: center;
}

h2 {
margin: 20px 0 20px 0;
font-size: 26px;
text-align: center;
}

h3 {
margin: 20px 0 25px 0;
font-size: 34px;
text-align: center;
font-weight: normal;
}

h4 {
margin: 20px 0 20px 0;
font-size: 46px;
text-align: center;
font-weight: normal;
}

p {
margin: 15px 0 15px 0;
font-size: 18px;
}

hr {
height:0px;
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 1px solid #999;
margin:0 0 20px 0;
}


#page {
background: #fff;
margin:0 auto;
padding: 10px 20px 0 20px;
}

#pic-page {
	width: 1024px;
	background: #fff;
	margin: 0 auto;
}

#pic-page img {
border: 1px solid black;
}

#wrapper {
background: #fff;
width:938px;
margin:0 auto;
padding: 0 10px 0 10px;
border-left:1px solid #999;
border-right:1px solid #999;
border-top:1px solid #999;
border-bottom:1px solid #999;
}

.no-border {
border: none;
}

.left {
float:left;
}

.right {
float: right;
}

.center {
text-align: center;
}

.hilite {
background-color: #fff648;
}

.red-text {
color:#900000;
}

.green-text {
color: #009712;
}

.blue-text {
	color: #006cff;
}

.bright-red-text {
	color: #dc221b;
}

.yellow-text {
	color: #fecf00;
}

.gold-text {
	color: #c8741c;
}


.grey-text {
color:#aaa;
}

.small-text {
font-size: 10px;
}

.online-box {
background-color: #900000;
margin:0;
padding:5px;
border-top:1px solid black;
border-left:1px solid black;
border-right:1px solid black;
text-align: center;
color: #fff;
font-size: 24px;
}

.online-box a {
	color: #ffff00;
}

.search-box {
background-color: #e5e5e5;
margin:0 0 30px 0;
padding:15px;
border:1px solid #999;
text-align: center;
}

.float-thumb {
	float: left;
	display: inline;
	width: 202px;
	padding: 5px;
	margin: 0px 14px 14px 0px;
	border: 1px solid #999;
}

.thumb {
	position: relative;
	display: block;
	width: 200px;
	height: 220px;
	border:1px solid blue;
	margin: 0 0 5px 0;
}

.online-now-corner {
background: url(/images/online-now-corner.png) top center no-repeat;
position: absolute;
height:86px;
width: 86px;
bottom: -1px;
right: -1px;
}

.profile-box {
background: url(/images/profile-box.png) top center no-repeat;
display: block;
margin: 10px 0 0 0;
width: 202px;
height: 46px;
}

.private-profile {
background: url(/images/private-profile.png) top center no-repeat;
display: block;
margin: 10px 0 0 0;
width: 202px;
height: 46px;
}

.profile-mood {
font-family: Arial;
font-size: 12px;
line-height: 16px;
margin: 5px 0 5px 0;
color: #666;
}

.last {
	margin-right: 0;
}

.bold {
	font-weight: bold;
}

.clear {
clear: both;
height: 0px;
width: 0px;
line-height: 0px;
font-size: 0px; /*for IE*/
}