body {
    background-image: url("ltbg.png");
    background-color: #cc274c;
    background-repeat: repeat-x;
    margin: 0 auto;
}

#container {
    width: 1000px;
    height: 660px;
    color: white;
    background-color: black;
    box-sizing: border-box;
    
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -330px 0 0 -500px;
    padding: 15px;
    overflow: auto;
    font-family: arial, sans-serif;
}

#header {
    text-transform: uppercase;
    width: 100%;
}
#footer	{
	text-align: center;
	margin: 20px;
}
#navlist {
    width: 100%;
    text-align: center;
}

#navlist ol li {
    display: inline-block;
    margin-right: 60px;
}

#content {
    font-size: 12pt;
    line-height: 20px;
}

.top {
    overflow: auto;
}

h1, h2, a {
    color: #df3255;
}
h1, h2 {
    letter-spacing: 2px;
    font-style: italic;
    font-family: helvetic, arial, sans-serif;

}
h1  {
    text-align: center;
    text-transform: uppercase;
    font-size: 24pt;
}
h2 {
    text-transform: uppercase;
    font-size: 16pt;
    line-height: 30px;
}

h3 {
	text-align: center;
    font-size: 11pt;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul li {
    list-style-type: none;
    margin-top: 5px;
    margin-left: -40px;
}

img {
    margin: 8px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p {
	width: 848px;
	margin-left: auto;
	margin-right: auto;
}

.setblock{
	display: block;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	width: 848px;
	padding: 16px;
}
.setimg{
	width: 360px;
	margin-right: 18px;
	float: left;
}
.settext{
	text-align: justify;
}
.sclear{
    float: clear;
}