body {
background-image:url('http://www.shamanrpg.com/images/v11/shamanlayout5bg.png');
margin:0px;
padding:0px;
border:0px;
}

@font-face
{
font-family: trajan;
src: url(http://www.shamanrpg.com/TrajanPro-Regular.ttf);
}

textarea {
border-radius: 10px;
border:1px inset #000000;
background-color:#201919;
line-height:11pt;
font-family:arial;
font-size:8pt;
color:#83775e;
    padding: 7px;
box-shadow: 1px 1px 8px #100a08 inset;
outline:none;
}

input { 
border-radius: 10px;
border:1px inset #2d1c10;
background-color:#201919;
line-height:11pt;
font-family:arial;
font-size:8pt;
color:#83775e;
    padding: 7px;
box-shadow: 1px 1px 8px #100a08 inset;
outline:none;
}

div#container {
align:center;
width:1000px;
}

div#header { 
background-image:url('http://www.shamanrpg.com/images/v11/shamanlayout5upper2.png');
width:1000px;
height:609px;
margin:0px;
padding:0px;
border:0px;
}

div#imap {
width:1000px;
height:392px;
margin:0px;
padding:0px;
border:0px;
}

div#border {
background-image:url('http://www.shamanrpg.com/images/v11/shamanlayout5borderimage2.png');
width:913;
box-shadow: 1px 1px 8px #100a08;
border:2px #272725 solid;
padding:20px;
}

div#content { 
align:center;
background-color:#423534;
width:893px;
box-shadow: 1px 1px 8px #100a08 inset;
padding:10px;
border:1px #171514 solid;
text-align:justify;
line-height:13pt;
font-family:arial;
font-size:11pt;
color:0c0a0a;
text-transform:none;
}

td { 
text-align:justify;
line-height:13pt;
font-family:arial;
font-size:11pt;
color:0c0a0a;
text-transform:none;
}

a:link {
text-decoration:none;
line-height:13pt;
font-family:arial;
font-size:11pt;
color:161213;
text-transform:none;
}

a:visited {
text-decoration:none;
line-height:13pt;
font-family:arial;
font-size:11pt;
color:161213;
text-transform:none;
}

a:hover {
text-decoration:none;
line-height:13pt;
font-family:arial;
font-size:11pt;
color:161213;
text-transform:none;
text-shadow:1px 1px 2px #342928;
}

a:active {
text-decoration:none;
line-height:13pt;
font-family:arial;
font-size:11pt;
color:161213;
text-transform:none;
}

.header1 {
line-height:15pt;
font-family:trajan;
text-outline:1px #000000;
font-size:18pt;
color:#13110a;
text-shadow:1px 1px 2px #100a08 inset;
text-align:center;
font-weight:bold;
}

.header2 {
line-height:11pt;
font-family:arial;
font-weight:bold;
font-size:8pt;
color:#83775e;
text-transform:uppercase;
text-outline:1px #000000;
}

UL LI
{  padding: 0 0 0 25px;
   background: url('http://shamanrpg.com/images/stonebulletdesat.png') no-repeat;
   background-position: 0 0;
   margin: 0 0 2px 0;
   list-style:none;
}

UL LI LI 
{  padding: 0 0 0 1px;
   background: url('http://i.imgur.com/qfUpwZR.png') no-repeat;
   background-position: 0 0;
   margin: 0 0 2px 0;
   list-style:none;
}


::-webkit-scrollbar {
    width: 12px;
background-color: #12110a;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
background-color: #12110a;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5); 
background-color: #201919;
}

::-webkit-scrollbar-corner {
background-color: #12110a;
}