/*** Defaults for all elements **********************/
h1 {
    font-size: 150%;
}
h2 {
    font-size: 130%;
}
h3 {
    font-size: 120%;
}
p {
    line-height: 150%;
    font-size: 100%;
}
a {
    color: #732726;
}

/*** Basic Layout ************************************/

body {
    text-align: center; /* For IE only */
    border-style: none;
    border-width: 1px;
    border-color: black;
    background-color: #EDB479;
    background-image: url("../images/background2.jpg");
    background-repeat: repeat-x;
    font-style: Georgia,"Times New Roman",Serif;
}

#wrapper {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 1200px;
}

#container {
    margin: 20px 20px 20px 20px;
    border-style: dotted;
    border-width: 1px;
    border-color: grey;
    background-image: url("../images/bg_black.png");
    width: 1066px;
}

#header {
    margin: 20px 10px 10px 10px;
    padding: 10px 20px 10px 20px;
    border-style: none;
    border-width: 1px;
    border-color: black;
    background-image: url("../images/bg_white.png");
}

#mainpart {
    margin: 20px 10px 20px 10px;
    border-style: none;
    border-width: 1px;
    border-color: black;
    background-image: url("../images/bg_mainpart_white.png");
}

#sidebar {
    padding: 10px 10px 10px 10px;
    border-style: none;
    border-width: 1px;
    border-color: black;
    float: left;
    width: 220px;   
}

#articles {
    padding: 10px 10px 10px 10px;
    border-style: none;
    border-width: 1px;
    border-color: black;
    margin-left: 270px;
    min-height: 500px;  
}

#footer {
    padding: 5px 10px 5px 10px;
    margin: 10px 10px 10px 10px;
    border-style: none;
    border-width: 1px;
    border-color: black;
    clear: both;
    background-image: url("../images/bg_white.png");    
}


/*** Special stuff *************************************/

#sidebar li {
    list-style-type: none;
    line-height: 160%; 
}

#footer p {
    font-size: 60%;
    color: white;
    text-align: center;
}

