/* common */

div.block {
	overflow: hidden;
	display: inline-block;
	float: left;
}

/* positions */

#logo, #menu, #buttons {
	margin-left: 80%;
}
#service, #content, #copyright {
	margin-left: -99.9%;
}
#registration, #addons {
	margin-left: -39.9%;
}
/* ie fix */
* html #logo, * html #menu, * html #buttons {
	display: inline;
}

/* sizes */

#logo {
	width: 19.9%;
}
#service {
	width: 60%;
}
#registration {
	width: 20%;
}
#menu {
	width: 19.9%;
}
#content	{
	width: 60%;
}
#newsList {
	*padding-left: 1px;
	*overflow-x: hidden;
	}
#updatesBlock, #newsBlock {
	width: 50%;
}
#contentNoAdds {
	width: 80%;
}
#contentFull	{
	width: 100%;
}
#addons {
	width: 20%;
}
#buttons {
	width: 19.9%;
}
#copyright {
	width: 80%;
}

/* style fixes */

#logo a {
	padding-top: 10px;
	}

#siteMenu {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	width: 60%;
}
/* hack for Opera 7+ */
@media all and (min-width: 0px){
	#siteMenu {
		width: 100% !important;
	}
}
/* hack for IEs of all persuasions before IE7 */
* html #siteMenu	{
	width: 100% !important;
}
/* ie crazy #content block height fix */
* html #main.blockContent {
	padding-bottom: 10px !important;
	margin-bottom: 0 !important;
}

/* Misc */ 

.adsp {
	border-top: 1px solid #FFF;
	padding-top: 10px;
	font-size: 80%;
	color: #999;
	}
