* { 
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
	 background-color: #fff;
	 background-image: url(/pics/background_top.jpg);
	 background-repeat: repeat-x;
	 width: 100%;
	 padding: 0 0 0 0;
	 margin: 0px;
}
#footer {
	 background-image: url(/pics/background_bottom.jpg);
	 background-repeat: repeat-x;
 	 display: block;
	 height: 150px;	 
	 width: 100%;
	 margin:0px;
}
#logo {
	display: block;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 157px;
	background-image: url(/pics/logo_tmp.png);
	background-repeat: no-repeat;
}
#nav {
	position:absolute;
	left:27px;
	top:60px;
	height:45px;
}

#recipe-head {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
}

#langselect {
	display: block;
	width: 760px;
	height:20px;
}

#content {
	display: block;
	width: 960px;
	height: 900px;
	padding: 155px 0 0 38px;
}

#adsense {
	width: 160px;
	height: 600px;
	float: left;
	padding: 0 0 0 20px;	
}
#adsensefooter {
	width: 728px;
	height: 90px;
	float: left;
	padding: 0 0 0 38px;
}

#short-descr {
	display: block;
	width: 700px;
	padding: 10px 10px 0px 20px;	
	font-weight:bold;
}
#content-light {
	display: block;
	width: 700px;
	height: 900px;
	padding: 150px 0 0 38px;
}
#content-full-l {
	display: block;
	width: 350px;
	float: left;
	margin: 0 20px 0 0;
}
#content-full-r {
	display: block;
	width: 350px;
	float: left;
}
div.clear {
	display: block;
	width: 0px;
	height: 10px;
	clear:both;
}