*{
	color: #3a393a;
	border: none;
	text-decoration: none;
}

body {
	background-image: url("images/bg.jpg");
	background-repeat: repeat;
}

#logo {
	widht: 96px;
	height: 54px;
	position: absolute;
	top: 20px;
	left: 59px;
}

#menu_left {
	position: absolute;
	top: 102px;
	left: 19px;
}

#menu_bg {
	position: absolute;
	top: 110px;
	left:48px;
	background-image: url("images/menu_bg.jpg");
	background-repeat: repeat-y;
	width: 144px;
	height: 340px;
	z-index: -1;
}

ul{
	list-style-type: none;
	line-height:28px
}

ul li {
	font-family: "Georgia";
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	
}

ul li a:hover {
	background-color: #fff5c1;
	
}

li.friend {
	line-height: 0px;
}

ul.friend {
	list-style-type: none;
	color:#666;
	line-height:18px;
	
}
ul.friend li {
	color:#666;
	font-family: "Helvetica";
	font-weight: lighter ;
	font-size: 12px;
	text-indent:10px;
	font-style: normal;
}

#page {
	position: relative;
	top: -20px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 100%;
}

#header {
	position: relative;
	top: 0px;
	width: 640px;
	height: 85px;
	background-color: #fff;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e6e6e6;
}

p.leftalign {
	padding-top: 15px;
	margin-left: 19px;
	margin-right: 19px;
	font-family: "Helvetica";
	font-size: 10px;
	text-align: left;
}

p.rightalign {
	margin-top: 15px;
	margin-left: 19px;
	margin-right: 19px;
	font-family: "Helvetica";
	font-size: 10px;
	text-align: right;
}

#container {
	position: relative;
	top: 10px;
	width: 640px;
	height: 100%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border:  1px solid #e6e6e6;
}

#container p {
	padding-top: 10px;
	margin-left: 19px;
	margin-right: 19px;
	font-family: "Helvetica";
	font-size: 10px;	
}

h1 {
	font-family: "Georgia";
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
	margin-left: 19px;
}

.nav {
	font-family: "Helvetica";
	font-size: 11px;
	font-style: italic;
	font-weight: lighter;
	text-align: right;
	margin-right: 20px;
}

.nav img {
	margin-right: 5px;
	margin-left: 5px;
}

img.imgs {
	margin-top: 1px;
	margin-bottom: 1px;
}

#block_contact {
	position: absolute;
	top:  0px;
	left: 850px;
	background-color: #3a393a;
	width: 150px;
	height: 0%;
	overflow: hidden;
}

h2 {
	font-family: "Georgia";
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
	margin-left: 19px;
	color: #fff;
}

#block_contact p {
	font-family: "Helvetica";
	font-size: 10px;
	color: #fff;
	margin-left: 10px;
}

#block_contact a {
	font-family: "Helvetica";
	font-size: 10px;
	color: #fff;
	margin-left: 10px;
}

strong {
	color: #fff;
}

.adr .fn .street-address .locality .country-name .tel {
	color: #fff;
}

.img_cross {
	position: absolute;
	top: 20px;
	left: 130px;
}