body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14.5pt; 
  letter-spacing: 0.1pt;
  color: #9A9690; 
  line-height: 21pt; 
  cursor: help;
  background: url('bg2.png') top left repeat;
  background-color: #F0EBEB; 
  overflow-x: hidden;
	}

.design {
  position: absolute; 
  top: 15px; 
  left: 50%;
  margin-left: -500px;
	}

.content {
  position: absolute; 
  top: 520px; 
  left: 50%;
  margin-left: -420px;
  width: 840px; 
  direction: ltr; 
  text-align: justify;
  padding-bottom: 30px;
	}

.banner {
  height: 15px;
  padding-bottom: 20px;
  background-color: #100F13;
  text-align: center;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
	}

.head {
  font-size: 55px;
  text-align: center;
  color: #FFF;
  line-height: 2pt;
  letter-spacing: 0.5pt;
  font-family: 'Ave Fedan', Arial;
  text-transform: lowercase;
  text-shadow: 1px 2px black;
  padding: 2px;
  margin-top: 62px;
  margin-bottom: 20px;
  border: 0px;
	}
	
.break {
  font-family: sans-serif;
  letter-spacing: 1.5pt;
  line-height: 15pt;
  border-bottom: 1px dashed #B1ADA5;
  padding-top: 5px;
  opacity: 0.5;
	}

a:link, a:visited, a:active { 
  font-family: 'Raleway', sans-serif;
  font-size: 79%;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1px;
  color:#82776E;
	}

a:hover { 
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase; 
  color:#786662;
	}

stand, strong, b {
  font-family: 'Ave Fedan';
  font-size: 15pt;
  padding: 1px;
  color: #886E8C;
	}

i {
  font-size: 13pt;
  padding: 2px;
  color: #D57988;
	}

@font-face {
  font-family: 'Ave Fedan';
  src: url(avefedan.woff);
	}

::-moz-selection {
	background: #0C0908; /* Firefox */
	}

::selection {
	background: #0C0908;
	}

.buttons {
  margin: 10px;
  border: 5px solid rgba(136,110,140,0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  transition: 0.5s ease;
	}

.buttons:hover {
  border: 5px solid #886E8C;
  transition: 0.5s ease;
	}

input, textarea, option, select {
  font-family: 'Raleway', sans-serif;
  color: #FFF;
  font-size: 85%;
  text-align: justify;
  background-color: rgba(0,0,0,0.8);
  border:; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  padding: 10px;
	}

blockquote {
  width: 76%;
  font-family: 'Raleway', sans-serif;
  font-size: 85%;
  text-align: justify;
  border:; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  background-color: rgba(0,0,0,0.8);
  padding: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 25px;
	}