body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#fba963;
	margin:0; padding:0;
}

#container {
	background-image:url(/gfx/bodybg1.jpg);
	background-repeat:no-repeat;
	width:990px;
}

	#head {
		width:990px;
		height:150px; /* 121 - padding + tavtart a menuMegContentnek*/
		padding-top:4px;

	}
		#headLogo {
			float:left;
		}

		#headBanner {
			height:86px;
		}
		#headMenu {
			height:32px;
		}
		#headMenu a {
			display:block;
			width:134px;
			border:1px solid;
			height:26px;
			float:left;
			text-align:center;
			font-size:12px;
			color:#8f7378;
			font-weight:bold;
			text-decoration:none;
			line-height:26px;
			margin-right:3px;
		}

		#headMenu a:hover {
			color:#000;
		}

		#headMenu .notselected{
			border-color:#bd6812;
			background-image:url(/gfx/top-menu-bg.gif);
		}
		#headMenu .selected{
			border-color:#7e9439;
			background-image:url(/gfx/top-menu-bg-sel.gif);
		}
		
		
	#menu{
		width:206px; /* 173 - padding + tarta a contentnek*/
		float:left;
		padding-left:20px;
		
	}
		#menu a{
			display:block;
			width:153px;
			height:25px;
			line-height:25px;
			color:#8f7378;
			font-size:12px;
			text-decoration:none;

		}
		#menu a:hover{
			text-decoration:underline;
			
		}

	#content {
		float:left;
		width:550px;
	}
		#content h1{
			margin-top:0;
		}
		#content p{
			line-height:16px;
		}
		#content a {
			color:#000;
			text-decoration:underline;
		}
			#content a:hover {
				text-decoration:none;
			}
	 #contentBanner {
	 	float:right;
		padding-right:40px;
		padding-bottom:30px;
		width:138px;
		height:443px;
		display:block;
	 }
			
	.galeriabox {
		float:left;
		width:125px;
		height:97px;
		padding:5px;
		text-align:center;
	}


	
	#footer {
		clear:both;
		padding-top:5px;
		text-align:center;
	
	}