
* {margin:0;padding:0;}
html {
	background:#4f4444  url(/_img/bg/bg-body.gif) top center no-repeat;
	height:100%;
}
body {
	font:normal 62.5% Georgia,"Times New Roman",serif;
	height:100%;
}



/*--- nav level 1 ---*/
#nav_level1_content {
	overflow:auto;
	background:#f00 url(/_img/bg/nav-level1-content-bg.gif);
	color:#ff0000;
}
#nav_level1_content ul { width:1020px; margin:auto; }
#nav_level1_content li {
	list-style:none;
	display:block;
	float:left;
	height:42px;
	line-height:42px;
	background:url(/_img/bg/topnav_spacer.gif) repeat-y 0 0;
	background-position:100% 0;
	font-size:1.4em;
	padding:0 12px 0 12px;
}
#nav_level1_content li.select {
	background-color:#FFF;
}
#nav_level1_content li a {
	color:#fff;
	text-decoration:none;
}
#nav_level1_content li a:hover {
	color:#fff;
}




/*--- footer ---*/
#footer {
	clear:both;
	height:20px;
	padding-top:10px;
	background:#bcb9b9;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#3b2e2e;
}
#footer li {
	list-style:none;
	display:inline;
	padding:0 9px 0 9px;
	border-right:1px solid #3b2e2e; 
}
#footer li a  {
	color:#3b2e2e;
	text-decoration:none;
}
#footer li a:hover  {
	color:#3b2e2e;
	text-decoration:underline;
}
#footer li.rss  {
	border:none;
}
#footer li.rss a  {
	background:url(/_img/icons/ico-rss.gif) left no-repeat;
	padding-left:20px;
}
