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


*{font-family: Helvetica, Arial, sans-serif;
line-height:16px;
text-decoration:none;

}
#center{
		margin:0 auto;
		padding-top:50px;
		padding-bottom:20px;
		padding-right:20px;
		padding-left:20px;
		position:relative; /* puts container in front of distance */
		height:auto;
		width:960px;
		clear:left;
		border: none;
}

#top{
	position:relative;
	height:59px;
	width:880px;
	}
	
	
#content{
	position:relative;
	width:960px;
	height:600px;
	background-repeat:no-repeat;
	
}

#content-left{
	float:left;
	width:360px;
	height:180px;
	
	}
	
#content-left1{
	float:left;
	width:600px;
	height:180px;
}
	
	
#content-left1 p{	
	color:#FFF;
	font-stretch:expanded;
	line-height:24px;
	font-size-adjust:inherit;
	font-size:22px;
	font-weight:lighter;
}
	
#content-right{
	float:left;
	width:360px;
	height:280px;
	padding-top:20px;
	
	}
	
#content-right1{
	float:left;
	width:600px;
	height:380px;
	}
	
#left{
	float:left;
	width:220px;
	height:380px;
	}

#left p{
	color:#CCC;
	font-size:14px;
	line-height:18px;
	font-weight:lighter;
	font-stretch:expanded;
	
	}
#left a {
	color:#ff6600;
	font-size:14px;
	line-height:18px;
	font-weight:lighter;
	font-stretch:expanded;
}

#left span {
	color:#ff6600;
	font-size:14px;
	line-height:18px;
	font-weight:lighter;
	font-stretch:expanded;
}
	
#right{
	float:left;
	width:360px;
	height:380px;
	background-image:url(../images/index/magazine.jpg);
	background-repeat:no-repeat;
	}
	
.open{
	position:absolute;
	width:auto;
	top: 437px;
	left: 846px;
}


.show{
	position:absolute;
	width:auto;
	top: 464px;
	left: 0px;
}
