@charset "utf-8";


/* CSS Document */

 #main {
    width:600px;
    height:200px;
}
.left {
	float:left;
	width: 275px;
	height: 200px;
}

.center {
	float:left;
	width: 400px;
	height: 200px;
}
.right {
	float:left;
	width: 275px;
	height: 180px;
}
.main {
	float:left;
	width:950px;
	height:200px;
	}
.header {
	float:left;
	width:950px;
	height: 150px;
	}
.2colright {
	float:right;
	width:400px;
	height:auto;
	}
.2colleft {
	float:center;
	width:800px;
	height:auto;
	}

