@import url(/_css/views/default.css);

@media screen {

	div#header {
		margin-bottom: 10px;
	}

	div#header_inset {
		position: relative;
		height: 70px;
		padding: 0;
	}

	a#header_logo {
		display: block;
		position: absolute;
		left: 10px;
		width: 334px;
		height: 70px;
		background-image: url(/_elements/inside/logo.jpg);
	}
	
	div#header_links {
		position: absolute;
		right: 0;
		top: 55px;
	}
	
	div#top {
		border-right: 1px solid #000000;
	}
	
	div#menu {
		position: relative;
		height: 29px;
		padding-top: 9px;
		background-image: url(/_elements/inside/menu_background.gif);
		background-repeat: repeat-x;
	}
	
	div#menu_border {
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 38px;
		background-image: url(/_elements/inside/menu_background_left.gif);
		background-repeat: no-repeat;
	}
	
	div#menu ul	{
		margin-left: 11px;
	}
}

@media print {

}