body {
    background-color: #303030;
}

#header {
	margin: 10px auto;
}

#content, #onecol, #rightcol {
	background-color: #e6e3ea;
    opacity: .9;
    border-radius: .5em;
}

.licensed {
	font-size: small;
	max-width: 800px;
	margin: 0 auto 10px;
    color: white;
}

ul {
	list-style-image: url(https://www.sjgames.com/img/siteframe/dot.gif);
	list-style-position: outside;
}

a {
    color: #097b00;
}

#footer {
    margin: 10px auto;
}

#lightboxImage{
    width:auto;
    max-height: 650px;
}

#outerImageContainer {
    max-height: 750px;
    max-width: 750px;
}

#imageDataContainer {
    max-width: 750px;
}