body {
	margin:0px auto;
	padding:0;
	border:0;
	width:950px;
}

/* Header styles */
#header {
	clear:both;
/*	float:left;*/
	width:950px;
  text-align:left;
}

/* column container */
.colmask {
	position:relative;
	clear:both;
	float:left;
	width:950px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color:#fff;
	text-align:left;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {}
.rightmenu .colleft {
	right:320px;			/* right column width */
}
.rightmenu .col1 {
	width:620px;			/* left column content width (left column width minus left and right padding) */
	left:320px;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:320px;			/* right column content width (right column width minus left and right padding) */
	left:330px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
/*	float:left;*/
	width:950px;
}
