@media all
{

/* site layout */

/* top level */
#all
{
	width: 100%;
	height: 100%;

	margin-left: auto;
	margin-right: auto;
	
	position: relative;
}


#image, #menu, #center
{
	width: 100%;
	min-width: 1120px;
	max-width: 1170px;
	margin: 0 auto;
}

/* second level */


/* third and following */

/* header */

#header {
	font-size: 15px;
	height: 163px;
	margin: 0 auto;
    background-color: #000000;
    border: none;
}

#header #image
{
	height: 110px;
	background-size: 100%;
}


#header #image img
{
	margin: 1em 1.5em;
}

/* center */

#column_main
{
	width: 75%;
	padding-left: 1.5em;
	float: left;
}

/*Breadcrumb*/

#bar_top
{
/*
	font-size: 0.9em;
    padding-top: 0.5em;
	height: 1em;
	*/
	display: none;
}

/*
#bar_top #left
{
	float: left;
}

#bar_top #right  div.float
{
	float:right;
}

#bar_top #right
{
	text-align:right;
}
*/

#column_right
{
	float: right;
	width: 15%;
	border: none;
	background-image: none;
	margin-top: 5.5em;
}

/* nodereference */
.nodereference .view-footer{
	height:0px;
}

/* footer */

.clear
{
	clear:both;
}

}

