body {
	margin: 0px;
	padding: 0px;
}

#page_bg {
	width:100%;
}

#page {
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
}

#top {
	width:100%;
	height:70px;
}

#logo {
	width:217px;
	height:70px;
	float:left;
}

#m {
	background:url(../images/part.gif) left center no-repeat;
	text-align:left;	
	width:464px;
	height:70px;
	float:left;
}

#m img {
	margin:15px 0px 0px 49px;
}

#r {
	background:url(../images/part.gif) left center no-repeat;
	width:217px;
	height:70px;
	float:left;
}

#r span {
	display:block;
	padding-top:20px;
	color:#999;
	font-size:18px;
}

#r img {
	margin-left:2px;
}

#logo img {
	margin-top:12px;
}

#menu {
	width:100%;
	height:167px;
}

#menu_container {
	padding:17px 0px 0px 0px;
	width:217px;
	height:150px;
	background:url(../images/menu.png);
	float:left;
	text-align:left;
}

#menu_r {
	width:217px;
	height:167px;
	float:left;
	background:url(../images/menu_r.png);
}

#menu_mid {
	width:464px;
	height:167px;
	float:left;
	background:url(../images/m11.jpg);
	margin:0px 1px 0px 1px;
}

#content_container {
	padding-top:10px;
	width:100%;
	overflow:hidden;
}

#left {
	width:217px;
	float:left;
	text-align:left;
}

#right {
	width:217px;
	float:right;
	text-align:left;
}

#content {
	margin-left:219px;
	/*overflow:hidden;*/
	text-align:justify;
	color:#666;
	font-size:12px;
}

#cc {
	margin-right:219px;
}

#counters {
	float:left;
	width:300px;
}

#footer {
	width:850px;
	margin-top:10px;
	border-top:#CCC solid 6px;
	font-size:12px;
	padding:5px;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
}

#footer ul {
	margin:3px;
	padding:0px;
	list-style:none;
}

#footer li {
	float:left;
	margin:3px 10px 3px 10px;
}

#footer a {
	color:#999;
	font-size:10px;
}
	