﻿.activity
{
	width:100%;
	float:left;
	clear:both;
}
.activity .top
{
	width:100%;
	float:left;
	clear:both;
	background-repeat:no-repeat;
	height:236px;
	overflow:hidden;
}
.activity .top .logo
{
	width:140px;
	height:239px;
	float:left;
	overflow:hidden;
}
.activity .top .logo img
{
	width:140px;
	height:239px;
	position:relative;
}
.activity .menu
{
	float:right;
	width:800px;
}
.activity .menu .menuLink
{
	float:right;
	clear:both;
	padding:5px;	
	color:#fff;
}
.activity .menu .menuLink a
{
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}
.activity .menu .sep
{
	float:right;
	clear:both;
	width:220px;
	height:1px;
	overflow:hidden;
	background:url('../i/activity/sep.png') repeat-x;
}
.activity .leftClmn
{
	width:230px;
	float:left;
	clear:both;
	background:#f6f4f0;
	overflow:hidden;
	padding-bottom:5px;
}
.activity .rightPart
{
	float:left;
	width:745px;
	margin-left:25px;
	z-index:300;
	position:relative;
}
.activity .rightClmn
{
	width:230px;
	float:left;
	
	background:#f6f4f0;
}
.activity .centerClmn
{
	width:515px;
	float:left;
	display:inline;
	
	overflow:hidden;
}
.activity .masterFooter
{
	height:80px;
	width:100%;
	clear:both;
	margin-top:10px;
	float:left;
}
.activity .masterFooter .logo
{
	height:80px;
	width:189px;
	float:left;
	background:url('../i/activity/footer.jpg') no-repeat bottom;
}
.activity .masterFooter .right
{
	height:80px;
	width:811px;
	float:right;
}
.activity .masterFooter .right .ftop
{
	height:59px;
	width:100%;
	float:left;
	clear:both;
}
.activity .masterFooter .right .fbottom
{
	height:21px;
	width:100%;
	float:left;
	clear:both;
	background:#53a940;
	text-align:right;
}
.activity .masterFooter .right .fbottom a
{
	color:#fff;
	line-height:21px;
	padding-right:5px;
	text-decoration:none;
}
.activity .masterFooter .right .fbottom a:hover
{
	text-decoration:underline;	
}

