html
{
	padding: 0;
	margin: 0;
}

body
{
	font: normal 16px/normal georgia, garamond, times, "times new roman", serif;
	color: #000;
	background: #e5c66c url('/img/bg.jpg') repeat 0 0;
	padding: 0;
	margin: 0;
}

ul, ol, li,
h1, h2, h3, h4, h5, h6,
p, span, em, strong, pre, blockquote, abbr, acronym, a,
dl, dt, dd,
table, tr, th, td, thead, tbody, tfoot, caption,
form, fieldset, legend, input, label
{
	font-size: 100%;
	font-family: inherit;
	font-weight: normal;
	font-style: inherit;
	line-height: inherit;
	outline: 0;
	border: 0;
	padding: 0;
	margin: 0;

}

ul { list-style-type: none; }

table
{
	border-collapse: separate;
	border-spacing: 0;
}


a 			{ text-decoration: none; color: #e14c38; outline: 0; }
a:hover 	{ color: #000; }
a img		{ border: none; }


small		{ font-size: 85%; }
big			{ font-size: 130%; }

em			{ font-style: italic; }
strong		{ font-weight: bold; }


img.left	{ border: 3px solid #000; margin: 5px 15px 10px 0; }
img.right	{ border: 3px solid #000; margin: 5px 0 10px 15px; }


.cleaner 	{ height: 0; line-height: 0; clear: both; }
.clear		{ clear: both; }


.container
{
	width: 100%;
	border: 3px solid red;
	overflow: hidden;
}


.left	{ float: left; }
.right	{ float: right; }


.grey	{ color: #666; }
.black	{ color: #000; }
.wite	{ color: #fff; }


.small-caps		{ font-variant: small-caps; }


.align-left		{ text-align: left; }
.align-center	{ text-align: center; }
.align-right	{ text-align: right; }


/*
	------------------------------------------------------------------------------------------------
*/



#header
{
	width: 100%;
	height: 650px;
	text-indent: -9999px;
	background: transparent url('/img/header.jpg') no-repeat center 0;
	overflow: hidden;
	margin: 20px 0 0;
}
	#header * { display: none; }



.way
{
	width: 390px;
	height: 1590px;
	background: transparent url('/img/way.png') repeat-y center center;
	position: relative;
	margin: 50px auto;
}
	.way * { display: none; }
	.way a
	{
		width: 100%;
		font-size: 25px;
		font-style: italic;
		font-weight: normal;
		text-align: center;
		line-height: 28px;
		display: block;
		position: absolute;
		margin: 0 0 0 10px;
	}
	.way a:hover	{ color: #000; }
	.way a.next
	{
		background: transparent url('/img/next.gif') no-repeat bottom center;
		bottom: 100%;
		padding: 0 0 30px;
		margin-bottom: 20px;
	}
	.way a.prev
	{
		background: transparent url('/img/prev.gif') no-repeat top center;
		top: 100%;
		padding: 30px 0 0 0;
		margin-top: 20px;
	}



.content
{
	width: 880px;
	margin: 0 auto;
}
	.content .content-header
	{
		height: 211px;
		background: transparent url('/img/content_header.jpg') no-repeat 0 0;
		overflow: hidden;
	}
		.content .content-header h1
		{
			font-size: 30px;
			font-style: italic;
			font-weight: normal;
			text-align: center;
			line-height: 30px;
			position: relative;
			top: 135px;
		}
	.content .content-body
	{
		background: transparent url('/img/content_body.jpg') repeat-y 0 0;
		padding: 3px 0 0;
	}
	.content .content-footer
	{
		height: 110px;
		background: transparent url('/img/content_footer.jpg') no-repeat 0 0;
	}

	.content .content-header,
	.content .content-body,
	.content .content-footer
	{
		padding-right: 120px;
		padding-left: 200px;
	}

	.content p
	{
		line-height: 29px;
		text-indent: 30px;
	}

	.content img
	{
		margin: 10px 20px;
	}

	.content ol
	{
		line-height: 29px;
		margin: 0 0 0 25px;
	}
		.content ol li
		{
		}
	


#footer
{
	width: 100%;
	text-align: center;
	padding: 20px 0 150px;
}
	#footer a.mask
	{
		text-decoration: none;
		color: #000;
	}


.theme
{
	width: 100%;
	background: transparent no-repeat center center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
	body > .theme { position: fixed; }

.winter
{
	height: 141px;
	background-image: url('/img/theme_winter.png');
}
.spring
{
	height: 90px;
	background-image: url('/img/theme_spring.png');
}
.autumn
{
	height: 97px;
	background-image: url('/img/theme_autumn.png');
}




.player
{
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	right: 20px;
	z-index: 11;
	padding: 0 0 70px;
}
	body > .player { position: fixed; }

	.player .flash
	{
		outline: 0;
		float: left;
		margin: 0 15px 0 0;
	}


/*
	LOGIN
*/

#login
{
	width: 100%;
	height: 100%;
	background: transparent url('/img/dot.png') repeat 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
	#login form
	{
		width: 300px;
		height: 30px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -15px 0 0 -150px;
	}
		#login form input
		{
			width: 100%;
			height: 100%;
			text-align: center;
			color: #fff;
			background: transparent;
			border-bottom: 1px solid #fff;
		}