/*

	Darklands by Melissa Rotert

*/

*
{
padding: 0px;
margin: 0px;
}

body
{
background: #212221;
background-image: url('darklandsbg.png');
background-repeat: repeat-y ;
background-position: center;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
line-height: 26px;
}

a
{
color: #1D1D1D;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

sup
{
font-size: 0.5em;
}


p
{
margin-bottom: 14px;
text-align: justify;
}

img.back
{
position: relative;
top: -2px;
width: 50px;
height: 50px;
padding: 2px;
}

img.forward
{
position: relative;
top: -2px;
width: 50px;
height: 50px;
padding: 2px;
}

img.floatleft
{
float: left;
margin: 10px;
}

img.floatright
{
float: right;
margin: 10px;
}


ul.linklist
{
list-style: none;
}

ul.linklist li
{
border-top: solid 1px #fff;
padding-top: 5px;
margin: 5px 0px 0px 0px;
}

ul.linklist li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
}

#returnbar {
        width: 100%;
        height: 40px;
        background: #000;
        margin: 0px;
        padding-left: 200px;
        padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#returnbar a {
        color: #CC0000;
        font-weight: bold;
}

#returnbar img {
       float: left;
       padding-right: 8px;
}

#upbg
{
position: relative;
top: 0px;
left: 0px;
background: url('darklandslogo.png');
width: 952px;
height: 239px;
z-index: 1;
}

#outer
{
position: relative;
width: 952px;
margin: 0 auto;
}


#body
{
position: relative;
width: 902px;
background: #000;
margin-top: 20px;
padding: 20px;
}

#body .inner
{
position: relative;
top: 4px;
font-size: 18px;
line-height: 18px;
color: #000;
letter-spacing: 1px;
}

#body .content
{
font-size: 16px;
color: #000;
letter-spacing: 0px;
background: #009ED8;
min-height: 750px;
padding: 20px;
}