body {
	background: #000;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffdfb8;
}
h1,h2,h3,h4,h5 { margin: 0; }

a.hir {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	text-decoration:none;
}

a.fel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #C96;
	font-style:italic;
	text-decoration:none;
}
#container {
	background:  #630;
	/*border-bottom: #e78c49 solid 15px;*/
	width: 955px;
	margin: 0px auto;
}
#head { height: 153px; }
	#flashlogo {
		width: 153px;
		height: 153px;
		float: left;
	}
	#head h1 {
		display: block;
		height: 130px;
		text-indent: -3000px;
		margin: 0;
		padding: 0;
		background: url(../images/felso.jpg) no-repeat right;
	}
	#head #subtitle {
		height: 23px;
		text-align: center;
		background-color: #e78c49;
		padding-left: 155px;
		*padding-left: 0;
		}
		#head #subtitle h2 {
			margin: 0 auto;
			padding: 0;
			font-size: 18px;
			font-style: italic;
			color: #630;
			width: 400px;
			display: block;
		}
			#head #subtitle h2 .sIFR-replaced {
				margin: 0;
				padding: 0;
				background-color: #0F6;
			}
	#center { height: 420px; }
	#menu {
		width: 153px;
		background: #792211;
		float: left;
		height: 420px;
		overflow: hidden;
	}
	#content {
		height: 420px;
		float: left;
		width: 672px;
		background: url(../images/content_bg.jpg);
	}
	#slide {
		height: 420px;
		width: 130px;
		float: right;
	}
#footer { 
	height:15px; 
	background-color:#e78c49;
}