/* Edited with EditCSS */
/**** LINK-tag style sheet site.css?1161443741 ****/

body {
    font: 14px Verdana, sans-serif;
    background: #000000 url(/images/back.gif);
    color: #dddddd;
    text-align: center;
}
#wrapper {
  text-align: left;
  width: 530px;
  margin: 0 auto 0 auto;
}
#content {
  line-height: 1.5;
  text-align: justify;
}
#content ul li {
  margin-bottom: 1em;
}
a {
    color: #dddddd;
}
a img {
    border: 0;
}

#footer {
font-size: 12px;
text-align: center;
margin-top: 50px;
}

#navigation {
margin: 0;
padding: 0;
background: url(/images/mic-top.jpg) no-repeat;
height: 54px;
}
#navigation li {
display: inline;
}

h1,h2,h3,h4,h5 {
    font-weight: normal;
}

#navigation a {
display: block;
float: left;
width: 122px;
padding: 5px;
font-weight: bold;
text-decoration: none;
}
#navigation a:hover {
text-decoration: underline;
}
* html #navigation a {
width: 122px;
padding-right: 4px;
}

#navigation a:hover {
background-color: #111144;
color: #ffffff;
text-decoration: none;
}
