@CHARSET "ISO-8859-2";

BODY{
	text-align: center;
	background-color: #34363a;
	padding: 0;
	margin: 0;
	color: #34363a;
}

A{
	color: #34363a;
	text-decoration: underline;
	font-weight: 800;
}

LI{
	padding-top: 4px;
	padding-bottom: 4px;
}

H1{
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 16px;
	text-align: center;
	border-bottom: 1px solid #9a9cbf;
	background-image: URL( '../image/top_bar.png' );
	background-position: left center;
	background-repeat: repeat-x;
}

UL{
}



.root_div{
	margin: 0 auto;
	width: 1024px;
	min-height: 1000px;
	background-color: #ffffff;
	position: relative;
	border-left: 2px solid #9a9cbf;
	border-right: 2px solid #9a9cbf;
}

.top_image_div{
	background-image: URL( '../image/header.png' );
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #000000;
	width: 1024px;
	height: 116px;
}

.top_bar_div{
	background-image: URL( '../image/top_bar.png' );
	background-repeat: repeat-x;
	height: 24px;
}

.top_bar_link_href{
	line-height: 14px;
	padding: 2px 32px 6px 32px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

A.top_bar_link_href{
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}

.top_bar_link_href:hover{
	color: #9a9cbf;
	text-decoration: underline;
}


.body_div{
	padding-top: 28px;
	padding-bottom: 16px;
	padding-left: 32px;
	padding-right: 32px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 24px;
}

.top_bar_separator{
	color: #9a9cbf;
}