body{background-image:url(../img/body_bg.jpg);background-repeat:repeat-x;background-color:#dce1e6;}
.bg_wrapper{
	position:relative;
	margin: 0 auto;
	width:830px;
	background-image:url(../img/bg_wrap.png);
	background-repeat:repeat-y;
	}
.wrapper{
	position:relative;
	width:800px;
	margin: 0 auto;
	padding:0;
	background-color:#fff;
	}
div.column{
	margin:10px 10px 10px 10px;
	padding:0px;
	}
.page{
	position:relative;
	width:800px;
	margin:0px;
	background-color:#fff;
	margin-top:10px;
	}
.head{
	background-image:url(../img/head.jpg);
	background-repeat:repeat-x;
	height:29px;
	margin:0;
	top:0;
	padding:0;
	}
.content{background-color:#fff;}
.left{
	position:relative;
	float:left;
	width:140px;
	}
.right{
	position:relative;
	float:right;
	width:620px;
	}
.foot{
	position:relative;
	margin: 0 auto;
	width:830px;
	background-image:url(../img/foot.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
	}
.clear{clear:both;height:1px;}