@charset "UTF-8";

::-webkit-scrollbar {
  width:0;
  height:1px;
}

::selection {
  background-color:#dddddd;
}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
  height:0;
  display:block;
  background-color:#ffffff;
}

::-webkit-scrollbar-track-piece {
  background-color:#eea491;
}

::-webkit-scrollbar-thumb:vertical {
  height:100px;
  background-color:#ffffff;
  border-radius:10px;
}

body {
  background-color:#EEA491;
  color:#000000;
  font-family:arial;
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  line-height:15px;
  letter-spacing:1px;
  word-spacing:2px;
  text-transform:lowercase;
  cursor:crosshair;
}

a:link,a:active,a:visited {
  color:#000000;
  text-decoration:none;
  border-bottom:1px solid #eea491;
}

a:hover {
  cursor:crosshair;
  color:#000000;
  border-bottom:1px solid #eea491;
  background-color:#eea491;
}

.profile_section_content {
  width:550px;
  color:#000000;
  border:1px solid #000000;
  padding:10px;
  margin-top:20px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:5px 5px 0 #b87f70;
  -moz-box-shadow:5px 5px 0 #b87f70;
  box-shadow:5px 5px 0 #b87f70;
}

.profile_section_background {
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

img,.img {
  max-width:500px;
}

.profile_section_content .heading {
  padding:0;
  margin-top:10px;
  margin-bottom:5px;
  background-color:#ffffff;
  border-bottom:1px solid #EEA491;
  text-transform:uppercase;
  font-weight:bold;
  font-size:12px;
  line-height:20px;
}

.content {
  padding:5px;
}