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

html, body {
	margin:0;
	padding:0;
	background:#003399 url(../images/BG_html.jpg) 0 0 repeat-x;
}

#container {
	position:relative;
	float:left;
	width:100%;
}

#center {
	margin:0 auto 0 auto;
	width:940px;
}

#header {
	float:left;
	width:940px;
	height:173px;
}

#menu {
	float:left;
	width:940px;
}

#content {
	float:left;
	width:940px;
	margin:20px 0 0 0;
	padding:0 0 60px 0;
}

#body {
	float:left;
	width:640px;
}

#sidebar {
	float:left;
	width:250px;
	min-height:530px;
	margin:0 22px 0 0;
	padding:14px 14px 0 14px;
	background:url(../images/bg_sidebar.png) 0 0 no-repeat;
}

#rss {
	float:left;
}

#footer {
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background:url(../images/BG_footer.png) 50% 0 no-repeat;
}

#footerInside{
	margin:0 auto 0 auto;
	width:940px;
}

img {
	border:none;
}