body {
	background-color:#F0F0F0;
}
		#body {
			width:800px;
			margin:0px auto;
			background-image:url(../images/bg_frame.gif);
			background-repeat:repeat-y;
			background-position:center;
		}
		#wrapper {
			width:780px;
			margin:0px auto;
			padding-top:20px;
		}
#main {
}
	#main .colLeft {
		width:470px;
		float:left;
	}
	#main .colRight {
		width:290px;
		float:right;
	}
