HTML, BODY {
    margin:0px;
    padding:0px;
    height:100%;
    border:none;
	background-color:#f4daa9;
	background-image:url(/art/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	font-family:"Trebuchet MS", Tahoma, Arial;
	color:#530d0d;
}

body a {
	color:#530d0d;
	text-decoration:none;
}

body a:hover {
	color:#000000;
}

#logo {
	width:185px;
	height:187px;
	background-image:url(/art/logo.jpg);
	background-repeat:no-repeat;
}

#header {
	width:759px;
	height:187px;
	background-image:url(/art/header.jpg);
	background-repeat:no-repeat;
}

#header .title {
	font-weight:bold;
}

#header .cim {
	font-size:11px;
	padding-left:10px;
}

#mainContent {
	width:759px;
	height:65px;
	background-image:url(/art/content_bg.jpg);
	background-repeat:repeat-y;
}

#mainContent .submenu {
	float:right;
}

#mainContent .text {
	font-size:13px;
	padding-left:22px;
	text-align:justify;
}

#mainContent .text p {
	margin:2px;
	margin-bottom:10px;
}

#mainContent .text span {
	font-size:11px;
}

#mainContent .text a {
	font-weight:bold;
}

#mainContent .text a:hover {
	text-decoration:underline;
}

#mainContent .text h1 {
	font-size:18px;
}

#mainContent .text h2 {
	font-size:15px;
}

#mainContent .text h3 {
	font-size:13px;
	font-style:italic;
	text-indent:4px;
	margin:0px;
}

#mainContent .text h4 {
	font-size:14px;
	text-indent:4px;
	margin:0px;
	color:#000;
}

#submenu {
	margin-right:10px;
}

#submenu .bg_left {
	width:7px;
	height:23px;
	background-image:url(/art/submenu_bg_left.jpg);
	background-repeat:no-repeat;
}

#submenu .bg_right {
	width:7px;
	height:23px;
	background-image:url(/art/submenu_bg_right.jpg);
	background-repeat:no-repeat;
}

#submenu .bg_center {
	height:23px;
	background-color:#541313;
}

#submenu a {
	color:#FFFFFF;
}

#menu {
	margin-bottom:16px;
	margin-top:10px;
}

#menu .menup {
	background-image:url(/art/menu_normal.jpg);
	background-repeat:no-repeat;
	width:185px;
	height:24px;
	margin-bottom:4px;
}

#menu .menup a:hover {
	display:block;
	background-image:url(/art/menu_hover.jpg);
	background-repeat:no-repeat;
	width:185px;
	height:24px;
	color:#FFFFFF;
}

#menu .menupA {
	display:block;
	background-image:url(/art/menu_hover.jpg);
	background-repeat:no-repeat;
	width:185px;
	height:24px;
	color:#FFFFFF;
}

#menu2 {
	width:185px;
	height:47px;
	background-image:url(/art/hmenu_normal.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#menu2:hover {
	background-image:url(/art/hmenu_hover.jpg);
}

#gallery {
	width:185px;
	min-height:164px;
	background-image:url(/art/gallery_bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#gallery .title {
	width:170px;
	position:relative;
	left:5px;
	top:14px;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:15px;
	text-align:left;
}

#gallery .pics {
	width:185px;
	margin-top:26px;
}

#gallery .pics img {
	border:1px solid #c97c43;
	padding:3px;
	background-color:#FFFFFF;
	/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

#gallery .pics:hover img {
	border:1px solid #361401;
	padding:3px;
	background-color:#fcedd0;
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}

#gallery .description {
	width:160px;
	padding:6px;
	font-size:12px;
}

#gallery .button {
	width:107px;
	height:30px;
	background-image:url(/art/button_gallery_normal.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	margin:4px;
}

#gallery .button:hover {
	width:107px;
	height:30px;
	background-image:url(/art/button_gallery_hover.jpg);
	background-repeat:no-repeat;
}

#newsletter {
	width:185px;
	min-height:164px;
	background-image:url(/art/newsltr_normal.jpg);
	background-repeat:no-repeat;
}

#newsletter:hover {
	background-image:url(/art/newsltr_hover.jpg);
}

#newsletter .title {
	width:170px;
	position:relative;
	left:5px;
	top:14px;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:15px;
	text-align:left;
	margin-bottom:6px;
}

#newsletter .button {
	width:107px;
	height:30px;
	background-image:url(/art/button_newsltr_normal.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	margin:4px;
}

#newsletter .button:hover {
	width:107px;
	height:30px;
	background-image:url(/art/button_newsltr_hover.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	margin:4px;
}

#footer {
	background-image:url(/art/footer.jpg);
	background-repeat:no-repeat;
}

#footer .links {
	font-size:12px;
	color:#a47a48;
}

#footer .links a {
	color:#a47a48;
	text-decoration:none;
}

#footer .links a:hover {
	color:#000;
}

#footer .links2 {
	font-size:12px;
	color:#a47a48;
}

#footer .links2 a {
	color:#a47a48;
	text-decoration:none;
}

#footer .links2 a:hover {
	color:#000;
}

#newsletterFrm {
	margin-top:46px;
}

#newsletterFrm .box {
	width:140px;
	height:18px;
	background-color:#fdf0d7;
	border:1px solid #c5a363;
	margin:2px;
	color:#541313;
	padding:1px;
}

#c2 .button {
	width:171px;
	height:55px;
	background-image:url(/art/button_photos_normal.jpg);
	font-size:12px;
}

#c2 .button:hover {
	width:171px;
	height:55px;
	background-image:url(/art/button_photos_hover.jpg);
}

#gallery2 {
	width:185px;
	min-height:164px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#gallery2 .pics {
	width:185px;
	margin-top:26px;
}

#gallery2 .pics img {
	border:1px solid #c97c43;
	padding:3px;
	background-color:#FFFFFF;
	/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

#gallery2 .pics:hover img {
	border:1px solid #361401;
	padding:3px;
	background-color:#fcedd0;
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}

#gallery2 .description {
	width:160px;
	padding:6px;
	font-size:12px;
}

#gallery #osszeskepszam {
	display:none;
}

#doctar {
	margin:30px 50px 30px 30px;
}
