			body {
				font-family:sans-serif;
				color: rgb(51, 51, 51);
				margin:0;
				padding:0;
				height:100%;
			}
			
			a:link {
				color: rgb(59, 89, 152);
				text-decoration: none;
			}

			a:visited {
				color: rgb(59, 89, 152);
				text-decoration: none;
			}
			
			a:hover {
				text-decoration: underline;
			}
			
			.friend-pic {
				
				float		: left;
				margin		: 0 4px 4px 0;
			
			}
			
			.item {
				display		: list-item;
				font-size	: 12px;
				
				display: list-item;
				font-family: arial, sans-serif;
				font-size: 13px;
				list-style-image: none;
				list-style-position: outside;
				list-style-type: none;
				margin-bottom: 13px;
				margin-left: 0px;
				margin-right: 0px;
				margin-top: 0px;
				border-bottom: 1px solid #eee;
				overflow: hidden;
				padding-bottom: 13px;
				padding-right: 8px;

			}
			
			.r {
			
				display: inline;
				font-size: 16px;
				font-weight: bold;
				height: 0px;
				margin-bottom: 0px;
				margin-left: 0px;
				margin-right: 0px;
				margin-top: 0px;
				padding-bottom: 0px;
				padding-left: 0px;
				padding-right: 0px;
				padding-top: 0px;
				width: 0px;			
			}
			
			.s {
				display: block;
				margin-bottom:3px;
			
			}
			
			.t {
				display: block;
				height: 15px;
				padding-top: 0px;
			}

			.u {
				color: rgb(0, 128, 0);
				display: inline;
				font-style: normal;
				height: 0px;
				width: 0px;			
			}

			.v {
				display: inline;
				font-style: normal;
				height: 0px;
				width: 0px;			
			}	
			
			.link-btn {
				background: #eee;
				padding: 3px 6px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}
			
			.sidebar {
				padding		: 8px;
				clear		: both;
				margin-top	: 0px;
				overflow	: hidden;
				font-size	: 14px;
				font-weight	: bold;
			}
			
			.sb_on {
				-moz-border-radius-bottomleft		: 8px;
				-moz-border-radius-topleft			: 8px;
				-webkit-border-bottom-left-radius	: 8px;
				-webkit-border-top-left-radius		: 8px;
				background							: rgb(236, 239, 245);			
			}
			
			.sb_on_link {
				color: rgb(51, 51, 51);			
			}	
			
			.user_logged_box {
			
				float		: right;
				
			}