body {
    background: -webkit-gradient(linear, left top, left bottom, from(#663300), to(#FFFF99));
	background: -moz-linear-gradient(top, #663300, #FFFF99);
	background-repeat: no-repeat;
	background-color: #FFFF99;
}
#container {
	width: 900px;
	margin: auto;
	background: #FFFFB3;
	overflow: hidden;
	border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	box-shadow: 10px 10px 15px #000;
	-moz-box-shadow: 10px 10px 15px #000;
	-webkit-box-shadow: 5px 5px 20px #000;

}
header {  
    display: block;
    position: relative;
	width: 100%;
	overflow: hidden;
	background: #FF9933;
	border-radius-bottomright: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
header h1 {
    font-family: Comic Sans MS, Comic Sans MS5, cursive;
	font-weight: bold;
    font-style: italic;
	text-shadow: 0 0 15px #FFFFFF;
	margin-left: 30px;
}
a {
	text-decoration: none;
}
nav {
    display: block;
	float: left;
	width: 290px;
	margin-left: -42px;
	margin-top: -16px;
	margin-right: 5px;
	margin-bottom: 0;
	background-color: #FF9933;
	border-radius-bottomright: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
nav ul {
    list-style: none;
}
nav ul li {
	text-transform:uppercase;
	font-family: Trebuchet MS1, Helvetica, sans-serif
	font-size: 12pt;
	font-weight: bold;
	margin: 0 2px;
	padding: 5px 5px 0;
	height: 40px;
	color: #fff;
	background: -moz-linear-gradient(top, #551A8B 0%, #FF9933 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#551A8B), to(#FF9933));
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
nav ul li:hover {
    text-shadow: 3px 3px 3px #000;
	background: -moz-linear-gradient(top, #000000 0%, #FF9933 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#FF9933));
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
nav ul li a {
    color: #fff;
	text-decoration: none;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;

}
nav ul li a:hover {
    margin-top: 2px;
}

article {
    width: 600px;
}

article, section {
	text-align: center;
	font-size: 16pt;
	font-family: Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-stretch: extra-expanded;
	color: #3333FF;
	letter-spacing: 2px;
	line-height: 30px;
	width: 650px;
}

section ul {
    text-align: left;
	margin-left: 230px;
	line-height: 150%;
}

section p {
    margin-left: 230px;
	text-shadow: 0 0 1px #000;
}

section li {
    text-shadow: 0 0 1px #000;
}

.kiemelt {
    font-size: 30pt;
	line-height: 150%;
}
.kizart {
    text-align: justify;
	padding: 30px;
	line-height: 150%;
}

#zaro {
    height: 3px;
	margin: -20px auto -10px auto;
}

footer {
    position: relative;
    bottom: 0;
	opacity: 0.5;
	margin: 0 30px;
}
#email {
    text-shadow: 1px 1px 2px #000;
}
#email:hover {
    text-decoration: underline;
}