/*********************************************************************************/
/* Column                                                                        */
/*********************************************************************************/
#column_l {
	float: left;
	position: relative;
	width: 50%;    
    text-align: center;
}

#column_l img
{   
    margin-top: 5%;    
    vertical-align: middle;
    text-align: center;
    max-width : 90%;
    max-height : 90%;
}

#column_r {
    float: right;
    position: relative;	
    width: 50%;
    margin: 0;
    text-align: center;
}

#column_r p{
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 35px;	
}    

/*********************************************************************************/
/* News                                                                          */
/*********************************************************************************/
#News
{
    background-color: #000;
}

#News p {
    color: #fffed9;
}

#News_Column_l {
	float: left;
	position: relative;
	width: 50%;
	margin: 0;
    text-align: center;
}

#News_Column_l img{    
    margin-top: 10%;
    width: 90%;
}

#News_Column_r {
    float: right;
    position: relative;	    
    margin-top: 4px;
    width: 50%;
    text-align: center;
} 

#News_Social
{
    height: 24px;
    vertical-align: middle;        
    text-align: center;
} 

/*********************************************************************************/
/* Safari Quest                                                                  */
/*********************************************************************************/
#SafariQuest
{
	position: relative;
    height: 256px;
	background: url(../SafariQuest/Background.jpg);	
    background-repeat:  repeat-x;
    background-position: top;
    vertical-align: middle;
}

#SafariQuest p 
{
    color: #fff;    
    background-color: rgba(0, 0, 0, 0.3);
}

/*********************************************************************************/
/* Line Of Fire                                                                  */
/*********************************************************************************/
#LineOfFire
{
	position: relative;
    height: 256px;
	background: url(../LineOfFire/Background.jpg);	
    background-repeat:  repeat-x;
    background-position: top;
}

#LineOfFire p
{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}