@charset "utf-8";
/* CSS Document */

body{
	margin:20px;
}

#container{
	width:850px;
	margin:auto;

}
#left-content{
	width:198px;
	float:left;
		padding:15px 0px 15px 0px;

}
#center-content{
	width:440px;
	float:left;
	padding:15px 5px 15px 5px;
}
#right-content{
	width:200px;
	float:left;
	padding:15px 0px 15px 0px;
}
#footer{
clear:both;
width:850px;
}
