body {
	margin: 0px;
	color: #4C2638;
	font-size: 13px;
	font-family: 'Gloria Hallelujah', cursive;
	background: url('../images/layer/hg.png');
}

p, td {
	color: #4C2638;
	font-size: 13px;
	font-family: 'Gloria Hallelujah', cursive;
}

span {
	color: #4C2638;
	font-size: 11px;
	font-family: 'Verdana';
	text-align: center;
	line-height: 1.6;
}

h1 {
	margin: 0px;
	line-height: 0.75;
	color: #9B232B;
	font-size: 32px;
	font-family: 'Reenie Beanie', cursive;
	border-bottom: 2px dashed #A9394A;
	font-weight: lighter;
}

.stecki {
	margin-top: -5px;
	margin-left: 50px;
	margin-right: 15px;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 10px solid #fff;
	transform: rotate(-10deg);
}

a.button:link, a.button:active, a.button:visited {
	opacity: 0.5;
}

a.button:hover {
	opacity: 1;
}

a, a:link, a:visited, a:active {
	color: #775862;
	font-size: 13px;
	font-family: 'Gloria Hallelujah', cursive;
	text-decoration: none;
}

a.nav, a.nav:link, a.nav:visited, a.nav:active {
	display: block;
	margin-top: 5px;
	padding-left: 15px;
	color: #4C2638;
	font-size: 22px;
	line-height: 0.85;
	font-family: 'Reenie Beanie', cursive;
	text-decoration: none;
	border-bottom: 1px dashed #4C2638;
}

a.nav2, a.nav2:link, a.nav2:visited, a.nav2:active {
	display: block;
	margin-top: 5px;
	padding-left: 30px;
	color: #4C2638;
	font-size: 22px;
	line-height: 0.85;
	font-family: 'Reenie Beanie', cursive;
	text-decoration: none;
	border-bottom: 1px dashed #4C2638;
}

a.nav:hover, a.nav2:hover {
	color: #A9394A;
	text-decoration: none;
	border-bottom: 1px dashed #4C2638;
}

a:hover {
	color: #A9394A;
	text-decoration: none;
}

.line {
	border-bottom: 1px dashed #4C2638;
}

.mini {
	line-height: 1.1;
}

.miniline {
	line-height: 1.1;
	border-bottom: 1px dashed #4C2638;
}

/* ---> Design <--- */

#text {
	display: block;
	float: left;
	margin-top: 50px;
	margin-left: 60px;
	width: 404px;
	height: 640px;
	overflow: auto;
	padding: 3px;
}

#navi {
	display: block;
	float: left;
	margin-top: 50px;
	margin-left: 70px;
	width: 396px;
	min-height: 50px;
}

#content {
	margin: auto;
	margin-top: 25px;
	width: 1000px;
	height: 750px;
	background: url('../images/layer/book.png');
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(251,191,190,0.25);
	-moz-box-shadow: 0px 0px 15px 5px rgba(251,191,190,0.25);
	box-shadow: 0px 0px 15px 5px rgba(251,191,190,0.25);
}