body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#root {
	position: relative;
	z-index: 1;
	width: 950px;
	margin: auto;
	background-image: url(../images/bg_root.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#root #themeImage {
	position: absolute;
	z-index: 4;
	top: 0px;
	right: 0px;
}

#root #header {
	position: relative;
	z-index: 2;
	width: 950px;
	height: 172px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: 200px 26px;
}
#root #header #logo {
	position: absolute;
	z-index: 4;
	top: 12px;
	left: 22px;
}
#root #header #mainNavi {
	position: absolute;
	z-index: 3;
	top: 61px;
	left: 0px;
	width: 950px;
	height: 47px;
}
#root #header #mainNavi ul {
	height: 47px;
	margin: 0px;
	margin-left: 200px;
	background-image: url(../images/bg_naviItem.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding: 0px;
	padding-left: 1px;
	list-style-type: none;
}
#root #header #mainNavi ul li {
	height: 47px;
	float: left;
	padding-left: 7px;
	padding-right: 8px;
	background-image: url(../images/bg_naviItem.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	line-height: 44px;
}
#root #header #mainNavi ul li.active {
	background-image: url(../images/bg_naviItem_active.jpg);
	background-position: right 0px;
}
#root #header #mainNavi ul li a {
	font-size: 11px;
	font-weight: bold;
	color: #223E92;
	text-decoration: none;
}
#root #header #mainNavi ul li a:hover {
	color: #7E8398;
}

#root #main {
	position: relative;
	z-index: 2;
	width: 950px;
}

#root #main #subNavi {
	width: 200px;
	float: left;
	margin-bottom: 12px;
}
#root #main #subNavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#root #main #subNavi li {
	width: 175px;
	height: 18px;
	margin: 0px;
	margin-bottom: 2px;
	background-color: #353E61;
	background-image: url(../images/bg_subNaviItem.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px;
	padding: 0px;
	line-height: 16px;
}
#root #main #subNavi li.active {
	background-color: #7D8295;
	background-image: url(../images/bg_subNaviItem_active.gif);
	background-position: 8px 0px;
}
#root #main #subNavi li a {
	margin-left: 30px;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
#root #main #subNavi li a:hover,
#root #main #subNavi li.active a {
	color: #F3EC19;
}

#root #main #content {
	float: left;
}
#root #main #content h1 {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}
#root #main #content h2 {
	margin: 0px;
	margin-bottom: 12px;
	padding: 0px;
	padding-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #F3EC19;
	border-bottom: solid 1px #9C9CA1;
}

#root #main #content h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}
#root #main #content a {
	color: #FFF;
	text-decoration: none;
}
#root #main #content a:hover {
	color: #F3EC19;
}
#root #main #content p,
#root #main #content td,
#root #main #content li {
	font-size: 12px;
	line-height: 18px;
}

#root #footer {
	position: relative;
	z-index: 2;
	height: 21px;
	clear: both;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	padding-left: 200px;
	line-height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
#root #footer a {
	color: #000;
	text-decoration: none;
}
#root #footer a:hover {
	text-decoration: underline;
}
