@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
}

.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	overflow:hidden;		/* This chops off any overhanging divs */
}

.afici .colmid {
	float:left;
	width:200%;
	position:relative;
	right:100%;
}
.afici .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
}
.afici .col1wrap {
	float:left;
	width:50%;
	position:relative;
}
.afici .col1 {
	position:relative;
	left:200%;
	overflow:hidden;
}
.afici .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	position:relative;
}
.afici .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	position:relative;
	left:50%;
}

.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
}
.leftmenu .col1 {
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	float:left;
	position:relative;
}



