html {
	height: 100%;
}
body {
        background-image: url('/public/themes/paaloliver/images/background.jpg');
        background-repeat: no-repeat;
        background-position:top center;
        background-color: black;
        text-align: center;
        padding: 0px;
        margin: 0px;
        font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	height: 100%;
}
#container {
        text-align: left;
        margin: 0px auto 0px auto;
        padding: 0px;
        width: 950px;
        background-color: black;
	min-height: 100%; 
}
#header {
        padding: 20px 0px 20px 60px;
}
#menubar {
        border-top: 1px solid #292929;
        border-bottom: 1px solid #292929;
        margin: 0px 30px 30px 30px;
        padding: 10px;
        color: #666;
        font-size: 20px;
        text-align: center;
}
#content {
        color:#999;
        margin: 00px 60px 20px 60px;
}
#footer{
        border-top: 1px solid #292929;
        margin: 30px 30px 30px 10px;
        padding: 10px;
        color: #444;
        font-size: 9px;
        text-align: center;
}
.articleHeader {
        font-size: 20px;
        color: #888;
        margin-bottom: 10px;
}
.articleHeader SPAN {
        margin: 0 10px 0px -20px;
        font-size: 25px;
        color: #33f;
}
.articleHeader DIV {
        display:inline;
        font-size: 12px;
        color: #555;
        margin-left: 30px;
}
.article {
        margin-bottom: 40px;
}
.article IMG{
        float:left;
        margin: 0px 40px 40px 0px;
}
.leftfloat {
        float:left;
        margin: 0px 40px 40px 0px;
}
.rightfloat {
        float:right;
        margin: 0px 0px 40px 40px;
}
A:link {
        text-decoration: none;
        color: #666;
}
A:visited {
        text-decoration: none;
        color: #555;
}
A:active {
        text-decoration: none;
        color: #aaa;
}
A:hover {
        text-decoration: underline;
        color: #888;
}
