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

#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	clear: both;
	width: 940px;
	overflow: hidden;
}

#menu {
	clear: both;
	width: 940px;
}
#navi {
	clear: both;
	width: 940px;
}
#main {
	clear: both;
	width: 940px;
	overflow: hidden;
	margin-bottom: 10px;
}
#content  {
	clear: both;
	width: 940px;
}
#content #news_ticker {
	clear: both;
	float: left;
	height: 40px;
	width: 940px;
	margin-bottom: 10px;
	overflow: hidden;
}

#content #content_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}


#content #ct_bottom {
	clear: both;
	float: left;
	width: 940px;
}

#content #content_left_big {
	float: left;
	width: 660px;
	margin-right: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

#content #content_center {
	float: left;
	width: 560px;
	margin-right: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
#content #content_right {
	float: right;
	width: 260px;
	overflow: hidden;
	margin-bottom: 20px;
}
#content_all {
	float: left;
	width: 860px;
	margin-right: 40px;
	margin-left: 40px;
}

#footer {
	clear: both;
	width: 940px;
	overflow: hidden;
}
