*
{
	border: 0;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

body
{
	background: #CCD8E0; /*#fff;*/
	color: #777;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 720px;
	font: normal 62.5% Tahoma,sans-serif;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed;
	/*color: #933;*/
	font: 24px Georgia, serif;
	font-style: italic;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}
.clearer {clear: both;}

/* navigation */
.header {
	position: absolute;
	top: 0;
	left: 50;
	width: 720px;
}

.navigation {
	background: #D9E1E5 url(../../style_imgs/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 30px;
}

.navigation a {
	background: #D9E1E5 url(../../style_imgs/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em Georgia, sans-serif;
	font-style: italic;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234; text-decoration: underline;}

.descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.album_descr {
	color: #664;
	font-size: 1.5em;
	margin-bottom: 6px;
}


