@import url('http://www.larsi.org/css/larsi.css');

h1 {
	background: #036 url('h1_blue.gif') repeat-x;
}

h2 {
	background: #258 url('h2_blue.gif') repeat-x;
}

h3 {
	background: #47A url('h3_blue.gif') repeat-x;
}

h4, h5, h6 {
	background-color: #69C;
}

hr {
	border-top-color: #47A;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #47A;
}

#nav1 li#nav1_pictures {
	background-position: 0 -128px;
}

#nav1 li#nav1_pictures a {
	background-position: 100% -128px;
}

#nav1 #nav1_pictures {
	border-bottom: 1px solid #036;
}

#nav2 {
	background: #036;
}

#nav2 li {
	background: #036 url("h2_li_blue.gif") no-repeat right top;
}

#nav2 li#current a {
	background: #258 url('h2_blue.gif') repeat-x;
}

#nav2 li a:hover, #nav2 li#current a:hover {
	background: #258;
}

#content {
	border: 1px solid #47A;
}

