body{
	margin: 0px;
	padding: 0px;
	background: url(../_images/bodyBack.gif) repeat-x top left;
}

#wrapper{
	width: 990px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: White url(../_images/wrapperBack.gif) repeat-y top left;
}

#header{
	height: 156px;
	width: 990px;
	position: relative;
	background: transparent url(../_images/headerBack.gif) no-repeat top left;
}

#logo
{
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
	left: 47px;
	top: 32px;
	background:url(../_images/logo.gif) no-repeat top left;
}

#logo a
{
	padding: 0;
	margin: 0;
	display: block;
}

#logo, #logo a
{
	width: 147px;
	height: 105px;
}

#logo a span
{
	display: none;
	overflow: hidden;
}



#cols{
	min-height: 212px;
	background: transparent url(../_images/colsBack.gif) no-repeat top left;
	width: 990px;
	padding-bottom: 10px;
}

#globalNav{
	width: 240px;
	position: relative;
	float: left;
	left: 11px;
	display: block;
	min-height: 162px;
	background: #f2ab19 url(../_images/menuBack.gif) repeat-x bottom;
	padding-bottom: 40px;
}

#headerImg{
	float: right;
	width:727px;
	height: 162px;
	position: relative;
	display: block;
	right:8px;
	background-color: Black;
	overflow: hidden;
}

#content{
	float: right;
	width:720px;
	position: relative;
	display: block;
	right: 8px;
	top:10px;
}




#footer{
	width: 990px;
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 auto;
	text-align: center;
	background: White url(../_images/footerBack.gif) no-repeat top left;
}

#bottomBlock{
	position: relative;
	margin: 20px 0 0 7px;
	padding-bottom: 4px;
	display: block;
	width: 980px;
}

.footerBlock{
	float: left;
	width:240px;
	height: 244px;
	margin-left:4px;
	position:relative;
	display: block;
}

.first{
	background-color: #d2d2d2;
}

.last{
	background-color: #d2d2d2;
}

.footerBlock .title{
	background: transparent url(../_images/greenBack.gif) repeat-x top left;
	color: White;
	font-size: 11px;
	line-height:31px;
	padding-left: 15px;
}

#lastNews{
	padding:5px 15px 0px 15px;
}

#lastNews .date{
	padding-bottom:10px;
	margin-top: -10px;
}

#lastNews .newsIntro{
	height: 90px;
	overflow: hidden;
}

#lastNews .newsMore{
	padding-top:15px;
	text-align: right;
}

.homepageAlbum{
	position: relative;
	left: 16px;
	top: 10px;
}

.homepageAlbum .homepageImg img{
	
	border: 7px solid white;
	
}

.homepageAlbum .homepageTitle{
	text-align: right;
	right: 30px;
	position: relative;
}
.homepageAlbum .homepageTitle a{
	
	color: #FFF;
}

.footerBlock .linkMore{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#calender{
	position: relative;
	margin-left: 10px;
	top: 5px;
}


#calender .day{
	float: left;
	position: relative;
	height: 23px;
	width: 30px;
	line-height: 23px;
	text-align: center;
	display: block;
	margin: 1px 1px 0px 0px;
}

#calender .today{
	background-color: Red;
	color: White;
	font-weight: bold;
}

#calender .active{
	background-color: #d2d2d2;
	color: White;
}

#calender .calTitle{
	font-weight: bold;

}

.sponsor{
	position: relative;
	display: block;
	width: 200px;
	height: 133px;
	overflow: hidden;
	border:7px solid #d2d2d2;
	left: 16px;
	top: 10px;
}