/* CSS Document */

body{
	width:1100px;
	margin:0 auto;
}


body *{
	/*border:#000 1px solid;*/
}


#left{
	float:left;
	width:330px;
	overflow:hidden;
}

#mid{
	float:left;
	width:620px;
	padding:3px;
}

#right{
	float:left;
	width:100px;
}

#wrap{
	clear:both;
	width:1090px;
	overflow:hidden;
}

#clear{
	clear:both;
}

#header,#footer{
	width:1000px;
	text-align:center;
}