@charset "utf-8";
/* CSS Document */
html{
	background-color: #e6e6e6;
	}
body {
	background-color: #e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#42444d;
	width:1000px;
	margin:0px auto;
	font-size:13px;
	text-align:justify;
	line-height:18px;
}
#container{
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#left-panel{
	float:left;
	width:635px;
	padding-left:30px;
	padding-top:25px;
}
#right-panel{
	float:right;
	width:300px;
	padding-right:12px;
}





a img{
	border:none;
}
p{
	padding:0px;
	margin:0px;
	padding-bottom:15px;
}

.popup-bg{
	background-image: url(../images/pop-up.png);
	background-repeat:no-repeat;
	background-position: left top;
 	padding:15px 30px;
    text-align:center;
	height:137px;
}

.mypop-up{
	position:absolute; 
	width:386px; 
	height:137px; 
	margin-left:325px; 
	top:200px; 
	font-size:15px; 
	color:#FFFFFF; 
	line-height:15px; 
	margin-top:5px;
}

.tabs a{
	
}