
body {
        background-image: url(images/bg.jpg);
        background-color: #ffffff;
        padding: 0px;
        margin: 0px;
}
p, h1, h2, li {
        font-family: Verdana, Arial, sans-serif;
	background: transparent;
}
a, a:visited {
	text-decoration: none;
}
#content {
        padding: 15px;
}
#content p {
        color: #000000;
        font-size: 85%;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content a, #content a:visited {
        color: #000000;
        text-decoration: underline;
}
#content a:hover {
        color: #ff0000;
        text-decoration: none;
}
#content h1 {
        color: #000000;
        font-size: 120%;
        text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h2 {
        color: #000000;
        font-size: 90%;
        font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content ul {
        margin-top: 0px;
        margin-bottom: 10px;
	list-style: square;
}
#content ol {
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 45px;
}
#content li {
        color: #000000;
        font-size: 80%;
        margin-bottom: 3px;
}
#footer {
        padding-top: 2px;
        padding-bottom: 5px;
}
#footer p {
        font-size: 65%;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}
#footer a, a:visited {
        color: #000000;
}
#footer a:hover {
        color: #ff0000;
        text-decoration: underline;
}

#content .RWGallery p {text-align: center;}
#content .RWGalleryEnlargementTitle, #content .RWGalleryThumbTitle {font-size: 80%; font-weight: bold; color: #000000;}
#content .RWGalleryEnlargement {margin-bottom: 10px; border: 1px solid #000000; padding: 2px;}
#content .RWGalleryThumb {border: 1px solid #000000; padding: 2px;}

