html, body {
margin : 0;
padding : 0;
}
body {
width : 100%;
font-family : Arial, sans-serif;
color : #a52a2a;
background : #191919;
}
			/*WRAP*/
#container {
width : 100%;
margin : 0 auto;
background : #191919 url(200-3.jpg) no-repeat;
color :#ccc;
line-height : 1.8em;
}
			/*TOP BAR*/
#top {
height : 100%;
border-bottom : 0 solid #FFD300;
background : #FFD300 url(100-4.jpg) no-repeat;
color : #191919;
}
#top h1 {
float : centre;
padding : 0;
margin : 0 0 0 20px;
font-size : 180%;
letter-spacing: 3px;
}
#top h2 {
float : centre;
padding : 0;
margin : 0 0 0 5%;
font-size : 180%;
letter-spacing: 1%;
}
			/*TOP BAR MENU*/
#menu {
height : 100px;
margin : 0;
padding : 0;
list-style-type : none;
list-style-image : none;
text-transform : lowercase;
}
#menu li {
float : left;
width :7em;
border-right : 1px solid #eee;
}
#menu a {
display : block;
height : 50px;
width : 7em;
font-weight : bold;
line-height : 50px;
padding : 0 0 0 0;
text-align : center;
color : #ff7900;
background : #000000;
}
#menu a:hover {
color : #fff;
background : #000000 ;
}
			/*LEFT SIDEBAR*/
#leftnav {
margin-top : 30px;
float : left;
width : 300px;
padding : 1em;
}
#leftnav p {
margin : 0 0 1em 0;
}
#leftnav h2 {
margin: 0 0 10px 0;
font-size : 150%;
letter-spacing: 5px;
color : #ffd300;
background : inherit;
}
			/*MAIN CONTENT*/
#content {
margin : 0 0 0 300px;
border-left : 1px solid #808080;
padding : 2em 3em 1em 3em;
text-align : justify;
color : #000000;
background : #ffffff;

}
#content h2 {
margin: 0 0 10px 0;
font-size : 150%;
letter-spacing: 5px;
color : #ff7900;
background : inherit;

}
			/*FOOTER*/
#footer {
clear : both;
margin : 0;
padding : .5em 0 1em 300px;
border-bottom : 0px solid #808080;
border-top : 0 solid #808080;
color : #eee;
background : #191919;
}
#footer img {
float : right;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
margin : 0;
}
/* end */
#footer p {
padding-left : 5px;
}
			/*LINKS*/
a:link, a:visited {
color : #FF7900 ;
background : inherit;
text-decoration : none;
}
a:hover {
color : #ffd300;
background : inherit;
text-decoration : none;
}
a:active {
color : #666;
background : inherit;
text-decoration : none;
}
.navlist li {
margin: 0 15px 5px 0;
padding: 2px;
font-size: 90%;
font-weight : bold;
list-style-image:url(knopka.jpg);
background: inherit;
color: #D5D9B4;
}
img {
border : none;
}
