body
{
	background-image: url(img/tegla2.jpg);
}

#main
{
	margin: auto;
	width: 777px;
	background-image: url(img/hatter.bmp);
	background-repeat: repeat-y;
	padding-left: 20px;
	overflow: auto;
}

#header, #content, #footer
{
	float: left;
	width: 737px;
	border-bottom: 1px dotted white;
}

#header
{
	height: 170px;
	width: 737px;
	background-image: url(img/fejlec_hatter.jpg);
	background-position: 200 10;
	background-repeat: no-repeat;
}

#header #logo
{
		width: 177px;
		height: 170px;
		float: left;
		background-image: url(img/logo.jpg);
		background-position: center;
		background-repeat: no-repeat;
}

#header #title
{
	height: 170px;
	width: 352px;
	float: left;
	
	text-align: center;
	color: white;
}

#header #title h1
{
	font-family: papyrus;
	font-size: 35px;
	letter-spacing: 4px;
	margin-bottom: 0px;
	margin-top: 20px;
}
#header #title h2
{
	font-family: arial;
	font-size: 23px;
	margin: 0px;
	margin-top: 0px;
}

#header #title h3
{
	font-family: arial;
	font-weight: normal;
	font-size: 20px;	
	margin-top: 5px;
	letter-spacing: 1px;
}

#header #album_menu
{
	height: 170px;
	width: 208px;
	float: left;
}

#header #album_menu a
{
	color: white;
	text-align: center;
}

#menu
{
	height: 24px;
	padding-left: 2px;
}

#content
{
	width: 707px;
	min-height: 550px;
	background-color: rgb(210,210,210);
	vertical-align: top;
	border-left: 10px solid #0077A2;
	overflow: auto;
}

#footer
{
	height: 25px;
	width: 737px;
}

#footer #visitors,
#footer #login,
#footer #author
{
	height: 20px;
	float: left;
	text-align: center;
	padding-top: 5px;
	color: white;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;	
}

#footer #visitors
{
	width: 200px;
}

#footer #login
{
	width: 337px;
}

#footer #login a
{
	color: white;
	text-decoration: none;
}

#footer #login a:hover
{
	text-decoration: underline;
}

#footer #author
{
	width: 200px;
}
