/* column container */
#desktop .colmask {
	margin: 50px 0;
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
#desktop .colright,
#desktop .colmid,
#desktop .colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
#desktop .col1,
#desktop .col2,
#desktop .col3,
#desktop .col4 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

/* 3 Column settings */
#desktop .threecol .colmid {
	right:33%;			/* width of the right column */
}

#desktop .threecol .colleft {
	right:33%;			/* width of the middle column */
}

#desktop .threecol .col1 {
	text-align: justify;
	width:29%;
	left:70%;
}
#desktop .threecol .col2 {
	text-align: justify;
	width:29%;
	left:73%;
}

#desktop .threecol .col3 {
	text-align: justify;
	width:29%;
	left:76%;
}

#desktop #mobile-navbar-button {
	display: none;
}

#desktop #mobile-navbar {
	display: none;
}

#desktop #mobile-navbar-games {
	display: none;
}
