body {
    background-image : url(images/bg.jpg);
    background-repeat : repeat-y;
    background-color : #ffff99;
    padding-left : 90px;
}
#page {
    width : 410px;
    float : left;
}
#page h1 {
    color : #ff9933;
    font-family : "Trebuchet MS", Verdana, SansSerif;
    margin : 20px 0 0;
    text-align : center;
}
#page h2 {
    color : #ff9933;
    font-family : "Trebuchet MS", Verdana, SansSerif;
    margin : 20px 0 0;
    text-align : center;
}
#page h3 {
    color : #ff9933;
    font-family : "Trebuchet MS", Verdana, SansSerif;
    margin : 20px 0 0;
    text-align : center;
}
#page p {
    font-family : Arial, Helvetica, sans-serif;
    padding-left : 10px;
}
#page .postdatetime {
    text-align : center;
    color : #ff0000;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10px;
}
#page .postcat {
    text-align : center;
    color : #ff9933;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10px;
}
#page a {
    color : #ff0000;
    text-decoration : underline;
}
#page a:hover {
    color : #ff9933;
    text-decoration : none;
}
#sidebar {
    padding-left : 410px;
}
#sidebar ul {
    padding : 4px;
    margin : 0 0 0 4px;
    width : 100%;
}
#sidebar li {
    width : 100%;
    margin : 0;
    padding : 0;
    list-style-type : none;
    color : #ffffff;
    font-family : "Trebuchet MS", Verdana, SansSerif;
    font-size : 12px;
}
#sidebar li a {
    color : #ffffff;
    text-decoration : none;
    width : 100%;
}
#sidebar li a:hover {
    color : #ffff99;
}
#sidebar h3 a {
    color : #ffffff;
    text-decoration : none;
    width : 100%;
}
#sidebar h3 a:hover {
    color : #ffff99;
}
#sidebar h3 {
    font-size : 22px;
    margin : 0;
    color : #ffffff;
    font-family : "Trebuchet MS", Verdana, SansSerif;
    padding-left : 2px;
}
#sidebar .sideitem1 {
    background-color : #ff0000;
    width : 170px;
    margin-top : 10px;
}
#sidebar .sideitem2 {
    background-color : #ff9933;
    width : 170px;
    margin-top : 10px;
}
#sidebar .sideitem3 {
    background-color : #ff6633;
    width : 170px;
    margin-top : 10px;
}
#footer {
    clear : both;
    text-align : right;
    font-family : "Trebuchet MS", Verdana, SansSerif;
    color : #ff0000;
    font-weight : bolder;
}
#footer a {
    color : #ff0000;
    text-decoration : none;
}
#footer a:hover {
    color : #ff9933;
    text-decoration : none;
}