@charset "utf-8";
/* CSS Document */
body {
	width:780px;
	margin:0 auto 0;
}
#header {
	width:100%
}
#content {
	width:98%; 
}
#colleft {
	float:left;
	width:320px;
	margin:10px auto 0;
}
#colright {
	float:right;
	width:420px;
	margin:10px;

}
