body {
	background-color: #000000;
}
#header {}
#navigation {
	background-color: #333333;
	background-image:url('../_images/nav/home.jpg');	
}
#leftfull {}
#left2col {
	width: 392px;
}
#right1col {
	width: 220px;
	float: right;
}
#left1col {
	width: 220px;
}
#right2col {
	width: 392px;	
	float: right;
}
#threecol1 {
	float: left;
	width: 200px;
	height: 100%;
}
#threecol2 {
	float: left;
	width: 32%;
	height: 100%;
	margin-left:14px;
}
#threecol3 {
	float: right;
	width: 200px;
	height: 100%;
}


