* {
    position:relative;
    padding:0px;
    border:0px;
    margin:0px;
}
#mainContainer{
    position:relative;
    float:left;
    clear:left;
    width:100%;
    min-width:1000px;
    background-image: url('images/bg.png');
    background-repeat:repeat-x;
}
#logo{
    position:relative;
    float:left;
    clear:left;
    width:506px;
    height:215px;
}
#rightSide{
    position:relative;
    float:right;
    clear:right;
    width:485px;
    height: 548px;
    background-image: url('images/rightSide.png');
    background-repeat:no-repeat;
}
#contentContainer{
    position:relative;
    float:left;
    clear:left;
    width: 480px;
}
#navigation li{
    float:left;
    clear:none;
    width:inherit;
    padding-right:10px;
    list-style-type:none;
    color:#FFF;
    font-size:18px;
    font-family:sans-serif;
}
#navigation{
    padding-top:20px;
}
.active{
    font-weight:bold;
    list-style-type:circle;
    color:black;
}
.active a{
    color:#000;
}

#contentContainer p, h1, h2, h3, h4 {
    padding-left:20px;
}
#contentContainer p{
    text-indent:20px;
}
a:link, a:visited, a:active{
    color:#FFF;
    text-decoration:none;
}

a;hover{
    text-decoration:underline;
    color:#CCC;
}