/**
 Dimensions:
 host width: 980px
 menu width: 250px-1px because of border;
 header height: 230px;
 */

body, #host, #header, #content, #right-sidebar, #footer, #biplogo
{
	padding: 0px;
	margin: 0px;
}

/* IE7 and FF hack to have the margin-bottom space */ 
body, #content
{
	margin-bottom: 15px;
}

#host 
{
	position: relative;
	width: 980px;
	margin: 0px auto 0 auto;
	padding: 0px;
	height: 100%;
}
#header 
{
	width: 100%;
	height: 230px;
	clear: both;
}
#content 
{
	position: relative;
	float: left;
	width: 100%;	
}
#right-sidebar 
{
	width: 249px;
	display: block;
	float: right;
}

#content-inner
{
	position: relative;
	background-color: transparent;
	padding: 15px 15px 15px 15px; /* 250px of the right-sidebar */
	margin-right: 250px;
}
#footer {
	position: relative;
	clear: both;
	width: 100%;
}

#footer-inner
{
	padding: 15px 15px 0 15px;
}

#search-form
{
	display: block;
	height: 34px;
}


