/*

	TheGrid by Melissa Rotert

*/

*
{
padding: 0px;
margin: 0px;
}

body
{
background: #351C15 url('rust2bg.jpg');
font-size: 16px;
font-family: "Courier New", Courier, monospace;
color: #1D1D1D;
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: 0px 14px 3px 50px;
}

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;
}

#outer
{
position: relative;
width: 900px;
height: 1280px;
padding-top: 75px;
padding-left: 30px;
margin: 0 auto;
background: url('stacked1.png') no-repeat;
}

#inner
{
position: relative;
width: 702px
height: 1280px;
padding-top: 20px;
margin-left: 98px;
margin-right: 132px;
z-index: 2;
}


#inner img
{
position: relative;
line-height: 25px;
margin-bottom: 20px;
}

#card
{
position: absolute;
width: 500px;
height: 389px;
background: url('cardbg2.png') no-repeat;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 150px;
margin-left: 125px;
margin-top: 15px;
z-index: 3;
}

#card p
{
font-size: 12px;
font-family: "Courier New", Courier, monospace;
color: #1D1D1D;
line-height: 20px;
}