* {
margin:0;
padding:0;
}

/* General Style Info */
body {
        color: #fff;
        font-family: "frutiger linotype", "lucida grande", "helvetica", "arial", sans-serif;
        font-size: 76%;
}
a {
        color: #516c47;
        text-decoration:none;
}
a:hover {
        color: #233414;
        text-decoration:none;
}
a img {
        border:none;
}
em {
        font-size: 12px;
}
h1, h2, h3, h4 {
        font-weight:normal;
}
h1 {
        color: #003d4c;
        font-size: 160%;
}
h2 {
        color: #2C6877;
        font-size: 160%;
}
h3 {
        color: #c6c65b;
        font-size: 140%;
        clear: both;
}
h4 {
        color: #c6c65b;
        font-weight: normal;
        padding-top: 0.5em;
}
ul, li {
        margin: 0 30px;
}

/* Layout */

.players {
        margin-top:10px;
}

.player {
width:300px;
height:200px;
float: left;
border: 0px;
z-index:1;
position: relative;
border-width: 1px;
}

.body {
z-index: 3;
position: absolute;
top: 0;
left: 60;
}

.info {
z-index: 8;
position: absolute;
top: 0;
left: 50;
}

.guild {
z-index: 7;
position: absolute;
top: 30;
left:225;
}

.alt {
z-index: 7;
position: absolute;
top: 0;
left:225;
}

.party {
z-index: 7;
position: absolute;
top: 60;
left:225;
}

.weap {
z-index: 88;
position: absolute;
top: 30;
left: 50;
}

.shield {
z-index: 88;
position: absolute;
top: 60;
left: 50;
}

.cart {
z-index: 2;
position: absolute;
top: 0;
left: 60;
}

.name {
z-index: 8;
position: absolute;
top: 125;
left:0;
width:300px;
}

.aura {
z-index: 1;
position: absolute;
}

.h1 {
z-index: 4;
position: absolute;
top: 5;
left: 110;
}

.h0 {
z-index: 4;
position: absolute;
top: 5;
left: 105;
}

.h0-0 {
z-index: 7;
position: absolute;
top: 0;
left: 112
}

.h0-1 {
z-index: 7;
position: absolute;
top: 0;
left: 110
}

.h1-0 {
z-index: 6;
position: absolute;
top: 0;
left: 112
}

.h1-1 {
z-index: 6;
position: absolute;
top: 0;
left: 110
}

.h2-0 {
z-index: 5;
position: absolute;
top: 0;
left: 112
}

.h2-1 {
z-index: 5;
position: absolute;
top: 0;
left: 110
}

#name table {
}

#name td{
        vertical-align: middle;
        text-align:left;
}


#container {
        text-align: left;
}

#search{
        color: #fff;
        position: absolute;
        padding: 10px 20px 0 20px;
        right:0px;
        top: 0px;
        text-align:right;
}

#header{
        position: relative;
        padding: 0px 0px 0 0px;
        height: 69px;
        background-color: #99da5f;
}

#header-img{
        background: url('img/ropd.png') left no-repeat;
        position: absolute;
        padding: 0px 0px 0 0px;
        width: 432px;
        height: 69px;
        left: 0px;
        top: 0px;
        background-color: #99da5f;
}

#header h1 {
        color: #ffffff;
        padding: 15px 50px;
        height: 60px;
}
#header h1 a {
        color: #ffffff;
        background: #2C6877;
        text-decoration: none;
}
#header h1 a:hover {
        color: #ffffff;
        background: #003d4c;
        text-decoration: none;
}
#content{
        color: #333;
        padding: 0px 10px 10px 10px;
}
#footer {
        color: #333;
        clear: both;
        padding: 6px 10px;
        text-align: right;
}

/* Forms */

INPUT, select {
    color:#333;
    border:none;
    font-size: 90%;
    }

button {
    color:#333;
    border:none;
    }

TEXTAREA {
    color:#333;
    border:none;
    background-color:#fff;
    }



/* Tables */
table {
        clear: both;
        color: #333;
}
th {
        background-color: #f2f2f2;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        text-align: center;
}
table tr td {
        text-align: center;
        vertical-align: top;
        font-size: 76%;
}
table tr.altrow td {
        background: #f4f4f4;
}
