h1, h2, h3, h4, h5, h6 {color: #e09010;}
hr {border: solid medium; height: 3px; color: #F5A51E;}
dd {border-left-color: #F5A51E;}
.sivulaatikko {border: medium ridge black; background: #eee;}
a:link {color: #F5A51E;}
a:visited {color: #bb7e17;}
a:active {color: #f5ce8c;}

#text-2 {display: none;}

#extrabackground {
	background: url('images/justiinaheader.png') no-repeat white;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 192px;
	width: 100%;
	z-index: 0;
}

body {
	background: #eee url('images/justiinabody.png') scroll;
}

#page, #admin_sidebar {
	background: #F5A51E url('images/justiinatausta.png');
}

#header {
	z-index: 10;
}

#content {
	width: 560px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0 20px 0 20px;
	background: url('images/taustareunus.png') repeat-y;
	position: relative;
	z-index: 3;
}
#content:before {
	content: url('images/taustareunus_yla.png');
	left: -20px;
	top: -18px;
	position: relative;
}
#content:after {
	content: url('images/taustareunus_ala.png');
	left: -20px;
	bottom: -23px;
	position: relative;
}

#user_sidebar {
	position: relative;
	z-index: 3;
}

#headermenu {
	right: 45px;
}

#footer a {
	color: black;
}

#searchsubmit {
	background: #eee;
}

#headermenu>li>ul {
	top: 1px;
}
#headermenu>li>a {
	border: medium outset black;
	background: #eee;
}
#headermenu>li>ul a, .widget a {
	background: #eee;
	border: medium outset black;
}
#headermenu>li a, .widget a, #searchsubmit {
	color: black;
	font-family: "comic", cursive, sans-serif, monospace;
}
#headermenu a:hover, .widget a:hover {
	background: #F5A51E;
}
#headermenu .current_page_item>a, .widget .current_page_item>a {
	background: #F5A51E;
}
