/**************/
#bottom_bar {
width: 847px; 
height: auto; 
background-color: white; 
padding-bottom: 26px; 
position: relative; 
float: left; 
}

#bottom_bar_contents {
width: 821px;
height: auto; 
background-color: #2780c3;
position: relative; 
top: 14px; 
left: 13px;
padding-top: 5px; 

}

#supporters {
position: relative; 
padding: 3px 10px 10px 6px;
float: left; 
width: 208px;
}

#border_bottom_bar{
position: relative; 
border-right-width: 1px;
border-right-style: solid;
border-right-color: white; 
width: 1px; 
height: 100px; 
float: left;
margin: 8px -4px; 
}


#merchandize{
position: relative; 
padding: 2px 3px 8px 4px;
float: left; 
width: 180px;
}

#merchandize_text{
font-size: 11px; 
color:white; 
width: 194px; 
padding-top: 2px; 
}

#news1{
position: relative; 
padding: 2px 10px 2px 5px;
float: left; 
width: 228px; 

}

#news1_title{
font-size: 12px; 
color:white; 
font-weight: bold; 
padding-bottom: 1px; 
}

#news1_text{
font-size: 11px; 
color:white; 

}

#news1_image{
float: left; 
padding-right: 1px; 
margin-right: 5px; 
padding-top: 2px; 
}

#social{
position: relative;
float: left; 
}

#follow_us_heading{
padding-top: 4px; 

}

#follow_us{
margin-left: 2px; 

position: relative; 
width: 140px; 
float:left; 
}
/* --------------News-------------------------- */
#latest_news {
width: 847px; 
height: auto; 
background-color: white; 
padding-bottom: 13px;
position:relative;
float:left;
}

#latest_news img {
display: block;
}

#latest_news1 {
top:13px;
left:13px;
position: relative; 
float: left; 
margin-right: 3px; 
width: 265px; 
}

#latest_news_text{
top:13px;
left:13px;
background-color: #85b9e5;
height: 36px; 
font: bold 13px "Arial"; 
color: white; 
padding: 2px 0 0 4px; 
}


#latest_news2 {
top:13px;
left:13px;
position: relative; 
float: left; 
margin-right: 3px; 
width: 278px; 
}



#latest_news3 {
top:13px;
left:13px;
position: relative; 
float: left; 
width: 272px; 
}



/* --------------Big picture top------------------------- */
#big_pic_top
{
	position:relative;
	float:left;	
	height:auto;
	background-color:#fff;
	padding-bottom:13px;
	width: 847px;
}
#big_pic
{
	position:relative;
	float:left;
	width:821px;
	height:351px;
	background-color:#fff;
	left:13px;
	top:13px;
}
#big_pic img
{
	display:block;
	vertical-align:bottom;
}

#big_pic_footer{
	width: 821px; 
	height: 52px; 
	background-color: #6db0e8;
	position: absolute;
	z-index: 15; 
	bottom: 0px; 
	left: 0px; 
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */

}

#big_pic_text
{
	position: absolute; 
	z-index: 20; 
	bottom: 0px; 
	left: 0px; 
	font: bold 13px "Arial"; 
	color: white;
	padding: 0px 0px 10px 5px; 
}

#big_pic a 
{
	text-decoration: none; 
	cursor: pointer; 
	
}

#mini_gallery
{
	position: absolute; 
	z-index: 20;
	bottom: 3px;
	right: 6px;
}


