@import url(../reset.css);
@import url(../presentation.css);
@import url(/skins/aptelba/skin.css);

body
{
}

#wrapper
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#branding
{
	height: 170px;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

#logo
{
	position: absolute;
	left: 150px;
	top: 0;
	width: 690px;
	height: 150px;
}

#banners-left, #banners-right
{
	width: 150px;
	top: 0;
}

#banners-left
{
	padding-top: 10px;
	float: left;
}

#banners-right
{
	padding-top: 10px;
	float: right;
}

#toolbar
{
	bottom: 0;
	height: 20px;
	position: absolute;
	right: 160px;
	text-align: right;
	width: 670px;
	overflow: hidden;
}

#languages
{
	float: right;
	width: 160px;
}

#tools
{
	float: left;
}

#feed 
{
	float: right;
}

#bookmarks 
{
	float: left;
}

#content
{
	width: 990px;
	position: relative;
}

#content-main
{
	/*position: absolute; 	left: 0; 	top: 0;*/
	width: 670px;
	float: left;
	margin-right: 20px;
}

#content-sub
{
	/*position: absolute; 	top: 0; 	left: 690px;*/
	width: 295px;
	float: left;
}

#content-video 
{
	clear: both;
	width: 100%;
}

#footer
{
	clear: both;
	height: 140px;
	width: 100%;
}
