@charset "utf-8";

html, body {
	margin: 0 auto;
	background-color: #275100; 
}
/* LAYOUT */
#wrap {
	margin: 0 auto;
	width: 989px;
	background: #fff url(gfx/bg_wrap.jpg) repeat-y;
}

#header {
	width: 989px;
	height: 284px;
	background: #fff url(gfx/karacsonyiajandek.jpg) no-repeat;
}

#maincontent {
	margin-right: 9px;
	padding: 10px 194px 0px 25px;
	min-height: 380px;
	background: transparent url(gfx/bg_main.jpg) no-repeat right bottom;
	font: normal 15px/130% "Palatino Linotype";
	text-align: justify;
	color: #664600;
}

#maincontent a:link, #maincontent a:visited {
	text-decoration: underline;
	color: #705924;
	}
	
#maincontent li 
	{
	margin-bottom: 5px;
	line-height: 16px;
	list-style-image: url(gfx/dott.gif);
	padding: 0;
}

#footer {
	margin: 0;
	padding: 10px 25px 0 25px;
	height: 80px;
	background: #951a00 url(gfx/bg_footer.jpg) no-repeat;
}
#footer .tag {
	font: normal 11px Verdana, Geneva, sans-serif;
	color: #d8c8a7;
}
