body {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	background:url(img/bg.jpg) repeat-x;
}
img {
	border:0;
	margin:0;
	padding:0;
}
#root {
	width:1000px;
	margin:auto;
}
#banner {
	width:1000px;
	height:160px;
	margin:0;
	padding:0;
}
#navi_container {
	width:132px;
	float:left;
	margin:7px 0 0;
}
.navi_menu {
	width:132px;
}
p {
	margin:0 0 15px 0;
}
a {
	font-weight:bold;
	color:#333399;
	text-decoration:none;
}
a.navbar {
	padding:0;
	margin:0;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
a.menu {
	padding:2px 0 2px 5px;
	margin:1px 0 0;
	display:block;
	font-weight:bold;
	color:#ffffff;
	background-color:#333399;
	text-decoration:none;
}
a.menu_active {
	padding:2px 0 2px 5px;
	margin:1px 0 0;
	display:block;
	font-weight:bold;
	color:#ffffff;
	background-color:#666699;
	text-decoration:none;
}
a.menu_child {
	padding:2px 0 2px 15px;
	margin:1px 0 0;
	display:block;
	font-weight:bold;
	color:#ffffff;
	background-color:#9999cc;
	text-decoration:none;
}
a.menu_child_active {
	padding:2px 0 2px 15px;
	margin:1px 0 0;
	display:block;
	font-weight:bold;
	color:#ffffff;
	background-color:#666699;
	text-decoration:none;
}
a.menu:hover {
	color:#333399;
	background-color:#ffffff;	
}
a.menu_active:hover, a.menu_child_active:hover {
	color:#666699;
	background-color:#ffffff;	
}
a.menu_child:hover {
	color:#9999cc;
	background-color:#ffffff;	
}
.navi_item {
	width:120px;
	overflow:hidden;
	border:1px solid #333399;
	margin:7px 0 0;
	padding:0 5px;
	background:url(img/i_sidebar_item_1.gif) no-repeat;
	background-color:#ffffff;
}
#content_container {
	width:583px;
	float:left;
	margin:7px 7px 0;
}
.content_item_1 {
	width:276px;
	border:1px solid #333399;
	margin:7px 0 0;
	padding:0 5px;
	background:url(img/i_content_item_1.gif) no-repeat;
	background-color:#ffffff;
}
.content_item_2 {
	width:571px;
	border:1px solid #333399;
	margin:7px 0 0;
	padding:0 5px;
	background:url(img/i_content_item_2.gif) no-repeat;
	background-color:#ffffff;
}
#sidebar_container {
	width:271px;
	float:right;
	margin:7px 0 0;
}
.sidebar_item_1 {
	width:120px;
	overflow:hidden;
	border:1px solid #333399;
	margin:7px 0 0;
	padding:0 5px;
	background:url(img/i_sidebar_item_1.gif) no-repeat;
	background-color:#ffffff;
}
.sidebar_item_2 {
	width:259px;
	border:1px solid #333399;
	margin:7px 0 0;
	padding:0 5px;
	background:url(img/i_sidebar_item_2.gif) no-repeat;
	background-color:#ffffff;
}
.item_header a {
	margin:1px 0 0 25px;
	color:#ffffff;
	font-weight:bold;
}
.content_h1 {
	font-weight:bold;
	font-size:large;
	line-height:200%;
	color:#333399;	
}
.st_err {
	color:#ff0000;
}