body {
	background: #23265b url('img/bg.jpg') repeat-x;
	margin:0px;
	padding:0px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#222355;
}
 a:link, a:visited{
	text-decoration:none;
	color:#94a5b4;
}
a:hover, a:active{
	text-decoration:underline;
	color:#94a5b4;
}
.sm_txt {	
	font-size:9px;
	font-family:Arial;
}
.top {
	margin:0px auto;
	background:url('img/top.jpg') no-repeat;
	width:997px;
	height:200px;
}
.top_center {
	margin:0px auto;
	width:763px;
}
.menu {
	margin:0px;
	padding:0px;
	position:relative;
	background:url('img/top1.jpg') no-repeat;
	width:763px;
	height:165px;
}
#buttons {
	position:relative;
	left:44px;
	top:102px;
}
.submenu {
	margin:0px;
	padding:0px;
	position:relative;
	background:url('img/top2.jpg') no-repeat;
	width:763px;
	height:23px;
	font-size:12px;
}
.submenu a:link,.submenu a:visited{
	text-decoration:none;
	color:#e4f2ff;
}
.submenu a:hover,.submenu a:active{
	text-decoration:none;
	color:#f4e307;
}
.arrow{
	margin:0px;
	padding:0px;
	width:763px;
	height:10px;
}
.main {
	margin:0px auto;
	position:relative;
	background:url('img/main_bg.jpg') repeat-y;
	width:997px;
}
.main_center {
	margin:0px auto;
	width:763px;
}
.sert {
	float:right;
	margin:2px 16px 0px 15px;
	border:2px solid #cedae8;
}
.content {
	margin:0px 15px 0px 15px;
	position:relative;
	padding-top:10px;
	background:url('img/content_bg.jpg') repeat-x bottom;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.content p{
	padding:0px 10px 0px 10px;
}
p:first-letter {
	font-weight: bold 
}

.blue_img {
	padding:5px;
	background-color:#e2ecf8;
	border:2px solid #cedae8;
}
.nav {
	margin:0px;
	padding:0px 0px 0px 0px;
	position:relative;
	background:url('img/nav_bg.jpg') repeat-y top right;
	width:733px;
	height:22px;
	border-bottom:1px solid #f4e307;
}
.lang {
	position:relative;
	float:right;
	color:#94a5b4;
	padding:4px 5px 0px 0px;
	right:10px;
}
.path {
	float:left;
	padding:7px 0px 0px 0px;
}
.footer {
	margin:0px;
	padding:14px 0px 0px 0px;
	position:relative;
	background:url('img/footer.jpg') no-repeat;
	width:763px;
	height:23px;
	text-align:center;
	color:#94a5b4;
}
input {
  border: 1px solid #cedae8;
}
textarea {
  border: 1px solid #cedae8;
  width: 201px;
  overflow: auto;
}
.send {
  border: 1px solid #cedae8;
  background-color: #86A2C4;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
}
