* {
	padding:0;
	margin:0;
}

body {
	text-align:center;
}

#main_wrap {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:url(../images/background_body.gif) left top repeat-y;
	width:960px;
	padding:0px 10px 0px 10px;
}

#header {
	width:960px;
}

#header_top {
	width:960px;
	height:85px;
	background:url(../images/bg_header_top.gif) left top no-repeat;
}

#top_navi {
	width:960px;
	height:26px;
	background:url(../images/bg_topnavi.gif) left top no-repeat;
	padding-top:10px;
}

#content {
	float:left;
	width:940px;
	padding:0px 10px 10px 10px;
	margin-top:20px;
	background:url(../images/bg_content.gif) left top repeat-y;
}

#left_column {
	width:205px;
	float:left;
}

#center_column {
	width:500px;
	margin-left:15px;
	margin-right:15px;
	float:left;
}

#right_column {
	width:205px;
	float:left;
}
* html #right_column{
	overflow:hidden;
}
* html #center_column {
	margin-right:5px;
}

#footer {
	clear:both;
	width:100%;
	width:960px;
	height:18px;
	background:url(../images/bg_footer.gif) left top no-repeat;
	text-align:center;
	padding-top:7px;
}