﻿body {
	color: #333333;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:white
}
#nav_lang {
	position: absolute;
	left: 50%;
	width: 375px;
	height: 21px;
	top: 18px;
	text-align: right;
	color: #808080;
}
#nav_lang a {
	color: #808080;
	text-decoration: none;
}
#nav_lang a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#update {
	position: absolute;
	left: 50%;
	width: 375px;
	height: 21px;
	z-index: 100;
	top: 205px;
	text-align: right;
	color: #808080;
	font-size: x-small;
}
#container {
	width: 770px;
	margin: auto;
	text-align: left;
	padding: 0 0 0 0;
}
#header {
	width: 100%;
	height: 217px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#main {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0;
	background-image: url('images/back.gif');
	background-repeat: repeat-y;
	overflow: hidden;
}
#footer {
	width: 100%;
	color: #808080;
	font-size: x-small;
	text-align: center;
}
#footer a {
	color: #FF6600;
	text-decoration: underline;
	font-size: x-small;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#side_menu {
	float: left;
	width: 160px;
	margin: 0;
}
#side_menu ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}
#side_menu li {
	background-position: 5px 2px;
	padding: 0px 0 0 20px;
	background-image: url('images/arr.gif');
	background-repeat: no-repeat;
	line-height: 1;
}
#side_menu a {
	text-decoration: none;
	color: #808080;
}
#side_menu a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#side_menu h1 {
	color: #6E6E6E;
	font-size: medium;
	padding: 0px 0 0 10px;
	margin: 0;
	line-height: 1;
	border-top: 1px #CCCCCC dotted;
}
#title {
	float: right;
	width: 590px;
	padding: 0 10px 0 10px;
}
#title h1 {
	font-size: 200%;
	color: #FF6600;
	line-height:1;
	font-weight:bold
}
#content {
	float: right;
	width: 590px;
	padding: 10px;
}
#content a {
	color: #FF6600;
}
#content h1 {
	font-size: 180%;
	color: #4E4E4E;
	border-bottom: 1px #FF6600 solid;
}
#content h2 {
	font-size: 130%;
	color: #4E4E4E;
	border-bottom: 1px #FF6600 solid;
}

.page_row{
	clear:both
}

.column_left {
	float: left;
	width: 48%;
	margin: 0;

}
.column_right {
	float: right;
	width: 48%;
	margin: 0;
}

