/* CSS Document */

body {background: #cccccc url(../image/bg_grad.jpg) fixed}

.body_in {width:850px; margin:0 auto 0 auto; text-align:left; background-color:#FFFFFF}
	.header {}
	.content {}
		.leftColumn {width:200px; float:left}
		.center {
			margin:0 10px 10px 222px; 
			padding:0 10px 0 20px; 
			border:2px solid #CFD9E3; 
			border-left:none; 
			background:url(../image/border_bg.gif) repeat-y 0px 0px
		}
	.footer {border-top: 1px solid #cccccc;  border-bottom:1px solid #FFFFFF}

.cleaner {clear:both}