body {
  margin:0;
  padding:0;
  color:#550031;
  font-size:12px;
  text-align:left;
  font-family:Arial;
  background:url("assets/bg.gif") repeat;
}

#container {
  padding:0;
  width:900px;
  height:100%;
  margin:auto;
  text-align:center;
  background:#ff8fc4;
}

#header {
  width:900px;
  height:350px;
  background-size:cover;
  background-image:url("assets/index-banner.jpg");
}

#back {
  padding:0;
  float:left;
  width:900px;
  text-align:justify;
}

#nav {
  float:left;
  width:200px;
  padding:7px;
}

#content {
  width:675px;
  float:right;
  padding:5px;
  border-left:1px solid #f2269b;
}

#footer {
  margin:0;
  clear:both;
  width:880px;
  height:15px;
  padding:10px;
  color:#ffb1d6;
  background:#f2269b;
}

.text {
  margin:0;
  padding:5px 8px;
}

h1 {
  padding:0;
  margin:5px;
  color:#f2269b;
  font-size:30px;
  font-weight:normal;
  border-bottom:1px solid #f2269b;
  font-family:'Trebuchet MS', sans-serif;
}

h1:first-letter {
  font-size:45px;
}

h2 {
  margin:5px;
  color:#ffb1d6;
  font-size:25px;
  padding:5px 8px;
  background:#f2269b;
  font-weight:normal;
  font-family:'Trebuchet MS', sans-serif;
}

h3 {
  margin:5px;
  color:#ffb1d6;
  font-size:15px;
  padding:2px 5px;
  background:#f2269b;
  font-weight:normal;
  font-family:'Trebuchet MS', sans-serif;
}

a.nav:link, a.nav:active, a.nav:visited {
  color:#f2269b;
  display:block;
  font-size:12px;
  margin:2px 5px;
  padding:1px 3px;
  text-align:left;
  background:#ffb1d6;
  text-decoration:none;
  border-bottom:2px solid #f2269b;
  font-family:'Trebuchet MS', sans-serif;
}

a.nav:hover {
  color:#ffb1d6;
  text-align:right;
  background:#f2269b;
  border-bottom:2px solid #f2269b;
}

blockquote {
  padding:10px;
  margin:10px 15px;
  background:#ffb1d6;
  border-left:15px solid #f2269b;
}

ul {
  padding:0px 15px 0px 25px;
}

b {
  color:#f2269b;
}

i {
  color:#f2269b;
}

u {
  color:#f2269b;
}

s {
  color:#f2269b;
}

textarea, input, code {
  font-size:10px;
  background:#ffb1d6;
  border:1px dotted #f2269b;
  font-family:'Trebuchet MS', sans-serif;
}

a:link, a:active, a:visited {
  color:#f2269b;
  background:#ffb1d6;
  text-decoration:none;
  border-bottom:2px solid #f2269b;
}

a:hover {
  color:#ffb1d6;
  background:#f2269b;
  text-decoration:none;
  border-bottom:2px solid #f2269b;
}

.outlink:after {
  content:"⤤";
  margin-left:1px;
}

::-webkit-scrollbar {
  color:#ffb1d6;
}

::-webkit-scrollbar-track {
  background:#ffb1d6;
}

::-webkit-scrollbar-thumb {
  background:#f2269b;
}

::-webkit-resizer {
  background:#ffb1d6;
}

::selection {
  color:#ff8fc4;
  background-color:#f2269b;
}