			#container {
				width:1024px;
				margin:30px auto;
				border-style:none;
				border-top-left-radius: 10px;
				border-top-right-radius: 10px;
			}

			body{
				margin:0px;
				padding:0px;
				font-size:14px;
				font-family:Arial;
				background: url(pattern.png);
			}
			#heading{
				margin:0px;
				padding:0px;
				background: url(fejlec.jpg) no-repeat top center;
				background-color:#240308;
				opacity:0.9;
				height: 150px;
			}
			
			#wrapper{

				min-height: 390px;
			}
			
			#menu{
				margin: 0px;
				background: url(paper.jpg) no-repeat top left;
				padding-top: 50px;
				width: 247px;
				height: 390px;
				float:left;

			}
			#menusor{
				padding: 20px;
				
			}
			
			#content{
				margin-top: 0px;
				margin: 0px;
				padding: 0px;
				background: url(oldscroll.jpg);
				border:none;
				
				margin-top: 0px;
				width: 1024px;
				min-height: 390px;

				
			}
			
			#center {
				width:500px;

				float:left;
			}
			
			h1 {color:black}
			h1 {text-align: center}
			h1 {font-family:"Book Antiqua"}
			


			li{
				
				font-family:"Book Antiqua";
				font-size:20px;
				font-size:21px;
			}

			a:link {color:black;}      /* unvisited link */
			a:visited {color:grey;}  /* visited link */
			a:hover {color:red;}  /* mouse over link */
			a:active {color:red;}  /* selected link */

			a:link {text-decoration:none;}
			a:visited {text-decoration:none;}
			a:hover {text-decoration:none;}
			a:active {text-decoration:none;}
			
				
