div#center{
	margin: 0px auto;
	width: 817px;
	/*border: 1px solid black;*/
	height: 490px;
}
div#top{
	width: 100%;
	height: 114px;
	background-image:url(images/font_top.jpg);
	background-repeat:repeat-x;
	/*border: 1px solid red;*/
}
div#left{
	float: left;
	position: relative;
	width: 170px;
	min-height: 450px;
	/*border: 1px solid blue;*/
	/*height: 100%;*/
	background-color: #EFF1E4;
}
div#wrap{
	float: right;
	position: relative;
	width: 647px;
	/*border: 1px solid green;*/
	height: 100%;
}
div#content{
	float: left;
	position: relative;
	width: 647px;
	min-height: 450px;
	/*border: 1px solid yellow;*/
	/*height: 100%;*/
	
}
/*div#right{
	float: right;
	position: relative;
	width: 170px;
	/*border: 1px solid magenta;
	height: 100%;
	background-color: #EFF1E4;
}*/
div#footer{
	width: 100%;
	height: 43px;
	/*border: 1px solid turquoise;*/
	clear: both;
}
div#topdroit{
	float: right;
	position: relative;
	width: 207px;
	height: 42PX;
}
div#stufcontent{
	width: 627px;
	padding: 10px;
	/*background-color: #cccccc;*/
	margin: 0px 0px 0px 0px;
}