@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html, body {
/*width:100%;*/
}

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
div.clear {
	font-size:1px;
}

#footer {
	clear:both;
}

/* ------------ general ------------- */

.threeCol{ width:33%;float:left;}
