body{
	font-family:lr@SVbN;
	font-size: 15px;
}

#container{
	width:760px;
	margin:0 auto;
	text-align:left;
}

#inner{
	font-size: 15px;
	margin:0 10px;
}

.CenterLeft{
	width:570px;
	float:left;
}

.center{
	width:400px;
	float:right;
}

.left{
	width:160px;
	float:left;
}

.right{
	width:160px;
	float:right;
	text-align: center;

}

.clear{
	clear:both;
	line-height:0;
	height:0;
}


.clearfix {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}
	
#thanks {
	width:730px;
	margin:10px auto 10px;
	text-align:left;
	height: 91px;
	border: 2px dotted #f00;
	padding: 5px;
	}