﻿/* column container */
	.columnmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column right menu settings */
	.rightmenu {
	   
	}
	.rightmenu .columnleft {
        float:left;
        width:200%;
        margin-left:-300px;
        position:relative;
        right:100%;
       
    }
    .rightmenu .column1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .column1 {
        margin:0 15px 0 315px;
        overflow:hidden;
	}
    .rightmenu .column2 {
        float:right;
        width:270px;
        position:relative;
        left:285px;
        border-left:1px solid #ccc;
        padding-left:10px;
        margin-left:10px;
    }

h1 {

display:block;
float:none;
color:#45ABD4
}
header h1 {

display:inline;
float:left;
clear:none;
}
