body {
	background: #81bae2 url(../medias/bg_body.jpg) top left repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: black;
	text-align: center;
}

.clearer {
	clear: both;
}

#global {
	width: 783px;
	margin: 40px auto 20px auto;
}

#main_left {
	width: 218px;
	height: 500px;
	float: left;
	background: url(../medias/bg_left.jpg) top left no-repeat;
	margin-top: 12px;
	text-align: left;
}

#main_left #logo {
	height: 173px;
}

#main_left #logo img{
	margin-top: 18px;
	margin-left: 2px;
}

#main_left #nav {
	
}

#main_left #nav a {
	display: block;
	margin-bottom: 4px;
	margin-left: 82px;
	background-color: #b9b9b9;
}

#main_left #nav a.active {
	background-color: #2f669f;
	margin-left: 62px;
}

#main_left #nav a:hover {
	margin-left: 62px;
}

#main_right {
	width: 564px;
	float: left;
	background: url(../medias/bg_right.png) top left repeat-y;
	text-align: left;
	
}

#main_right #mask_left {
	width: 35px;
	float: left;
}

#main_right #main_frame {
	width: 527px;
	float: left;
}

#langs {
	width: 527px;
	height: 60px;
	color: #2b5e93;
	background: url(../medias/bg_langs.jpg) top left no-repeat;
}

#langs_inner {
	padding-left: 403px;
	padding-top: 42px;
}

#langs a {
	color: #2b5e93;
	font-size: 10px;
	text-decoration: underline;
}

#langs a.active {
	text-decoration: none;
	font-weight: bold;
}


#text_contents {
	padding: 15px;
	line-height: 18px;
	height: 250px;
}

html>body #text_contents {
	height: auto;
	min-height: 250px;
} 


#text_contents h1 {
	font-size: 17px;
	font-weight: normal;
	color: #ac2b31;
	margin: 15px 0;
}

#text_contents h2 {
	font-size: 16px;
	font-weight: normal;
	color: #004f6d;
	margin: 15px 0;
}

#text_contents p {
	margin: 10px 0;
}

#text_contents a {
	color: #2b5e93;
	text-decoration: underline;
}