body {
background-color: #111; 
background-image: url('');
background-attachment: fixed;
font-family: "tahoma"; 
text-align:justify;
font-size: 11px; 
color: #555;
margin: 0px; 
padding: 0px;
}
#container{
margin: 0 auto;
margin-top:-10px;
width:850px;
background-color:#dadada;
border:1px solid #000;
}
#header{
width:850px; height: 250px;
border-bottom:1px solid #ccc;
background-image: url('https://i.ibb.co/RbtfX8J/header.png');
}

#navi{
width:848px;
height:35px; padding-left:2px;
margin:0px; margin-top:-1px;
text-align:center;
background-color: #111; 
}
#navi a{
width:119px;
font-family: "arial"; 
text-align:center;
padding:10px; 
margin: 1px;
font-size: 10px; 
color: #fff;
display:block; float:left;
background-color:#333;
text-transform: uppercase; 
font-weight: bold; 
}

#navi a:hover{
width:119px;
font-family: "arial"; 
text-align:center;
padding:10px; 
margin: 1px;
font-size: 10px; 
color: #fff;
display:block; float:left;
background-color:#111;
text-transform: uppercase; 
font-weight: bold; 
}
#content{
float: right;
width: 840px;
padding:5px;
margin:0px;
background-color:#ccc;
}
#footer{
clear:both; 
position: relative; 
bottom: 0; 
margin: 0 auto; 
text-align:center;
height:180px;
background-color:#222;
}

#foot1 {
float: left;
padding-left:2px;
margin-top:0px; margin:2px;
width: 270px; height:150px;
text-align:justify;
display:block;
}

#foot2 {
float: left;
padding-left:2px;
margin-top:0px; margin:2px;
width: 280px; height:150px;
text-align:left;
display:block;
}

#foot3 {
float: left;
padding-left:2px;
margin-top:0px; margin:2px;
width: 280px; height:150px;
display:block; text-align:left;
}

a:link, a:active, a:visited {
text-decoration: none; 
color: #736F6E; 
}
a:hover {
color: #ffffff;
text-decoration: none; 
}

h1{
font-family:georgia;
font-weight: normal;
font-size:18px;
color: #a83380;
text-decoration: none;
text-transform: lowercase;
text-align: left;
margin: 1px; 
padding: 1px;
font-style: italic;
}

h2{
font-family:times new roman;
font-style: italic;
font-size:12px;
color: #121212;
text-transform: lowercase;
letter-spacing: 1px;
margin: 0px; 
padding: 1px;
text-align: right; padding-right:10px;
border-bottom: #000 solid 1px;
}

h3{
font-family:times new roman;
font-size:10px;
color: #d8d8d8;
text-decoration: none;
text-transform: uppercase;
text-align: center;
margin: 0px; padding: 4px;
font-weight: bold;
letter-spacing: 3px;
border-bottom: #ffffff solid 0px;
}
h3:first-letter {
color: #a83380;
}

a.navi:link, a.navi:active, a.navi:visited {
color: #a83380;
font-family: trebuchet ms;
font-size: 12px;
text-align: left;
text-transform: lowercase;
display: block;
padding: 3px;margin: 1px;
font-weight: lighter;
background-color: #111;
font-style:italic;
padding-left:15px;
}
a.navi:hover{
color: #a08b22;
font-family: trebuchet ms;
font-size: 12px;
text-align: left;
text-transform: lowercase;
display: block;
padding: 3px;margin: 1px;
font-weight: lighter;
background-color: #111;
padding-left:15px;
}

b {color:#a83380;}
i {color:#a08b22;}
u {color:#a4806d;}

img.border{
padding: 5px; margin:1px;
background-color: #333;
border:1px solid #222;
}

blockquote{
padding:6px;
border:1px solid #222;
color: #555;
margin-left:200px;
background-color:#333;
width:400px;
}

input, submit, textarea{
padding:3px; margin:0px;
border:1px solid #000;
color: #444; 
background-color:#111;
}

input:hover, submit:hover, input:active, submit:active, textarea:hover, textarea:active{ 
padding:3px; margin:0px;
border:1px solid #000;
color: #eee;
background-color:#333;
}

::-webkit-scrollbar-thumb {
background-color: #111;  
}
::-webkit-scrollbar {
width: 10px; height: 4px; 
background: #a83380;
}