html {
margin: 0;
padding: 0;
}
body {
margin: 0 auto;
padding: 0;
width: 90%;
background: #eee;
}
#header {
background: #666 url(/images/korn.gif) no-repeat;
margin-top: 10px;
padding: 2% 2% 9% 5%;
color: #fff;
}
#header h1 {
/*vertical-align: baseline;
margin: 10px;
text-indent: 10%;*/
display: inline;
font-size: 200%;
font-family: 'Century Gothic';
color: #fff;
white-space: nowrap;
}
#left {
float: left;
}
#right {
color: #fff;
padding: 5px;
border: 1px dashed #fff;
float: right;
}
#menu {
background: #eee;
text-align: center;
color: #999;
}
#menu ul {
list-style-type: none;
margin: 0;
padding: 1% 0 1% 0;
/*border-bottom: 1px solid #666;*/
}
#menu ul li{
display: inline;
padding-left: 0;
padding-right: 0;
}
#menu ul li a {
text-decoration: none;
/*border: 1px solid #ccc;*/
color: #000;
padding-top:0;
padding-bottom:0;
padding-left: 6px;
padding-right: 6px;

}
#menu ul li a:hover {
background: #eee;
border: 1px solid #666;
border-bottom: 5px solid #666;
padding-top:1%;
padding-bottom:1%;
padding-left: 5px;
padding-right: 5px;
}
.pressed {
background: #fff;
color: #000;
/*border: 1px solid #666;*/
border-bottom: 1px solid #fff;
border-top: 5px solid #ce0;
padding-top:1%;
padding-bottom:1%;
padding-left: 6px;
padding-right: 6px;
}
#content {
background: #fff;
margin-top: 0px;
padding: 2% 0 2% 0;
font-size: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
text-indent: 5%;
line-height: 1.5;
}
#content acronym {
border-bottom: 1px dotted #000;
font-variant: small-caps;
}
#content h1 {
text-indent: 10%;
font-weight: normal;
font-size: 150%;
font-family: 'Century Gothic';
color: #ccc;
}
#content ul li {
text-indent: 10%;
list-style-type: square;
list-style-position: inside;
}
#content p {
padding: 0 10%;
}
#content img {
border: 1px dashed #f0e;
}
#contacts {
background: #fff url(/images/boyan.jpg) 20px 70% no-repeat;
padding: 20px;
font-size: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
line-height: 1.5;
/*white-space: nowrap;*/
}
#contacts h1 {
font-weight: normal;
font-size: 150%;
font-family: 'Century Gothic';
text-indent: 0%;
}
#contacts p {
padding: 0;
}
.contacts {
padding-left: 20px;
display: block;
margin-left: 60%;
border-left: 3px solid #900;
}
#content a {
text-decoration: underline;
background: #fff;
color: #03f;
/*border: 1px transparent;*/
padding: 2px;
}
#content a:hover {
color: #900;
/*border: 1px dashed #ccc;
padding: 1px;*/
}
#footer {
background: #eee url(/images/foot.gif) repeat-x bottom;
margin-top: 0px;
padding: 20px;
}
#footer p {
padding: 0;
margin: 0;
line-height: 0;
color: #ccc;
font: 80% Arial;
}
.strong {
font-weight: bold;
}
