@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
}
/* Common Css */
img
{
	border:0px;
}
Generic clearfix class 
*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear
{
	clear:both;
}
p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4d4d;
	line-height:21px;
}
/* Common Css */

#wrapper
{
	width:1000px;
	margin:0 auto;
}
.center_body
{
	width:1000px;
	padding:25px 5px;	
}
.left_panel
{
	float:left;
	width:275px;
}
/*.left_panel ul
{
	margin:45px 0px 0px 5px;
	padding:0px;
}
.left_panel ul li
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:5px 0px;
	list-style-type:none;
}
.left_panel ul li a{color:#666666; text-decoration:none}
.left_panel ul li a:hover{color:#ff0000; text-decoration:none}

.left_panel ul li.current a
{
	color:#ff0000;
}
*/
.right_panel
{
	width:535px;
	float:left;
	padding-left:65px;
}
.people_img
{
	border:0px solid #c4c4c4;
}
.button
{
	background:url(../images/back.png);
	width:77px;
	height:29px;
	border:0px;
	text-indent:-9999px;
	cursor:pointer;
}
.copyrights
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#acacac;
}
.copyrights a
{
	color:#acacac;
	text-decoration:none;
}
.copyrights a:hover
{
	color:#acacac;
	text-decoration:underline;
}
.nst
{
	float:right; 
	margin-top:-14px;
}