/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
        width:875px;		/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	margin:0 auto;
	text-align:left;
}
	
/* 2 column right menu settings */
.rightmenu {

}
	
.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-271px;
        position:relative;
        right:100%;
        background:#fff;

}

.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}

.rightmenu .col1 {
	margin:0 0 0 271px;
	padding-top:20px;
	overflow:hidden;
}

.rightmenu .col2 {
        float:right;
       	padding-top:20px;
        width:271px;
        position:relative;
        left:271px;
                min-height:250px;
}




div#imp {
	position:absolute;
	right:0;
	top:0;
	font-size:11px;
	padding:10px;
	color:#B0B6B7;
}

div#imp a {
	color:#B0B6B7;
}
div#imp a:hover {
	color:#333;
}

div#top {
	position:relative;
	height:102px;
}

div#mainnav {
	clear:both;
	height:28px;
	background: url(../images/layout/bgmenu.gif) left top repeat-x;
	margin-bottom:9px;
}


div#main {
	width:875px;
	text-align:left;
	padding:9px 0;
	margin:0 auto;
}

div#mainPadding {
	width:893px;
	background:#FFF;
	margin:0 auto;
	margin-top:12px;
	margin-bottom:12px;
}

body {
	font-family:verdana,arial,sans-serif,georgia;
	text-align:center;
	background:#B0B6B7;	
	font-size:13px;
}

body,html {

}

a {
	text-decoration:none;
}

* {
	margin:0;
	padding:0;
}