@import url('http://www.larsi.org/css/larsi.css');

h1 {
	background: #740 url('h1_yellow.gif') repeat-x;
}

h2 {
	background: #960 url('h2_yellow.gif') repeat-x;
}

h3 {
	background: #B80 url('h3_yellow.gif') repeat-x;
}

h4, h5, h6 {
	background-color: #DA0;
}

hr {
	border-top-color: #B80;
	border-right-color: #740;
	border-bottom-color: #740;
	border-left-color: #B80;
}

#nav1 li#nav1_make {
	background-position: 0 -96px;
}

#nav1 li#nav1_make a {
	background-position: 100% -96px;
}

#nav1 #nav1_make {
	border-bottom: 1px solid #960;
}

#nav2 {
	background: #960;
}

#nav2 li {
	background: #960 url("h2_li_yellow.gif") no-repeat right top;
}

#nav2 li#current a {
	background: #B81 url('h2_yellow.gif') repeat-x;
}

#nav2 li a:hover, #nav2 li#current a:hover {
	background: #B81;
}

#content {
	border: 1px solid #B80;
}

