body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #706c6c;
}
body {
	background-color: #ececec;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	text-align:center;
}
a:link {
	color: #758dc6;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #758dc6;
}
a:hover {
	text-decoration: none;
	color: #41578b;
}
a:active {
	text-decoration: underline;
	color: #758dc6;
}
h1 {
	font-size: 18px;
	color: #758dc6;
}
h2 {
	font-size: 16px;
	color: #666666;
}
#main{
	width:800px;
	padding:0px 5px 10px 5px;
	margin:0px auto;
	text-align:justify;
	background-color:#FFFFFF;
}
#top{
	width:800px;
	background-image:url(../img/top_bg.jpg);
	background-repeat:repeat-x;
	height:100px;
	border-bottom:2px solid #bec3cf;
	padding-top:12px;
	margin-bottom:1px;
}
#languages{
	float:left;
	padding-left:415px;
	padding-top:20px;
	text-align:right;
}
#languages img{
	margin:15px 4px 0px 0px;
	border:0px;
}
#logo img{
	margin:25px 0px 0px 30px;
	border:0px;
}
#logo{
	float:left;
}	
#baner{
	border-bottom:2px solid #747dbf;
	border-top:1px solid #ffffff;
	width:800px;
	height:191px;
}
#menu{
	width:255px;
	float:left;
}
#menu ul{
	padding:0px;
	margin:60px 35px 30px 30px;
	list-style-type:none;
}
#menu li{
	border-bottom:1px solid #e4e9f4;
	color:#888888;
	padding:8px 0px 8px 0px;
}
.second_menu{
	text-indent:15px;
}
.third_menu{
	text-indent:25px;
}
#menu a:link {
	color: #888888;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #888888;
}
#menu a:hover {
	text-decoration: underline;
	color: #758dc6;
}
#menu a:active {
	text-decoration: none;
	color: #888888;
}
#text{
	float:left;
	border-left:1px solid #e4e9f4;
	margin:40px 0px 30px 0px;
	padding-left:35px;
	width:475px;
}
#footer{
	text-align:right;
	border-top:2px solid #747dbf;
	padding:20px 35px 20px 0px;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:repeat-x;
	color: #888888;
}
.cleaner{
	clear:both;
}