*{
	margin: 0;
	padding: 0;
}


body{
	margin: 0;
	background: transparent url(images/bg.jpg) repeat scroll center top;
}





#wrapper{
	width: 778px;
	margin-left: auto;
	margin-right: auto;
}

#head{
	margin-top: 4px;
	height: 38px;	
	padding: 0 4px;
	
	background: transparent url(images/head_bg.jpg) no-repeat scroll right top;
}


#languages{
	float: left;
}

#menuTop{
	float: right;
	height: 38px;
	background: transparent url(images/menu_bg.jpg) no-repeat scroll right top;
}

 
#menuTop ul{
	list-style-type: none;
}
 
#menuTop ul li{
	float: left;
} 
 
#menuTop li a{
	display: block;
	font-family: Arial;
	font-size: 14px;
	color: #5e2300;
	padding: 10px 13px;
	text-decoration: none;	
} 

#menuTop li a:hover{
	text-decoration: underline;
}


#menuTop li.checked a, #menuTop li.checked a:hover{
	background-color: #3a2222;
	color: #f2e3bc;
}


#languages{
	float: left;
	height: 25px;
	margin-top: 13px;
	background: transparent url(images/menu_bg.jpg) no-repeat scroll left bottom;
	padding: 0 10px;
}

#languages a{
	float: left;
	padding: 5px;
	color: #3a2222;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

#languages a.selected{
	font-weight: bold;
	color: #5e2300;
}
 
#page{
	/*float: left;*/ /* #content div shuld be floated to left or right because clear property in some modules*/
	background: transparent url(images/content_bg.jpg) repeat-y scroll center top; 
	width: 756px; /*778 - 11*2*/
	padding: 7px 11px;
}

#head_foto{
	display: block;
}

#contacts{
	margin-top: 8px;
	background-color: #f5f0d9;
	width: 176px; /*200 - 12*2 */
	float: left;
	padding: 10px 12px;
}


div.addThis{
	margin-top: 8px;
	background-color: #f5f0d9;
	width: 176px; /*200 - 12*2 */
	float: left;
	padding: 10px 12px;
}

#contacts p{
  text-align: left;
  font-family: Georgia;
  font-size: 14px;
  line-height: 20px;
  margin: 0;  
  color: #7c7c7c;
}

#contacts a{
  text-align: left;
  font-family: Georgia;
  font-size: 14px;
  line-height: 20px;
  margin: 0;  
  color: #7c7c7c;
}


#contacts .title{ /*style in wysiwyg*/
  font-family: Georgia, Verdana, Arial;
  font-size: 24px;
	font-weight: normal;
  color: #3a2222;
}

#contacts .caption{ /*style in wysiwyg*/
  font-weight: bold;
}

#contacts .signature{ /*style in wysiwyg*/
	text-align: left;
}

#contacts .title{ /*style in wysiwyg*/
  font-family: Georgia, Verdana, Arial;
  font-size: 24px;
	font-weight: normal;
  color: #3a2222;
}



#content{
	background-color: #f5f0d9;
	margin-top: 8px;
	margin-left: 8px;
	float: right;
	width: 524px;  /*550 - 12*2  - 8*/
	padding: 10px 12px;
}

#copyright{
	height: 16px; /* 36 - 11*2 */
	background: transparent url(images/copyright_bg.jpg) repeat-x scroll left top; 
	display: block;
	margin: 0 4px;
	padding: 10px;
}

#copyright *{
	font-family: Arial;
	font-size: 11px;
	color: #3a2222;	
}

#copyright span{
	float: left;
}

#copyright a{
	float: right;
	text-decoration: none;
}

#copyright a:hover{
	text-decoration: underline;
}


div.clear{
	clear: both;
}