html, body {
    background-color: #E6D8AB;
    text-align: center;
}
#main-content {
    text-align: center;
    border: 0px;
    margin: auto auto auto auto;
}
#main-table {
    width: 833px;
    /*height: 100%;*/
    border-top: 2px;
    border-left: 2px;
    border-right: 2px;
    border-bottom: 2px;
    border-style: solid;
    border-color: #111111;
    border-collapse: collapse;
    align-content: center;
    margin: auto auto auto auto;
}
#main-table-content {
    width: 833px;
    /*height: 100%;*/
    border: 0px;
    border-collapse: collapse;
}
#left-side-bar {
    background-image: url('https://core1.ninja-rpg.com/templates/UchihaObito/left_side.gif');
    width: 16px;
    border: 0px;
}
#banner-bar {
    background-image: url('https://core1.ninja-rpg.com/templates/UchihaObito/Otop1.gif');
    height: 122px;
    width: 802;
    border: 0px;
}
#right-side-bar {
    background-image: url('https://core1.ninja-rpg.com/templates/UchihaObito/right_side.gif');
    width: 15px;
    border: 0px;
}
#top-nav-bar {
    background-image: url('https://core1.ninja-rpg.com/templates/UchihaObito/Otop2E.gif');
    height: 34px;
}
#top-nav-table {
    width: 100%;
    height: 18px;
    border: 0px;
    border-collapse: collapse;
}
#welcome-top {
    background-image: url('https://core1.ninja-rpg.com/templates/UchihaObito/Otop3.gif');
    width: 802px;
    height: 8px;
    border: 0px;
}
#welcome-content {
    background-image: url('https://core1.ninja-rpg.com/templates/UchihaObito/Otop4E.gif');
    width: 802px;
    height: 23px;
    border: 0px;
}
#welcome-content-table {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}
#content-top-bar {
    background-image: url('https://core1.ninja-rpg.com/templates/UchihaObito/Otop5.gif');
    width: 802px;
    height: 76px;
    border: 0px;
}
#content-center-bar {
    background-image: url('https://core1.ninja-rpg.com/templates/UchihaObito/Otop6.gif');
    width: 802px;
    border: 0px;
}
#content-bottom-bar {
    background-image: url('https://core1.ninja-rpg.com/templates/UchihaObito/Otop7.gif');
    width: 802px;
    height: 56px;
    border: 0px;
}

#login-box {
    width: 90%;
    border: 3px;
    border-color: #111111;
    border-style: double;
    border-collapse: collapse;
}
#nav-box {
    width: 90%;
    border: 3px;
    border-color: #111111;
    border-style: double;
    border-collapse: collapse;
}

/*Common Data*/
#common-table {
    width: 95%;
    /*height: 54px;*/
    border: 3px;
    border-style: double;
    border-color: #111111;
    border-collapse: collapse;
}
#common-message {
    width: 100%;
    text-align: center;
}

#error-table {
    width: 95%;
    height: 54px;
    border: 3px;
    border-style: double;
    border-color: #111111;
    border-collapse: collapse;
}
#error-message {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#error-time {
    width: 100%;
    text-align: center;
    font-size: 12px;
    border-top: 1px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: #111111;
    border-style: solid;
    border-collapse: collapse;
    padding: 5px;
}

/*Classes*/
.table{
	border: 0px solid #000000;
}
td{
	font-size:13px;
}

/*LINK CSS DATA*/
a:link {
	color: #8e0000;
}
a:visited {
	color: #8e0000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #8e0000;
}
#nav-box a:link, #nav-box a:visited {
    color: #111111;
}
#nav-box a:hover {
    color: #8e0000;
}
/*				Site style			*/
.button{
	background-color:#F1E0BA;
	border:1px solid #000000;
	font-size:11px;
}

.fa {
    color: #000000;
}
.tavern-fa {
    background-color: #FFFFFF;
    color: #575757;
    border: 1px solid #000000;
    padding: 2px;
    -moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
