body {
	background-color: black;
	background-image: url(../_img/bg.jpg);
	background-repeat: repeat-y;
}

#logo_area {
	background-image: url(../_img/logo_on_blk.gif);
	background-repeat: no-repeat;
	height: 168px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 195px;
}

#left_side {
	background-image: url(../_img/left_side_world.jpg);
	background-repeat: no-repeat;
	height: 522px;
	left: 0px;
	position: fixed;
	top: 168px;
	width: 195px;
	z-index: 1;
}

#title_area {
	background-image: url(../_img/content_top_img.jpg);
	background-repeat: no-repeat;
	height: 168px;
	left: 347px;
	min-height: 168px;
	position: absolute;
	top: 0px;
	width: 513px;
}

#title_area h1 {
	color: #362f2d;
	font-family: sans-serif;
	font-size: 12pt;
	margin-left: 6px;
}

#title_area li {
	color: #362f2d;
	font-family: sans-serif;
	font-size: 10pt;
	list-style-image: url(../_img/download_icon.jpg);
}

#title_area li a {
	color: #a52822;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

#title_area li a:hover {
	color: #f26522;
}

#nav_area {
	left: 195px;
	position: absolute;
	top: 221px;
}

.nav_sel {
	background-image: url(../_img/nav_sel_bg.jpg);
	background-repeat: repeat-y;
	color: #362f2d;
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	width: 152px;
}

.nav_sel p {
	color: #362f2d;
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	margin-left: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.nav_sel li {
	list-style-image: none;
	list-style-type: none;
	text-indent: -14px;
}

.nav_sel li a {
	color: #362f2d;
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-decoration: none;
}

.nav_sel li a:hover {
	color: #a52822;
}

.nav_norm p a {
	color: white;
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	margin-left: 6px;
	text-decoration: none;
}

.nav_norm p a:hover {
	color: #a52822;
}

#content {
	left: 347px;
	position: absolute;
	top: 168px;
	width: 513px;
}

#content h2 {
	color: #362f2d;
	font-family: sans-serif;
	font-size: 12pt;
	margin: 10px;
}

#content p {
	color: #362f2d;
	font-family: sans-serif;
	font-size: 10pt;
	margin: 10px;
}

#content p a {
	color: #17568e;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

#content p a:hover {
	color: #a52822;
}

#content li {
	color: #362f2d;
	font-family: sans-serif;
	font-size: 10pt;
}

.nav_sel p a {
	color: #362f2d;
	font-family: sans-serif;
	text-decoration: none;
}

.nav_sel p a:hover {
	color: #a52822;
}