body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	width: 100%;
	color: #666;
	font-family: Arial, Tahoma, Verdana;
	background: #fff;
}

div {
	font-size: 12px;
}

/**
 **	header
 */

div#header_bg {
	height: 62px;
	background-color: #fff;
	border-bottom: 3px solid #b9b9b9;
}
div#header {
	height: 60px;
	background-color: #d9d9d9;
}
div#header-text {
	width: 770px;
	height: 60px;
	text-align: right;
	margin: 0 auto;
}
div#header-text img {
	float: left;
	margin-top: 8px;
}
div#header-text div#text {
	float: right;
	font-size: 14px;
	margin: 23px 10px 0 0;
}

/**
 **	content
 */

div#content {
	padding-bottom: 120px;
	border-bottom: 3px solid #0a95b0;
	background-image: url('/icons/bg.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}
div#data {
	width: 770px;
	margin: 0 auto;
	padding-top: 130px;
	/*background-image in HTML*/
	background-repeat: no-repeat;
	background-position: 0 5px;
}
div.title,
div.message {
	width: 390px;
	display: block;
	margin: 2px 0 0 60px;
	padding: 0 10px 15px 10px;
	background-color: #f2f2f2;
	border: 1px solid #d0d0d0;
}
div.title {
	padding: 5px 10px;
	color: #0a95b0;
	font-size: 18px;
	background-color: #fbfbfb;
	border: 1px solid #e2e2e2;
}

/**
 **	langs
 */

div#langs {
	width: 410px;
	display: block;
	margin: 0 0 2px 62px;
	padding: 0;
	background-color: transparent;
}
div#langs a {
	float: right;
	display: block;
	width: 55px;
	color: #116c7d;
	font-weight: bold;
	padding: 4px 0 4px 25px;
	margin: 1px 0 0 1px;
	border: 1px solid #e2e2e2;
	border-top: none;
	background-color: #fbfbfb;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-decoration: none;
}
div#langs a.active,
div#langs a:hover {
	padding: 7px 0 4px 25px;
	border: 1px solid #d0d0d0;
	border-top: none;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: 5px 8px;
	text-decoration: none;
}

/**
 **	commons
 */

h2 {
	border-bottom: 1px solid #d0d0d0;
	font-size: 12px;
	margin-top: 15px;
	color: #116c7d;
}
h2:first-letter {
	padding-bottom: 3px;
	border-bottom: 1px solid #656565;
}
p {
	margin: 0 0 0 10px;
}
ul {
	margin: 0;
	padding: 5px 10px 5px 10px;
	list-style-type: none;
}
ul li {
	margin: 0;
	padding: 5px 0 5px 15px;
    background: transparent url('/icons/bg_li.gif') no-repeat 0 10px;
}
a {
	color: #116c7d;
	text-decoration: underline;
}
a:hover {
    color: #116c7d;
	text-decoration: none;
}

/**
 **	footer
 */

div#footer {
	border-top: 3px solid #eaeaea;
}
div.footer_text {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	padding-top: 7px;
}
div.footer_text strong {
	margin-left: 10px;
}
div.footer_text strong.first {
	margin-left: 0;
}
