body{
    margin: 0 auto;
    background: url("images/background.jpg") repeat-x top #ffffff;
    width: 1010px;
    font-family: Arial, Verdana;
    font-size: 0.75em;
    text-transform: lowercase;
    color: #666666;
}

h1{
    font-weight: bold;
    color: #0099cc;
    font-size: 1.2em;
    margin-bottom: 10px;
}

h2{
    font-weight: bold;
    color: #666666;
    font-size: 1.1em;
}

h3{
    font-weight: bold;
    color: #666666;
    font-size: 1.0em;
}

a, a:hover, a:link  {
outline-style:none;
}

a{
    font-weight: normal;
    color: #0099cc;
    text-decoration:none;
}

img{
    padding-right: 20px;
}

ul{
    margin:0 0 0 14px;
    padding: 0;
    list-style-position:outside;
    list-style-type:square;
}

.sidebar ul{
    margin: 0;
    padding: 0;
}

.sidebar ul li{
    list-style: none;
}

.sidebar b{
    font-size: 0.95em;
}

#footer a{
    color: #333333;
    font-weight: normal;
}