#wrapper-0 {
	margin: 0 auto;
}

#wrapper-1 {
    margin: 0 auto;
    width: 910px;
	background-image: url(../images/bg-wrap-shadow.png);
}

#header {
	margin: 0;
	padding: 0;
    clear:both;
    /*float:left;*/
    width:100%;
    background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	height: 97px;
	min-height: 97px;
}

/* column container */
.colmask {
	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 .colleft {
	float: left;
	width: 200%;
	margin-left: -270px;
	position: relative;
	right: 100%;
}

.rightmenu .col1wrap {
	float: left;
	width: 50%;
	position: relative;
	left: 50%;
}

.rightmenu .col1 {
	margin: 0 0 0 270px;
	overflow: hidden;
}

.rightmenu .col2 {
	float: right;
	width: 253px;
	position: relative;
	left: 270px;
}

/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%;
}

