/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #e9e9ea;
}

td, p {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #333333;
}

div {	
	-moz-box-sizing: border-box;
}

a {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #f26522;
}

a:hover {
    text-decoration: underline;
    color: #d54f10;
}


#header {
	background: url(../title/bg1.gif) repeat-x;
	background-position: bottom;
	background-color: #c6c7c9;
}

#header .logo{
	height: 124px;
	background: url(../title/n1.gif) no-repeat;
	background-position: bottom left;
	padding-left: 305px;
	padding-top: 103px;
}



#footer {
    color: #666666;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

.flash_box {
	width: 443px;
	height: 394px;
	text-align: right;
}

#main_area {
	background: url(../title/n3.gif) no-repeat;
	background-position: bottom left;
}

#info_box {
	height: 350px;
	width: 480px;
}


.page_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color:#005ead;
	clear: both;
	padding-left: 45px;
	padding-top: 30px;
	margin-bottom: 25px;
}

.page_text {
	width: 375px;
	padding-left: 85px;
    color:#000000;
}


/* top menu */

#menu_box {
	padding-left: 60px;
}

#lang_box {
	position: absolute;
	right: 0px;
	top: 0px;
}

